Comparison results for https://github.com/financialforcedev/apex-mdapi.git

pmd7_2 took 21 seconds to run and found 9844 violations

pmd7_3 took 25 seconds to run and found 9844 violations

Among the 9844 total comparisons:

Violation counts:

# fileName line column endLine endColumn engine ruleName severity category url message
1 /apex-mdapi/src/classes/MetadataDataController.cls 27 21 117 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
1 /apex-mdapi/src/classes/MetadataDataController.cls 27 21 117 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
2 /apex-mdapi/src/classes/MetadataDataController.cls 32 9 32 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2 /apex-mdapi/src/classes/MetadataDataController.cls 32 9 32 32 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3 /apex-mdapi/src/classes/MetadataDataController.cls 32 16 32 20 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Data' doesn't match '[a-z][a-zA-Z0-9]*'
3 /apex-mdapi/src/classes/MetadataDataController.cls 32 16 32 20 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Data' doesn't match '[a-z][a-zA-Z0-9]*'
4 /apex-mdapi/src/classes/MetadataDataController.cls 34 9 77 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4 /apex-mdapi/src/classes/MetadataDataController.cls 34 9 77 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5 /apex-mdapi/src/classes/MetadataDataController.cls 34 9 77 3 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'constructResponse()' has a cognitive complexity of 22, current threshold is 15
5 /apex-mdapi/src/classes/MetadataDataController.cls 34 9 77 3 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'constructResponse()' has a cognitive complexity of 22, current threshold is 15
6 /apex-mdapi/src/classes/MetadataDataController.cls 49 7 51 76 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
6 /apex-mdapi/src/classes/MetadataDataController.cls 49 7 51 76 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
7 /apex-mdapi/src/classes/MetadataDataController.cls 49 7 51 76 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
7 /apex-mdapi/src/classes/MetadataDataController.cls 49 7 51 76 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
8 /apex-mdapi/src/classes/MetadataDataController.cls 50 8 51 76 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
8 /apex-mdapi/src/classes/MetadataDataController.cls 50 8 51 76 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
9 /apex-mdapi/src/classes/MetadataDataController.cls 50 8 51 76 pmd ForLoopsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces Avoid using for statements without curly braces
9 /apex-mdapi/src/classes/MetadataDataController.cls 50 8 51 76 pmd ForLoopsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces Avoid using for statements without curly braces
10 /apex-mdapi/src/classes/MetadataDataController.cls 51 9 51 76 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
10 /apex-mdapi/src/classes/MetadataDataController.cls 51 9 51 76 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
11 /apex-mdapi/src/classes/MetadataDataController.cls 51 9 51 76 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
11 /apex-mdapi/src/classes/MetadataDataController.cls 51 9 51 76 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
12 /apex-mdapi/src/classes/MetadataDataController.cls 60 20 60 24 pmd ApexXSSFromURLParam 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexxssfromurlparam Apex classes should escape/sanitize Strings obtained from URL parameters
12 /apex-mdapi/src/classes/MetadataDataController.cls 60 20 60 24 pmd ApexXSSFromURLParam 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexxssfromurlparam Apex classes should escape/sanitize Strings obtained from URL parameters
13 /apex-mdapi/src/classes/MetadataDataController.cls 68 7 68 133 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
13 /apex-mdapi/src/classes/MetadataDataController.cls 68 7 68 133 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
14 /apex-mdapi/src/classes/MetadataDataController.cls 79 18 88 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
14 /apex-mdapi/src/classes/MetadataDataController.cls 79 18 88 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
15 /apex-mdapi/src/classes/MetadataDataController.cls 90 9 102 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
15 /apex-mdapi/src/classes/MetadataDataController.cls 90 9 102 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
16 /apex-mdapi/src/classes/MetadataDataController.cls 92 10 101 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
16 /apex-mdapi/src/classes/MetadataDataController.cls 92 10 101 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
17 /apex-mdapi/src/classes/MetadataDataController.cls 92 10 101 4 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
17 /apex-mdapi/src/classes/MetadataDataController.cls 92 10 101 4 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
18 /apex-mdapi/src/classes/MetadataDataController.cls 104 9 116 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
18 /apex-mdapi/src/classes/MetadataDataController.cls 104 9 116 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
19 /apex-mdapi/src/classes/MetadataDataController.cls 106 10 115 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
19 /apex-mdapi/src/classes/MetadataDataController.cls 106 10 115 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
20 /apex-mdapi/src/classes/MetadataDeployController.cls 27 21 119 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
20 /apex-mdapi/src/classes/MetadataDeployController.cls 27 21 119 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
21 /apex-mdapi/src/classes/MetadataDeployController.cls 29 9 29 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
21 /apex-mdapi/src/classes/MetadataDeployController.cls 29 9 29 37 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
22 /apex-mdapi/src/classes/MetadataDeployController.cls 29 16 29 23 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'ZipData' doesn't match '[a-z][a-zA-Z0-9]*'
22 /apex-mdapi/src/classes/MetadataDeployController.cls 29 16 29 23 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'ZipData' doesn't match '[a-z][a-zA-Z0-9]*'
23 /apex-mdapi/src/classes/MetadataDeployController.cls 31 9 31 68 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
23 /apex-mdapi/src/classes/MetadataDeployController.cls 31 9 31 68 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
24 /apex-mdapi/src/classes/MetadataDeployController.cls 31 37 31 48 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'AsyncResult' doesn't match '[a-z][a-zA-Z0-9]*'
24 /apex-mdapi/src/classes/MetadataDeployController.cls 31 37 31 48 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'AsyncResult' doesn't match '[a-z][a-zA-Z0-9]*'
25 /apex-mdapi/src/classes/MetadataDeployController.cls 33 9 43 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
25 /apex-mdapi/src/classes/MetadataDeployController.cls 33 9 43 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
26 /apex-mdapi/src/classes/MetadataDeployController.cls 45 9 52 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
26 /apex-mdapi/src/classes/MetadataDeployController.cls 45 9 52 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
27 /apex-mdapi/src/classes/MetadataDeployController.cls 54 9 63 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
27 /apex-mdapi/src/classes/MetadataDeployController.cls 54 9 63 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
28 /apex-mdapi/src/classes/MetadataDeployController.cls 65 9 83 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
28 /apex-mdapi/src/classes/MetadataDeployController.cls 65 9 83 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
29 /apex-mdapi/src/classes/MetadataDeployController.cls 85 9 110 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
29 /apex-mdapi/src/classes/MetadataDeployController.cls 85 9 110 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
30 /apex-mdapi/src/classes/MetadataDeployController.cls 96 5 102 35 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
30 /apex-mdapi/src/classes/MetadataDeployController.cls 96 5 102 35 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
31 /apex-mdapi/src/classes/MetadataDeployController.cls 96 5 102 35 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
31 /apex-mdapi/src/classes/MetadataDeployController.cls 96 5 102 35 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
32 /apex-mdapi/src/classes/MetadataDeployController.cls 97 6 102 35 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
32 /apex-mdapi/src/classes/MetadataDeployController.cls 97 6 102 35 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
33 /apex-mdapi/src/classes/MetadataDeployController.cls 97 6 102 35 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
33 /apex-mdapi/src/classes/MetadataDeployController.cls 97 6 102 35 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
34 /apex-mdapi/src/classes/MetadataDeployController.cls 98 7 102 35 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
34 /apex-mdapi/src/classes/MetadataDeployController.cls 98 7 102 35 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
35 /apex-mdapi/src/classes/MetadataDeployController.cls 98 7 102 35 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
35 /apex-mdapi/src/classes/MetadataDeployController.cls 98 7 102 35 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
36 /apex-mdapi/src/classes/MetadataRetrieveController.cls 30 21 200 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
36 /apex-mdapi/src/classes/MetadataRetrieveController.cls 30 21 200 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
37 /apex-mdapi/src/classes/MetadataRetrieveController.cls 35 9 35 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
37 /apex-mdapi/src/classes/MetadataRetrieveController.cls 35 9 35 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
38 /apex-mdapi/src/classes/MetadataRetrieveController.cls 35 28 35 41 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetaDataTypes' doesn't match '[a-z][a-zA-Z0-9]*'
38 /apex-mdapi/src/classes/MetadataRetrieveController.cls 35 28 35 41 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetaDataTypes' doesn't match '[a-z][a-zA-Z0-9]*'
39 /apex-mdapi/src/classes/MetadataRetrieveController.cls 36 9 36 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
39 /apex-mdapi/src/classes/MetadataRetrieveController.cls 36 9 36 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
40 /apex-mdapi/src/classes/MetadataRetrieveController.cls 36 16 36 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetaDataType' doesn't match '[a-z][a-zA-Z0-9]*'
40 /apex-mdapi/src/classes/MetadataRetrieveController.cls 36 16 36 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetaDataType' doesn't match '[a-z][a-zA-Z0-9]*'
41 /apex-mdapi/src/classes/MetadataRetrieveController.cls 37 9 37 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
41 /apex-mdapi/src/classes/MetadataRetrieveController.cls 37 9 37 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
42 /apex-mdapi/src/classes/MetadataRetrieveController.cls 37 28 37 41 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetaDataItems' doesn't match '[a-z][a-zA-Z0-9]*'
42 /apex-mdapi/src/classes/MetadataRetrieveController.cls 37 28 37 41 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetaDataItems' doesn't match '[a-z][a-zA-Z0-9]*'
43 /apex-mdapi/src/classes/MetadataRetrieveController.cls 38 9 38 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
43 /apex-mdapi/src/classes/MetadataRetrieveController.cls 38 9 38 42 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
44 /apex-mdapi/src/classes/MetadataRetrieveController.cls 38 16 38 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetaDataFolder' doesn't match '[a-z][a-zA-Z0-9]*'
44 /apex-mdapi/src/classes/MetadataRetrieveController.cls 38 16 38 30 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetaDataFolder' doesn't match '[a-z][a-zA-Z0-9]*'
45 /apex-mdapi/src/classes/MetadataRetrieveController.cls 39 9 39 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
45 /apex-mdapi/src/classes/MetadataRetrieveController.cls 39 9 39 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
46 /apex-mdapi/src/classes/MetadataRetrieveController.cls 39 16 39 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetaDataItem' doesn't match '[a-z][a-zA-Z0-9]*'
46 /apex-mdapi/src/classes/MetadataRetrieveController.cls 39 16 39 28 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetaDataItem' doesn't match '[a-z][a-zA-Z0-9]*'
47 /apex-mdapi/src/classes/MetadataRetrieveController.cls 40 9 40 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
47 /apex-mdapi/src/classes/MetadataRetrieveController.cls 40 9 40 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
48 /apex-mdapi/src/classes/MetadataRetrieveController.cls 40 16 40 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetadataFileName' doesn't match '[a-z][a-zA-Z0-9]*'
48 /apex-mdapi/src/classes/MetadataRetrieveController.cls 40 16 40 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetadataFileName' doesn't match '[a-z][a-zA-Z0-9]*'
49 /apex-mdapi/src/classes/MetadataRetrieveController.cls 41 9 41 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
49 /apex-mdapi/src/classes/MetadataRetrieveController.cls 41 9 41 44 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
50 /apex-mdapi/src/classes/MetadataRetrieveController.cls 41 16 41 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetadataFileData' doesn't match '[a-z][a-zA-Z0-9]*'
50 /apex-mdapi/src/classes/MetadataRetrieveController.cls 41 16 41 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetadataFileData' doesn't match '[a-z][a-zA-Z0-9]*'
51 /apex-mdapi/src/classes/MetadataRetrieveController.cls 42 9 42 68 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
51 /apex-mdapi/src/classes/MetadataRetrieveController.cls 42 9 42 68 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
52 /apex-mdapi/src/classes/MetadataRetrieveController.cls 42 37 42 48 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'AsyncResult' doesn't match '[a-z][a-zA-Z0-9]*'
52 /apex-mdapi/src/classes/MetadataRetrieveController.cls 42 37 42 48 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'AsyncResult' doesn't match '[a-z][a-zA-Z0-9]*'
53 /apex-mdapi/src/classes/MetadataRetrieveController.cls 43 9 43 57 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
53 /apex-mdapi/src/classes/MetadataRetrieveController.cls 43 9 43 57 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
54 /apex-mdapi/src/classes/MetadataRetrieveController.cls 43 16 43 35 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetaDataRetrieveZip' doesn't match '[a-z][a-zA-Z0-9]*'
54 /apex-mdapi/src/classes/MetadataRetrieveController.cls 43 16 43 35 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetaDataRetrieveZip' doesn't match '[a-z][a-zA-Z0-9]*'
55 /apex-mdapi/src/classes/MetadataRetrieveController.cls 44 9 44 55 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
55 /apex-mdapi/src/classes/MetadataRetrieveController.cls 44 9 44 55 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
56 /apex-mdapi/src/classes/MetadataRetrieveController.cls 44 28 44 41 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetadataFiles' doesn't match '[a-z][a-zA-Z0-9]*'
56 /apex-mdapi/src/classes/MetadataRetrieveController.cls 44 28 44 41 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetadataFiles' doesn't match '[a-z][a-zA-Z0-9]*'
57 /apex-mdapi/src/classes/MetadataRetrieveController.cls 46 9 73 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
57 /apex-mdapi/src/classes/MetadataRetrieveController.cls 46 9 73 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
58 /apex-mdapi/src/classes/MetadataRetrieveController.cls 57 5 59 43 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
58 /apex-mdapi/src/classes/MetadataRetrieveController.cls 57 5 59 43 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
59 /apex-mdapi/src/classes/MetadataRetrieveController.cls 57 5 59 43 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
59 /apex-mdapi/src/classes/MetadataRetrieveController.cls 57 5 59 43 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
60 /apex-mdapi/src/classes/MetadataRetrieveController.cls 58 6 59 43 pmd ForLoopsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces Avoid using for statements without curly braces
60 /apex-mdapi/src/classes/MetadataRetrieveController.cls 58 6 59 43 pmd ForLoopsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces Avoid using for statements without curly braces
61 /apex-mdapi/src/classes/MetadataRetrieveController.cls 59 7 59 43 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
61 /apex-mdapi/src/classes/MetadataRetrieveController.cls 59 7 59 43 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
62 /apex-mdapi/src/classes/MetadataRetrieveController.cls 59 7 59 43 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
62 /apex-mdapi/src/classes/MetadataRetrieveController.cls 59 7 59 43 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
63 /apex-mdapi/src/classes/MetadataRetrieveController.cls 66 4 66 76 pmd ForLoopsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces Avoid using for statements without curly braces
63 /apex-mdapi/src/classes/MetadataRetrieveController.cls 66 4 66 76 pmd ForLoopsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#forloopsmustusebraces Avoid using for statements without curly braces
64 /apex-mdapi/src/classes/MetadataRetrieveController.cls 75 9 100 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
64 /apex-mdapi/src/classes/MetadataRetrieveController.cls 75 9 100 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
65 /apex-mdapi/src/classes/MetadataRetrieveController.cls 83 4 83 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
65 /apex-mdapi/src/classes/MetadataRetrieveController.cls 83 4 83 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
66 /apex-mdapi/src/classes/MetadataRetrieveController.cls 83 4 83 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
66 /apex-mdapi/src/classes/MetadataRetrieveController.cls 83 4 83 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
67 /apex-mdapi/src/classes/MetadataRetrieveController.cls 93 5 93 42 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
67 /apex-mdapi/src/classes/MetadataRetrieveController.cls 93 5 93 42 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
68 /apex-mdapi/src/classes/MetadataRetrieveController.cls 96 5 96 93 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
68 /apex-mdapi/src/classes/MetadataRetrieveController.cls 96 5 96 93 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
69 /apex-mdapi/src/classes/MetadataRetrieveController.cls 102 9 126 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
69 /apex-mdapi/src/classes/MetadataRetrieveController.cls 102 9 126 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
70 /apex-mdapi/src/classes/MetadataRetrieveController.cls 128 9 156 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
70 /apex-mdapi/src/classes/MetadataRetrieveController.cls 128 9 156 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
71 /apex-mdapi/src/classes/MetadataRetrieveController.cls 158 9 167 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
71 /apex-mdapi/src/classes/MetadataRetrieveController.cls 158 9 167 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
72 /apex-mdapi/src/classes/MetadataRetrieveController.cls 169 9 175 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
72 /apex-mdapi/src/classes/MetadataRetrieveController.cls 169 9 175 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
73 /apex-mdapi/src/classes/MetadataRetrieveController.cls 188 9 199 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
73 /apex-mdapi/src/classes/MetadataRetrieveController.cls 188 9 199 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
74 /apex-mdapi/src/classes/MetadataRetrieveController.cls 190 10 193 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
74 /apex-mdapi/src/classes/MetadataRetrieveController.cls 190 10 193 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
75 /apex-mdapi/src/classes/MetadataRetrieveController.cls 195 10 198 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
75 /apex-mdapi/src/classes/MetadataRetrieveController.cls 195 10 198 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
76 /apex-mdapi/src/classes/MetadataService.cls 31 8 13535 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
76 /apex-mdapi/src/classes/MetadataService.cls 31 8 13535 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
77 /apex-mdapi/src/classes/MetadataService.cls 31 8 13535 2 pmd ExcessiveClassLength 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveclasslength Avoid really long classes.
77 /apex-mdapi/src/classes/MetadataService.cls 31 8 13535 2 pmd ExcessiveClassLength 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveclasslength Avoid really long classes.
78 /apex-mdapi/src/classes/MetadataService.cls 31 8 13535 2 pmd NcssTypeCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncsstypecount The type has an NCSS line count of 12,211
78 /apex-mdapi/src/classes/MetadataService.cls 31 8 13535 2 pmd NcssTypeCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncsstypecount The type has an NCSS line count of 12,211
79 /apex-mdapi/src/classes/MetadataService.cls 33 23 33 77 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'SOAP_M_URI' doesn't match '[a-z][a-zA-Z0-9]*'
79 /apex-mdapi/src/classes/MetadataService.cls 33 23 33 77 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The static field name 'SOAP_M_URI' doesn't match '[a-z][a-zA-Z0-9]*'
80 /apex-mdapi/src/classes/MetadataService.cls 35 9 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
80 /apex-mdapi/src/classes/MetadataService.cls 35 9 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
81 /apex-mdapi/src/classes/MetadataService.cls 38 26 38 97 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]*'
81 /apex-mdapi/src/classes/MetadataService.cls 38 26 38 97 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]*'
82 /apex-mdapi/src/classes/MetadataService.cls 39 26 39 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
82 /apex-mdapi/src/classes/MetadataService.cls 39 26 39 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
83 /apex-mdapi/src/classes/MetadataService.cls 40 26 40 89 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]*'
83 /apex-mdapi/src/classes/MetadataService.cls 40 26 40 89 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]*'
84 /apex-mdapi/src/classes/MetadataService.cls 41 26 41 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]*'
84 /apex-mdapi/src/classes/MetadataService.cls 41 26 41 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]*'
85 /apex-mdapi/src/classes/MetadataService.cls 43 12 52 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
85 /apex-mdapi/src/classes/MetadataService.cls 43 12 52 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
86 /apex-mdapi/src/classes/MetadataService.cls 47 26 47 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
86 /apex-mdapi/src/classes/MetadataService.cls 47 26 47 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
87 /apex-mdapi/src/classes/MetadataService.cls 48 26 48 97 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
87 /apex-mdapi/src/classes/MetadataService.cls 48 26 48 97 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
88 /apex-mdapi/src/classes/MetadataService.cls 49 26 49 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
88 /apex-mdapi/src/classes/MetadataService.cls 49 26 49 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
89 /apex-mdapi/src/classes/MetadataService.cls 50 26 50 89 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]*'
89 /apex-mdapi/src/classes/MetadataService.cls 50 26 50 89 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]*'
90 /apex-mdapi/src/classes/MetadataService.cls 51 26 51 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]*'
90 /apex-mdapi/src/classes/MetadataService.cls 51 26 51 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]*'
91 /apex-mdapi/src/classes/MetadataService.cls 53 12 82 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
91 /apex-mdapi/src/classes/MetadataService.cls 53 12 82 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
92 /apex-mdapi/src/classes/MetadataService.cls 53 12 82 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
92 /apex-mdapi/src/classes/MetadataService.cls 53 12 82 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
93 /apex-mdapi/src/classes/MetadataService.cls 56 26 56 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
93 /apex-mdapi/src/classes/MetadataService.cls 56 26 56 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
94 /apex-mdapi/src/classes/MetadataService.cls 68 26 68 113 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 'brandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
94 /apex-mdapi/src/classes/MetadataService.cls 68 26 68 113 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 'brandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
95 /apex-mdapi/src/classes/MetadataService.cls 69 26 69 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 'connectionTimeoutDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
95 /apex-mdapi/src/classes/MetadataService.cls 69 26 69 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 'connectionTimeoutDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
96 /apex-mdapi/src/classes/MetadataService.cls 70 26 70 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 'connectionWarningDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
96 /apex-mdapi/src/classes/MetadataService.cls 70 26 70 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 'connectionWarningDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
97 /apex-mdapi/src/classes/MetadataService.cls 71 26 71 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 'displayQueuePosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
97 /apex-mdapi/src/classes/MetadataService.cls 71 26 71 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 'displayQueuePosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
98 /apex-mdapi/src/classes/MetadataService.cls 72 26 72 117 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 'domainWhiteList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
98 /apex-mdapi/src/classes/MetadataService.cls 72 26 72 117 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 'domainWhiteList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
99 /apex-mdapi/src/classes/MetadataService.cls 73 26 73 119 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 'enablePrechatApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
99 /apex-mdapi/src/classes/MetadataService.cls 73 26 73 119 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 'enablePrechatApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
100 /apex-mdapi/src/classes/MetadataService.cls 74 26 74 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 'enableTranscriptSave_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
100 /apex-mdapi/src/classes/MetadataService.cls 74 26 74 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 'enableTranscriptSave_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
101 /apex-mdapi/src/classes/MetadataService.cls 75 26 75 97 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]*'
101 /apex-mdapi/src/classes/MetadataService.cls 75 26 75 97 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]*'
102 /apex-mdapi/src/classes/MetadataService.cls 76 26 76 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 'mobileBrandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
102 /apex-mdapi/src/classes/MetadataService.cls 76 26 76 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 'mobileBrandingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
103 /apex-mdapi/src/classes/MetadataService.cls 77 26 77 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
103 /apex-mdapi/src/classes/MetadataService.cls 77 26 77 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
104 /apex-mdapi/src/classes/MetadataService.cls 78 26 78 109 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 'windowTitle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
104 /apex-mdapi/src/classes/MetadataService.cls 78 26 78 109 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 'windowTitle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
105 /apex-mdapi/src/classes/MetadataService.cls 79 26 79 89 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]*'
105 /apex-mdapi/src/classes/MetadataService.cls 79 26 79 89 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]*'
106 /apex-mdapi/src/classes/MetadataService.cls 80 26 80 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
106 /apex-mdapi/src/classes/MetadataService.cls 80 26 80 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
107 /apex-mdapi/src/classes/MetadataService.cls 81 26 81 281 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]*'
107 /apex-mdapi/src/classes/MetadataService.cls 81 26 81 281 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]*'
108 /apex-mdapi/src/classes/MetadataService.cls 83 12 98 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
108 /apex-mdapi/src/classes/MetadataService.cls 83 12 98 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
109 /apex-mdapi/src/classes/MetadataService.cls 90 26 90 99 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]*'
109 /apex-mdapi/src/classes/MetadataService.cls 90 26 90 99 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]*'
110 /apex-mdapi/src/classes/MetadataService.cls 91 26 91 115 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 'columnToColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
110 /apex-mdapi/src/classes/MetadataService.cls 91 26 91 115 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 'columnToColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
111 /apex-mdapi/src/classes/MetadataService.cls 92 26 92 107 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 'isUnlocked_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
111 /apex-mdapi/src/classes/MetadataService.cls 92 26 92 107 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 'isUnlocked_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
112 /apex-mdapi/src/classes/MetadataService.cls 93 26 93 103 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
112 /apex-mdapi/src/classes/MetadataService.cls 93 26 93 103 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
113 /apex-mdapi/src/classes/MetadataService.cls 94 26 94 103 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 'snapshot_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
113 /apex-mdapi/src/classes/MetadataService.cls 94 26 94 103 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 'snapshot_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
114 /apex-mdapi/src/classes/MetadataService.cls 95 26 95 97 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]*'
114 /apex-mdapi/src/classes/MetadataService.cls 95 26 95 97 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]*'
115 /apex-mdapi/src/classes/MetadataService.cls 96 26 96 89 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]*'
115 /apex-mdapi/src/classes/MetadataService.cls 96 26 96 89 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]*'
116 /apex-mdapi/src/classes/MetadataService.cls 97 26 97 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
116 /apex-mdapi/src/classes/MetadataService.cls 97 26 97 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
117 /apex-mdapi/src/classes/MetadataService.cls 99 12 114 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
117 /apex-mdapi/src/classes/MetadataService.cls 99 12 114 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
118 /apex-mdapi/src/classes/MetadataService.cls 106 26 106 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 'booleanValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
118 /apex-mdapi/src/classes/MetadataService.cls 106 26 106 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 'booleanValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
119 /apex-mdapi/src/classes/MetadataService.cls 107 26 107 113 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 'dateTimeValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
119 /apex-mdapi/src/classes/MetadataService.cls 107 26 107 113 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 'dateTimeValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
120 /apex-mdapi/src/classes/MetadataService.cls 108 26 108 105 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 'dateValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
120 /apex-mdapi/src/classes/MetadataService.cls 108 26 108 105 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 'dateValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
121 /apex-mdapi/src/classes/MetadataService.cls 109 26 109 119 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 'elementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
121 /apex-mdapi/src/classes/MetadataService.cls 109 26 109 119 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 'elementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
122 /apex-mdapi/src/classes/MetadataService.cls 110 26 110 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 'numberValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
122 /apex-mdapi/src/classes/MetadataService.cls 110 26 110 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 'numberValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
123 /apex-mdapi/src/classes/MetadataService.cls 111 26 111 109 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 'stringValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
123 /apex-mdapi/src/classes/MetadataService.cls 111 26 111 109 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 'stringValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
124 /apex-mdapi/src/classes/MetadataService.cls 112 26 112 89 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]*'
124 /apex-mdapi/src/classes/MetadataService.cls 112 26 112 89 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]*'
125 /apex-mdapi/src/classes/MetadataService.cls 113 26 113 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
125 /apex-mdapi/src/classes/MetadataService.cls 113 26 113 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
126 /apex-mdapi/src/classes/MetadataService.cls 115 12 126 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
126 /apex-mdapi/src/classes/MetadataService.cls 115 12 126 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
127 /apex-mdapi/src/classes/MetadataService.cls 118 26 118 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
127 /apex-mdapi/src/classes/MetadataService.cls 118 26 118 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
128 /apex-mdapi/src/classes/MetadataService.cls 121 26 121 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
128 /apex-mdapi/src/classes/MetadataService.cls 121 26 121 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
129 /apex-mdapi/src/classes/MetadataService.cls 122 26 122 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
129 /apex-mdapi/src/classes/MetadataService.cls 122 26 122 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
130 /apex-mdapi/src/classes/MetadataService.cls 123 26 123 89 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]*'
130 /apex-mdapi/src/classes/MetadataService.cls 123 26 123 89 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]*'
131 /apex-mdapi/src/classes/MetadataService.cls 124 26 124 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
131 /apex-mdapi/src/classes/MetadataService.cls 124 26 124 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
132 /apex-mdapi/src/classes/MetadataService.cls 125 26 125 115 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]*'
132 /apex-mdapi/src/classes/MetadataService.cls 125 26 125 115 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]*'
133 /apex-mdapi/src/classes/MetadataService.cls 127 12 132 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
133 /apex-mdapi/src/classes/MetadataService.cls 127 12 132 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
134 /apex-mdapi/src/classes/MetadataService.cls 129 26 129 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 'enableAdvancedSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
134 /apex-mdapi/src/classes/MetadataService.cls 129 26 129 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 'enableAdvancedSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
135 /apex-mdapi/src/classes/MetadataService.cls 130 26 130 89 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]*'
135 /apex-mdapi/src/classes/MetadataService.cls 130 26 130 89 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]*'
136 /apex-mdapi/src/classes/MetadataService.cls 131 26 131 86 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]*'
136 /apex-mdapi/src/classes/MetadataService.cls 131 26 131 86 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]*'
137 /apex-mdapi/src/classes/MetadataService.cls 133 12 144 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
137 /apex-mdapi/src/classes/MetadataService.cls 133 12 144 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
138 /apex-mdapi/src/classes/MetadataService.cls 138 26 138 107 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 'caseFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
138 /apex-mdapi/src/classes/MetadataService.cls 138 26 138 107 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 'caseFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
139 /apex-mdapi/src/classes/MetadataService.cls 139 26 139 141 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 'useSuggestedArticlesForCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
139 /apex-mdapi/src/classes/MetadataService.cls 139 26 139 141 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 'useSuggestedArticlesForCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
140 /apex-mdapi/src/classes/MetadataService.cls 140 26 140 117 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 'workOrderFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
140 /apex-mdapi/src/classes/MetadataService.cls 140 26 140 117 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 'workOrderFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
141 /apex-mdapi/src/classes/MetadataService.cls 141 26 141 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 'workOrderLineItemFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
141 /apex-mdapi/src/classes/MetadataService.cls 141 26 141 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 'workOrderLineItemFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
142 /apex-mdapi/src/classes/MetadataService.cls 142 26 142 89 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]*'
142 /apex-mdapi/src/classes/MetadataService.cls 142 26 142 89 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]*'
143 /apex-mdapi/src/classes/MetadataService.cls 143 26 143 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
143 /apex-mdapi/src/classes/MetadataService.cls 143 26 143 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
144 /apex-mdapi/src/classes/MetadataService.cls 145 12 154 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
144 /apex-mdapi/src/classes/MetadataService.cls 145 12 154 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
145 /apex-mdapi/src/classes/MetadataService.cls 149 26 149 100 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
145 /apex-mdapi/src/classes/MetadataService.cls 149 26 149 100 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
146 /apex-mdapi/src/classes/MetadataService.cls 150 26 150 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
146 /apex-mdapi/src/classes/MetadataService.cls 150 26 150 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
147 /apex-mdapi/src/classes/MetadataService.cls 151 26 151 101 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
147 /apex-mdapi/src/classes/MetadataService.cls 151 26 151 101 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
148 /apex-mdapi/src/classes/MetadataService.cls 152 26 152 89 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]*'
148 /apex-mdapi/src/classes/MetadataService.cls 152 26 152 89 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]*'
149 /apex-mdapi/src/classes/MetadataService.cls 153 26 153 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]*'
149 /apex-mdapi/src/classes/MetadataService.cls 153 26 153 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]*'
150 /apex-mdapi/src/classes/MetadataService.cls 155 12 160 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
150 /apex-mdapi/src/classes/MetadataService.cls 155 12 160 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
151 /apex-mdapi/src/classes/MetadataService.cls 157 26 157 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 'extendedErrorCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
151 /apex-mdapi/src/classes/MetadataService.cls 157 26 157 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 'extendedErrorCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
152 /apex-mdapi/src/classes/MetadataService.cls 158 26 158 89 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]*'
152 /apex-mdapi/src/classes/MetadataService.cls 158 26 158 89 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]*'
153 /apex-mdapi/src/classes/MetadataService.cls 159 26 159 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
153 /apex-mdapi/src/classes/MetadataService.cls 159 26 159 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
154 /apex-mdapi/src/classes/MetadataService.cls 161 12 222 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
154 /apex-mdapi/src/classes/MetadataService.cls 161 12 222 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
155 /apex-mdapi/src/classes/MetadataService.cls 161 12 222 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class SessionSettings has 29 public methods, attributes, and properties (limit: 20)
155 /apex-mdapi/src/classes/MetadataService.cls 161 12 222 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class SessionSettings has 29 public methods, attributes, and properties (limit: 20)
156 /apex-mdapi/src/classes/MetadataService.cls 161 12 222 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
156 /apex-mdapi/src/classes/MetadataService.cls 161 12 222 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
157 /apex-mdapi/src/classes/MetadataService.cls 191 26 191 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 'disableTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
157 /apex-mdapi/src/classes/MetadataService.cls 191 26 191 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 'disableTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
158 /apex-mdapi/src/classes/MetadataService.cls 192 26 192 119 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 'enableCSPOnEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
158 /apex-mdapi/src/classes/MetadataService.cls 192 26 192 119 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 'enableCSPOnEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
159 /apex-mdapi/src/classes/MetadataService.cls 193 26 193 117 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 'enableCSRFOnGet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
159 /apex-mdapi/src/classes/MetadataService.cls 193 26 193 117 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 'enableCSRFOnGet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
160 /apex-mdapi/src/classes/MetadataService.cls 194 26 194 119 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 'enableCSRFOnPost_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
160 /apex-mdapi/src/classes/MetadataService.cls 194 26 194 119 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 'enableCSRFOnPost_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
161 /apex-mdapi/src/classes/MetadataService.cls 195 26 195 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 'enableCacheAndAutocomplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
161 /apex-mdapi/src/classes/MetadataService.cls 195 26 195 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 'enableCacheAndAutocomplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
162 /apex-mdapi/src/classes/MetadataService.cls 196 26 196 141 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 'enableClickjackNonsetupSFDC_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
162 /apex-mdapi/src/classes/MetadataService.cls 196 26 196 141 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 'enableClickjackNonsetupSFDC_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
163 /apex-mdapi/src/classes/MetadataService.cls 197 26 197 141 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 'enableClickjackNonsetupUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
163 /apex-mdapi/src/classes/MetadataService.cls 197 26 197 141 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 'enableClickjackNonsetupUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
164 /apex-mdapi/src/classes/MetadataService.cls 198 26 198 161 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 'enableClickjackNonsetupUserHeaderless_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
164 /apex-mdapi/src/classes/MetadataService.cls 198 26 198 161 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 'enableClickjackNonsetupUserHeaderless_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
165 /apex-mdapi/src/classes/MetadataService.cls 199 26 199 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 'enableClickjackSetup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
165 /apex-mdapi/src/classes/MetadataService.cls 199 26 199 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 'enableClickjackSetup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
166 /apex-mdapi/src/classes/MetadataService.cls 200 26 200 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 'enableContentSniffingProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
166 /apex-mdapi/src/classes/MetadataService.cls 200 26 200 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 'enableContentSniffingProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
167 /apex-mdapi/src/classes/MetadataService.cls 201 26 201 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 'enablePostForSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
167 /apex-mdapi/src/classes/MetadataService.cls 201 26 201 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 'enablePostForSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
168 /apex-mdapi/src/classes/MetadataService.cls 202 26 202 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 'enableSMSIdentity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
168 /apex-mdapi/src/classes/MetadataService.cls 202 26 202 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 'enableSMSIdentity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
169 /apex-mdapi/src/classes/MetadataService.cls 203 26 203 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 'enableUpgradeInsecureRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
169 /apex-mdapi/src/classes/MetadataService.cls 203 26 203 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 'enableUpgradeInsecureRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
170 /apex-mdapi/src/classes/MetadataService.cls 204 26 204 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 'enableXssProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
170 /apex-mdapi/src/classes/MetadataService.cls 204 26 204 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 'enableXssProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
171 /apex-mdapi/src/classes/MetadataService.cls 205 26 205 141 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 'enforceIpRangesEveryRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
171 /apex-mdapi/src/classes/MetadataService.cls 205 26 205 141 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 'enforceIpRangesEveryRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
172 /apex-mdapi/src/classes/MetadataService.cls 206 26 206 141 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 'forceLogoutOnSessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
172 /apex-mdapi/src/classes/MetadataService.cls 206 26 206 141 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 'forceLogoutOnSessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
173 /apex-mdapi/src/classes/MetadataService.cls 207 26 207 111 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 'forceRelogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
173 /apex-mdapi/src/classes/MetadataService.cls 207 26 207 111 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 'forceRelogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
174 /apex-mdapi/src/classes/MetadataService.cls 208 26 208 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 'hstsOnForcecomSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
174 /apex-mdapi/src/classes/MetadataService.cls 208 26 208 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 'hstsOnForcecomSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
175 /apex-mdapi/src/classes/MetadataService.cls 209 26 209 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 'identityConfirmationOnEmailChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
175 /apex-mdapi/src/classes/MetadataService.cls 209 26 209 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 'identityConfirmationOnEmailChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
176 /apex-mdapi/src/classes/MetadataService.cls 210 26 210 187 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 'identityConfirmationOnTwoFactorRegistrationEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
176 /apex-mdapi/src/classes/MetadataService.cls 210 26 210 187 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 'identityConfirmationOnTwoFactorRegistrationEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
177 /apex-mdapi/src/classes/MetadataService.cls 211 26 211 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 'lockSessionsToDomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
177 /apex-mdapi/src/classes/MetadataService.cls 211 26 211 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 'lockSessionsToDomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
178 /apex-mdapi/src/classes/MetadataService.cls 212 26 212 119 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 'lockSessionsToIp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
178 /apex-mdapi/src/classes/MetadataService.cls 212 26 212 119 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 'lockSessionsToIp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
179 /apex-mdapi/src/classes/MetadataService.cls 213 26 213 105 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 'logoutURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
179 /apex-mdapi/src/classes/MetadataService.cls 213 26 213 105 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 'logoutURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
180 /apex-mdapi/src/classes/MetadataService.cls 214 26 214 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 'redirectionWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
180 /apex-mdapi/src/classes/MetadataService.cls 214 26 214 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 'redirectionWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
181 /apex-mdapi/src/classes/MetadataService.cls 215 26 215 115 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 'referrerPolicy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
181 /apex-mdapi/src/classes/MetadataService.cls 215 26 215 115 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 'referrerPolicy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
182 /apex-mdapi/src/classes/MetadataService.cls 216 26 216 117 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 'requireHttpOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
182 /apex-mdapi/src/classes/MetadataService.cls 216 26 216 117 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 'requireHttpOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
183 /apex-mdapi/src/classes/MetadataService.cls 217 26 217 111 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 'requireHttps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
183 /apex-mdapi/src/classes/MetadataService.cls 217 26 217 111 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 'requireHttps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
184 /apex-mdapi/src/classes/MetadataService.cls 218 26 218 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 'securityCentralKillSession_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
184 /apex-mdapi/src/classes/MetadataService.cls 218 26 218 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 'securityCentralKillSession_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
185 /apex-mdapi/src/classes/MetadataService.cls 219 26 219 115 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 'sessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
185 /apex-mdapi/src/classes/MetadataService.cls 219 26 219 115 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 'sessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
186 /apex-mdapi/src/classes/MetadataService.cls 220 26 220 89 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]*'
186 /apex-mdapi/src/classes/MetadataService.cls 220 26 220 89 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]*'
187 /apex-mdapi/src/classes/MetadataService.cls 221 26 221 784 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]*'
187 /apex-mdapi/src/classes/MetadataService.cls 221 26 221 784 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]*'
188 /apex-mdapi/src/classes/MetadataService.cls 223 12 242 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
188 /apex-mdapi/src/classes/MetadataService.cls 223 12 242 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
189 /apex-mdapi/src/classes/MetadataService.cls 223 12 242 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
189 /apex-mdapi/src/classes/MetadataService.cls 223 12 242 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
190 /apex-mdapi/src/classes/MetadataService.cls 226 26 226 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
190 /apex-mdapi/src/classes/MetadataService.cls 226 26 226 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
191 /apex-mdapi/src/classes/MetadataService.cls 232 26 232 109 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
191 /apex-mdapi/src/classes/MetadataService.cls 232 26 232 109 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
192 /apex-mdapi/src/classes/MetadataService.cls 233 26 233 117 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
192 /apex-mdapi/src/classes/MetadataService.cls 233 26 233 117 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
193 /apex-mdapi/src/classes/MetadataService.cls 234 26 234 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
193 /apex-mdapi/src/classes/MetadataService.cls 234 26 234 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
194 /apex-mdapi/src/classes/MetadataService.cls 235 26 235 97 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]*'
194 /apex-mdapi/src/classes/MetadataService.cls 235 26 235 97 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]*'
195 /apex-mdapi/src/classes/MetadataService.cls 236 26 236 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
195 /apex-mdapi/src/classes/MetadataService.cls 236 26 236 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
196 /apex-mdapi/src/classes/MetadataService.cls 238 26 238 107 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 'sharedFrom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
196 /apex-mdapi/src/classes/MetadataService.cls 238 26 238 107 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 'sharedFrom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
197 /apex-mdapi/src/classes/MetadataService.cls 239 26 239 89 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]*'
197 /apex-mdapi/src/classes/MetadataService.cls 239 26 239 89 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]*'
198 /apex-mdapi/src/classes/MetadataService.cls 240 26 240 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
198 /apex-mdapi/src/classes/MetadataService.cls 240 26 240 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
199 /apex-mdapi/src/classes/MetadataService.cls 241 26 241 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
199 /apex-mdapi/src/classes/MetadataService.cls 241 26 241 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
200 /apex-mdapi/src/classes/MetadataService.cls 243 12 252 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
200 /apex-mdapi/src/classes/MetadataService.cls 243 12 252 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
201 /apex-mdapi/src/classes/MetadataService.cls 247 26 247 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 'customTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
201 /apex-mdapi/src/classes/MetadataService.cls 247 26 247 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 'customTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
202 /apex-mdapi/src/classes/MetadataService.cls 248 26 248 107 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 'defaultTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
202 /apex-mdapi/src/classes/MetadataService.cls 248 26 248 107 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 'defaultTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
203 /apex-mdapi/src/classes/MetadataService.cls 249 26 249 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 'standardTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
203 /apex-mdapi/src/classes/MetadataService.cls 249 26 249 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 'standardTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
204 /apex-mdapi/src/classes/MetadataService.cls 250 26 250 89 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]*'
204 /apex-mdapi/src/classes/MetadataService.cls 250 26 250 89 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]*'
205 /apex-mdapi/src/classes/MetadataService.cls 251 26 251 102 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]*'
205 /apex-mdapi/src/classes/MetadataService.cls 251 26 251 102 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]*'
206 /apex-mdapi/src/classes/MetadataService.cls 253 12 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
206 /apex-mdapi/src/classes/MetadataService.cls 253 12 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
207 /apex-mdapi/src/classes/MetadataService.cls 257 26 257 119 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 'dataServiceField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
207 /apex-mdapi/src/classes/MetadataService.cls 257 26 257 119 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 'dataServiceField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
208 /apex-mdapi/src/classes/MetadataService.cls 258 26 258 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 'dataServiceObjectName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
208 /apex-mdapi/src/classes/MetadataService.cls 258 26 258 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 'dataServiceObjectName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
209 /apex-mdapi/src/classes/MetadataService.cls 259 26 259 103 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 'priority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
209 /apex-mdapi/src/classes/MetadataService.cls 259 26 259 103 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 'priority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
210 /apex-mdapi/src/classes/MetadataService.cls 260 26 260 89 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]*'
210 /apex-mdapi/src/classes/MetadataService.cls 260 26 260 89 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]*'
211 /apex-mdapi/src/classes/MetadataService.cls 261 26 261 117 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]*'
211 /apex-mdapi/src/classes/MetadataService.cls 261 26 261 117 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]*'
212 /apex-mdapi/src/classes/MetadataService.cls 263 12 330 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 /apex-mdapi/src/classes/MetadataService.cls 263 12 330 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 /apex-mdapi/src/classes/MetadataService.cls 263 12 330 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CaseSettings has 32 public methods, attributes, and properties (limit: 20)
213 /apex-mdapi/src/classes/MetadataService.cls 263 12 330 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CaseSettings has 32 public methods, attributes, and properties (limit: 20)
214 /apex-mdapi/src/classes/MetadataService.cls 263 12 330 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
214 /apex-mdapi/src/classes/MetadataService.cls 263 12 330 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
215 /apex-mdapi/src/classes/MetadataService.cls 266 26 266 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
215 /apex-mdapi/src/classes/MetadataService.cls 266 26 266 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
216 /apex-mdapi/src/classes/MetadataService.cls 297 26 297 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 'caseAssignNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
216 /apex-mdapi/src/classes/MetadataService.cls 297 26 297 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 'caseAssignNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
217 /apex-mdapi/src/classes/MetadataService.cls 298 26 298 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 'caseCloseNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
217 /apex-mdapi/src/classes/MetadataService.cls 298 26 298 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 'caseCloseNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
218 /apex-mdapi/src/classes/MetadataService.cls 299 26 299 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 'caseCommentNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
218 /apex-mdapi/src/classes/MetadataService.cls 299 26 299 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 'caseCommentNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
219 /apex-mdapi/src/classes/MetadataService.cls 300 26 300 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 'caseCreateNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
219 /apex-mdapi/src/classes/MetadataService.cls 300 26 300 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 'caseCreateNotificationTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
220 /apex-mdapi/src/classes/MetadataService.cls 301 26 301 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 'caseFeedItemSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
220 /apex-mdapi/src/classes/MetadataService.cls 301 26 301 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 'caseFeedItemSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
221 /apex-mdapi/src/classes/MetadataService.cls 302 26 302 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 'closeCaseThroughStatusChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
221 /apex-mdapi/src/classes/MetadataService.cls 302 26 302 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 'closeCaseThroughStatusChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
222 /apex-mdapi/src/classes/MetadataService.cls 303 26 303 119 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 'defaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
222 /apex-mdapi/src/classes/MetadataService.cls 303 26 303 119 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 'defaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
223 /apex-mdapi/src/classes/MetadataService.cls 304 26 304 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 'defaultCaseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
223 /apex-mdapi/src/classes/MetadataService.cls 304 26 304 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 'defaultCaseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
224 /apex-mdapi/src/classes/MetadataService.cls 305 26 305 117 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 'defaultCaseUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
224 /apex-mdapi/src/classes/MetadataService.cls 305 26 305 117 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 'defaultCaseUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
225 /apex-mdapi/src/classes/MetadataService.cls 306 26 306 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 'emailActionDefaultsHandlerClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
225 /apex-mdapi/src/classes/MetadataService.cls 306 26 306 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 'emailActionDefaultsHandlerClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
226 /apex-mdapi/src/classes/MetadataService.cls 307 26 307 109 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 'emailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
226 /apex-mdapi/src/classes/MetadataService.cls 307 26 307 109 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 'emailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
227 /apex-mdapi/src/classes/MetadataService.cls 308 26 308 115 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 'enableCaseFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
227 /apex-mdapi/src/classes/MetadataService.cls 308 26 308 115 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 'enableCaseFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
228 /apex-mdapi/src/classes/MetadataService.cls 309 26 309 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 'enableDraftEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
228 /apex-mdapi/src/classes/MetadataService.cls 309 26 309 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 'enableDraftEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
229 /apex-mdapi/src/classes/MetadataService.cls 310 26 310 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 'enableEarlyEscalationRuleTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
229 /apex-mdapi/src/classes/MetadataService.cls 310 26 310 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 'enableEarlyEscalationRuleTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
230 /apex-mdapi/src/classes/MetadataService.cls 311 26 311 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 'enableEmailActionDefaultsHandler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
230 /apex-mdapi/src/classes/MetadataService.cls 311 26 311 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 'enableEmailActionDefaultsHandler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
231 /apex-mdapi/src/classes/MetadataService.cls 312 26 312 155 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 'enableSuggestedArticlesApplication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
231 /apex-mdapi/src/classes/MetadataService.cls 312 26 312 155 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 'enableSuggestedArticlesApplication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
232 /apex-mdapi/src/classes/MetadataService.cls 313 26 313 161 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 'enableSuggestedArticlesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
232 /apex-mdapi/src/classes/MetadataService.cls 313 26 313 161 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 'enableSuggestedArticlesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
233 /apex-mdapi/src/classes/MetadataService.cls 314 26 314 159 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 'enableSuggestedArticlesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
233 /apex-mdapi/src/classes/MetadataService.cls 314 26 314 159 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 'enableSuggestedArticlesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
234 /apex-mdapi/src/classes/MetadataService.cls 315 26 315 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 'enableSuggestedSolutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
234 /apex-mdapi/src/classes/MetadataService.cls 315 26 315 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 'enableSuggestedSolutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
235 /apex-mdapi/src/classes/MetadataService.cls 316 26 316 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 'keepRecordTypeOnAssignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
235 /apex-mdapi/src/classes/MetadataService.cls 316 26 316 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 'keepRecordTypeOnAssignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
236 /apex-mdapi/src/classes/MetadataService.cls 317 26 317 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 'notifyContactOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
236 /apex-mdapi/src/classes/MetadataService.cls 317 26 317 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 'notifyContactOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
237 /apex-mdapi/src/classes/MetadataService.cls 318 26 318 131 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 'notifyDefaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
237 /apex-mdapi/src/classes/MetadataService.cls 318 26 318 131 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 'notifyDefaultCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
238 /apex-mdapi/src/classes/MetadataService.cls 319 26 319 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 'notifyOwnerOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
238 /apex-mdapi/src/classes/MetadataService.cls 319 26 319 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 'notifyOwnerOnCaseComment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
239 /apex-mdapi/src/classes/MetadataService.cls 320 26 320 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 'notifyOwnerOnCaseOwnerChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
239 /apex-mdapi/src/classes/MetadataService.cls 320 26 320 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 'notifyOwnerOnCaseOwnerChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
240 /apex-mdapi/src/classes/MetadataService.cls 321 26 321 165 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 'showEmailAttachmentsInCaseAttachmentsRL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
240 /apex-mdapi/src/classes/MetadataService.cls 321 26 321 165 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 'showEmailAttachmentsInCaseAttachmentsRL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
241 /apex-mdapi/src/classes/MetadataService.cls 322 26 322 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 'showFewerCloseActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
241 /apex-mdapi/src/classes/MetadataService.cls 322 26 322 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 'showFewerCloseActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
242 /apex-mdapi/src/classes/MetadataService.cls 323 26 323 117 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 'systemUserEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
242 /apex-mdapi/src/classes/MetadataService.cls 323 26 323 117 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 'systemUserEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
243 /apex-mdapi/src/classes/MetadataService.cls 324 26 324 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 'useSystemEmailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
243 /apex-mdapi/src/classes/MetadataService.cls 324 26 324 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 'useSystemEmailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
244 /apex-mdapi/src/classes/MetadataService.cls 325 26 325 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 'useSystemUserAsDefaultCaseUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
244 /apex-mdapi/src/classes/MetadataService.cls 325 26 325 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 'useSystemUserAsDefaultCaseUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
245 /apex-mdapi/src/classes/MetadataService.cls 326 26 326 105 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 'webToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
245 /apex-mdapi/src/classes/MetadataService.cls 326 26 326 105 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 'webToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
246 /apex-mdapi/src/classes/MetadataService.cls 327 26 327 89 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]*'
246 /apex-mdapi/src/classes/MetadataService.cls 327 26 327 89 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]*'
247 /apex-mdapi/src/classes/MetadataService.cls 328 26 328 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
247 /apex-mdapi/src/classes/MetadataService.cls 328 26 328 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
248 /apex-mdapi/src/classes/MetadataService.cls 329 26 329 918 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]*'
248 /apex-mdapi/src/classes/MetadataService.cls 329 26 329 918 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]*'
249 /apex-mdapi/src/classes/MetadataService.cls 331 12 336 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
249 /apex-mdapi/src/classes/MetadataService.cls 331 12 336 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
250 /apex-mdapi/src/classes/MetadataService.cls 331 12 336 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 'readMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
250 /apex-mdapi/src/classes/MetadataService.cls 331 12 336 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 'readMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
251 /apex-mdapi/src/classes/MetadataService.cls 333 26 333 99 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]*'
251 /apex-mdapi/src/classes/MetadataService.cls 333 26 333 99 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]*'
252 /apex-mdapi/src/classes/MetadataService.cls 334 26 334 89 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]*'
252 /apex-mdapi/src/classes/MetadataService.cls 334 26 334 89 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]*'
253 /apex-mdapi/src/classes/MetadataService.cls 335 26 335 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]*'
253 /apex-mdapi/src/classes/MetadataService.cls 335 26 335 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]*'
254 /apex-mdapi/src/classes/MetadataService.cls 337 12 342 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
254 /apex-mdapi/src/classes/MetadataService.cls 337 12 342 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
255 /apex-mdapi/src/classes/MetadataService.cls 339 26 339 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 'recommendationDefinitionDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
255 /apex-mdapi/src/classes/MetadataService.cls 339 26 339 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 'recommendationDefinitionDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
256 /apex-mdapi/src/classes/MetadataService.cls 340 26 340 89 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]*'
256 /apex-mdapi/src/classes/MetadataService.cls 340 26 340 89 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]*'
257 /apex-mdapi/src/classes/MetadataService.cls 341 26 341 97 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]*'
257 /apex-mdapi/src/classes/MetadataService.cls 341 26 341 97 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]*'
258 /apex-mdapi/src/classes/MetadataService.cls 343 12 350 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
258 /apex-mdapi/src/classes/MetadataService.cls 343 12 350 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
259 /apex-mdapi/src/classes/MetadataService.cls 346 26 346 100 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]*'
259 /apex-mdapi/src/classes/MetadataService.cls 346 26 346 100 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]*'
260 /apex-mdapi/src/classes/MetadataService.cls 347 26 347 112 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]*'
260 /apex-mdapi/src/classes/MetadataService.cls 347 26 347 112 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]*'
261 /apex-mdapi/src/classes/MetadataService.cls 348 26 348 89 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]*'
261 /apex-mdapi/src/classes/MetadataService.cls 348 26 348 89 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]*'
262 /apex-mdapi/src/classes/MetadataService.cls 349 26 349 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]*'
262 /apex-mdapi/src/classes/MetadataService.cls 349 26 349 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]*'
263 /apex-mdapi/src/classes/MetadataService.cls 351 12 358 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
263 /apex-mdapi/src/classes/MetadataService.cls 351 12 358 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
264 /apex-mdapi/src/classes/MetadataService.cls 354 26 354 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
264 /apex-mdapi/src/classes/MetadataService.cls 354 26 354 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
265 /apex-mdapi/src/classes/MetadataService.cls 355 26 355 96 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]*'
265 /apex-mdapi/src/classes/MetadataService.cls 355 26 355 96 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]*'
266 /apex-mdapi/src/classes/MetadataService.cls 356 26 356 89 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]*'
266 /apex-mdapi/src/classes/MetadataService.cls 356 26 356 89 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]*'
267 /apex-mdapi/src/classes/MetadataService.cls 357 26 357 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]*'
267 /apex-mdapi/src/classes/MetadataService.cls 357 26 357 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]*'
268 /apex-mdapi/src/classes/MetadataService.cls 359 12 366 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
268 /apex-mdapi/src/classes/MetadataService.cls 359 12 366 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
269 /apex-mdapi/src/classes/MetadataService.cls 362 26 362 119 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 'customPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
269 /apex-mdapi/src/classes/MetadataService.cls 362 26 362 119 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 'customPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
270 /apex-mdapi/src/classes/MetadataService.cls 363 26 363 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 'licenseDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
270 /apex-mdapi/src/classes/MetadataService.cls 363 26 363 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 'licenseDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
271 /apex-mdapi/src/classes/MetadataService.cls 364 26 364 89 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]*'
271 /apex-mdapi/src/classes/MetadataService.cls 364 26 364 89 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]*'
272 /apex-mdapi/src/classes/MetadataService.cls 365 26 365 102 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]*'
272 /apex-mdapi/src/classes/MetadataService.cls 365 26 365 102 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]*'
273 /apex-mdapi/src/classes/MetadataService.cls 367 12 378 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
273 /apex-mdapi/src/classes/MetadataService.cls 367 12 378 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
274 /apex-mdapi/src/classes/MetadataService.cls 372 26 372 101 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
274 /apex-mdapi/src/classes/MetadataService.cls 372 26 372 101 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
275 /apex-mdapi/src/classes/MetadataService.cls 373 26 373 100 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
275 /apex-mdapi/src/classes/MetadataService.cls 373 26 373 100 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
276 /apex-mdapi/src/classes/MetadataService.cls 374 26 374 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
276 /apex-mdapi/src/classes/MetadataService.cls 374 26 374 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
277 /apex-mdapi/src/classes/MetadataService.cls 375 26 375 101 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
277 /apex-mdapi/src/classes/MetadataService.cls 375 26 375 101 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
278 /apex-mdapi/src/classes/MetadataService.cls 376 26 376 89 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]*'
278 /apex-mdapi/src/classes/MetadataService.cls 376 26 376 89 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]*'
279 /apex-mdapi/src/classes/MetadataService.cls 377 26 377 103 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]*'
279 /apex-mdapi/src/classes/MetadataService.cls 377 26 377 103 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]*'
280 /apex-mdapi/src/classes/MetadataService.cls 379 12 428 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
280 /apex-mdapi/src/classes/MetadataService.cls 379 12 428 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
281 /apex-mdapi/src/classes/MetadataService.cls 379 12 428 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class WaveXmdDimension has 23 public methods, attributes, and properties (limit: 20)
281 /apex-mdapi/src/classes/MetadataService.cls 379 12 428 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class WaveXmdDimension has 23 public methods, attributes, and properties (limit: 20)
282 /apex-mdapi/src/classes/MetadataService.cls 379 12 428 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
282 /apex-mdapi/src/classes/MetadataService.cls 379 12 428 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
283 /apex-mdapi/src/classes/MetadataService.cls 403 26 403 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 'customActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
283 /apex-mdapi/src/classes/MetadataService.cls 403 26 403 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 'customActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
284 /apex-mdapi/src/classes/MetadataService.cls 404 26 404 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 'customActionsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
284 /apex-mdapi/src/classes/MetadataService.cls 404 26 404 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 'customActionsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
285 /apex-mdapi/src/classes/MetadataService.cls 405 26 405 107 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 'dateFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
285 /apex-mdapi/src/classes/MetadataService.cls 405 26 405 107 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 'dateFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
286 /apex-mdapi/src/classes/MetadataService.cls 406 26 406 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
286 /apex-mdapi/src/classes/MetadataService.cls 406 26 406 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
287 /apex-mdapi/src/classes/MetadataService.cls 407 26 407 97 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]*'
287 /apex-mdapi/src/classes/MetadataService.cls 407 26 407 97 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]*'
288 /apex-mdapi/src/classes/MetadataService.cls 408 26 408 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 'fullyQualifiedName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
288 /apex-mdapi/src/classes/MetadataService.cls 408 26 408 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 'fullyQualifiedName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
289 /apex-mdapi/src/classes/MetadataService.cls 409 26 409 113 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 'imageTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
289 /apex-mdapi/src/classes/MetadataService.cls 409 26 409 113 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 'imageTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
290 /apex-mdapi/src/classes/MetadataService.cls 410 26 410 105 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 'isDerived_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
290 /apex-mdapi/src/classes/MetadataService.cls 410 26 410 105 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 'isDerived_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
291 /apex-mdapi/src/classes/MetadataService.cls 411 26 411 111 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 'isMultiValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
291 /apex-mdapi/src/classes/MetadataService.cls 411 26 411 111 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 'isMultiValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
292 /apex-mdapi/src/classes/MetadataService.cls 412 26 412 97 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]*'
292 /apex-mdapi/src/classes/MetadataService.cls 412 26 412 97 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]*'
293 /apex-mdapi/src/classes/MetadataService.cls 413 26 413 111 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 'linkTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
293 /apex-mdapi/src/classes/MetadataService.cls 413 26 413 111 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 'linkTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
294 /apex-mdapi/src/classes/MetadataService.cls 414 26 414 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 'linkTemplateEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
294 /apex-mdapi/src/classes/MetadataService.cls 414 26 414 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 'linkTemplateEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
295 /apex-mdapi/src/classes/MetadataService.cls 415 26 415 109 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 'linkTooltip_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
295 /apex-mdapi/src/classes/MetadataService.cls 415 26 415 109 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 'linkTooltip_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
296 /apex-mdapi/src/classes/MetadataService.cls 416 26 416 102 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 'members_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
296 /apex-mdapi/src/classes/MetadataService.cls 416 26 416 102 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 'members_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
297 /apex-mdapi/src/classes/MetadataService.cls 417 26 417 99 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
297 /apex-mdapi/src/classes/MetadataService.cls 417 26 417 99 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
298 /apex-mdapi/src/classes/MetadataService.cls 418 26 418 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 'recordDisplayFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
298 /apex-mdapi/src/classes/MetadataService.cls 418 26 418 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 'recordDisplayFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
299 /apex-mdapi/src/classes/MetadataService.cls 419 26 419 113 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 'recordIdField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
299 /apex-mdapi/src/classes/MetadataService.cls 419 26 419 113 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 'recordIdField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
300 /apex-mdapi/src/classes/MetadataService.cls 420 26 420 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 'recordOrganizationIdField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
300 /apex-mdapi/src/classes/MetadataService.cls 420 26 420 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 'recordOrganizationIdField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
301 /apex-mdapi/src/classes/MetadataService.cls 421 26 421 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 'salesforceActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
301 /apex-mdapi/src/classes/MetadataService.cls 421 26 421 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 'salesforceActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
302 /apex-mdapi/src/classes/MetadataService.cls 422 26 422 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 'salesforceActionsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
302 /apex-mdapi/src/classes/MetadataService.cls 422 26 422 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 'salesforceActionsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
303 /apex-mdapi/src/classes/MetadataService.cls 423 26 423 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 'showDetailsDefaultFieldIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
303 /apex-mdapi/src/classes/MetadataService.cls 423 26 423 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 'showDetailsDefaultFieldIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
304 /apex-mdapi/src/classes/MetadataService.cls 424 26 424 115 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 'showInExplorer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
304 /apex-mdapi/src/classes/MetadataService.cls 424 26 424 115 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 'showInExplorer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
305 /apex-mdapi/src/classes/MetadataService.cls 425 26 425 105 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 'sortIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
305 /apex-mdapi/src/classes/MetadataService.cls 425 26 425 105 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 'sortIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
306 /apex-mdapi/src/classes/MetadataService.cls 426 26 426 89 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]*'
306 /apex-mdapi/src/classes/MetadataService.cls 426 26 426 89 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]*'
307 /apex-mdapi/src/classes/MetadataService.cls 427 26 427 452 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]*'
307 /apex-mdapi/src/classes/MetadataService.cls 427 26 427 452 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]*'
308 /apex-mdapi/src/classes/MetadataService.cls 429 12 436 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
308 /apex-mdapi/src/classes/MetadataService.cls 429 12 436 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
309 /apex-mdapi/src/classes/MetadataService.cls 432 26 432 101 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
309 /apex-mdapi/src/classes/MetadataService.cls 432 26 432 101 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
310 /apex-mdapi/src/classes/MetadataService.cls 433 26 433 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 'key_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
310 /apex-mdapi/src/classes/MetadataService.cls 433 26 433 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 'key_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
311 /apex-mdapi/src/classes/MetadataService.cls 434 26 434 89 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]*'
311 /apex-mdapi/src/classes/MetadataService.cls 434 26 434 89 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]*'
312 /apex-mdapi/src/classes/MetadataService.cls 435 26 435 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]*'
312 /apex-mdapi/src/classes/MetadataService.cls 435 26 435 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]*'
313 /apex-mdapi/src/classes/MetadataService.cls 437 12 468 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
313 /apex-mdapi/src/classes/MetadataService.cls 437 12 468 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
314 /apex-mdapi/src/classes/MetadataService.cls 437 12 468 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
314 /apex-mdapi/src/classes/MetadataService.cls 437 12 468 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
315 /apex-mdapi/src/classes/MetadataService.cls 440 26 440 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
315 /apex-mdapi/src/classes/MetadataService.cls 440 26 440 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
316 /apex-mdapi/src/classes/MetadataService.cls 450 24 450 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
316 /apex-mdapi/src/classes/MetadataService.cls 450 24 450 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
317 /apex-mdapi/src/classes/MetadataService.cls 453 26 453 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
317 /apex-mdapi/src/classes/MetadataService.cls 453 26 453 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
318 /apex-mdapi/src/classes/MetadataService.cls 454 26 454 97 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]*'
318 /apex-mdapi/src/classes/MetadataService.cls 454 26 454 97 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]*'
319 /apex-mdapi/src/classes/MetadataService.cls 455 26 455 101 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
319 /apex-mdapi/src/classes/MetadataService.cls 455 26 455 101 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
320 /apex-mdapi/src/classes/MetadataService.cls 456 26 456 111 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
320 /apex-mdapi/src/classes/MetadataService.cls 456 26 456 111 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
321 /apex-mdapi/src/classes/MetadataService.cls 457 26 457 109 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 'lookupValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
321 /apex-mdapi/src/classes/MetadataService.cls 457 26 457 109 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 'lookupValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
322 /apex-mdapi/src/classes/MetadataService.cls 458 26 458 117 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 'lookupValueType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
322 /apex-mdapi/src/classes/MetadataService.cls 458 26 458 117 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 'lookupValueType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
323 /apex-mdapi/src/classes/MetadataService.cls 459 26 459 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
323 /apex-mdapi/src/classes/MetadataService.cls 459 26 459 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
324 /apex-mdapi/src/classes/MetadataService.cls 460 26 460 115 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 'notifyAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
324 /apex-mdapi/src/classes/MetadataService.cls 460 26 460 115 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 'notifyAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
325 /apex-mdapi/src/classes/MetadataService.cls 461 26 461 105 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
325 /apex-mdapi/src/classes/MetadataService.cls 461 26 461 105 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
326 /apex-mdapi/src/classes/MetadataService.cls 462 26 462 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
326 /apex-mdapi/src/classes/MetadataService.cls 462 26 462 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
327 /apex-mdapi/src/classes/MetadataService.cls 463 26 463 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 'reevaluateOnChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
327 /apex-mdapi/src/classes/MetadataService.cls 463 26 463 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 'reevaluateOnChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
328 /apex-mdapi/src/classes/MetadataService.cls 464 26 464 111 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
328 /apex-mdapi/src/classes/MetadataService.cls 464 26 464 111 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
329 /apex-mdapi/src/classes/MetadataService.cls 465 26 465 89 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]*'
329 /apex-mdapi/src/classes/MetadataService.cls 465 26 465 89 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]*'
330 /apex-mdapi/src/classes/MetadataService.cls 466 26 466 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
330 /apex-mdapi/src/classes/MetadataService.cls 466 26 466 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
331 /apex-mdapi/src/classes/MetadataService.cls 467 26 467 240 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]*'
331 /apex-mdapi/src/classes/MetadataService.cls 467 26 467 240 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]*'
332 /apex-mdapi/src/classes/MetadataService.cls 469 12 480 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
332 /apex-mdapi/src/classes/MetadataService.cls 469 12 480 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
333 /apex-mdapi/src/classes/MetadataService.cls 472 26 472 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
333 /apex-mdapi/src/classes/MetadataService.cls 472 26 472 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
334 /apex-mdapi/src/classes/MetadataService.cls 475 26 475 99 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]*'
334 /apex-mdapi/src/classes/MetadataService.cls 475 26 475 99 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]*'
335 /apex-mdapi/src/classes/MetadataService.cls 476 26 476 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
335 /apex-mdapi/src/classes/MetadataService.cls 476 26 476 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
336 /apex-mdapi/src/classes/MetadataService.cls 477 26 477 89 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]*'
336 /apex-mdapi/src/classes/MetadataService.cls 477 26 477 89 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]*'
337 /apex-mdapi/src/classes/MetadataService.cls 478 26 478 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
337 /apex-mdapi/src/classes/MetadataService.cls 478 26 478 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
338 /apex-mdapi/src/classes/MetadataService.cls 479 26 479 96 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]*'
338 /apex-mdapi/src/classes/MetadataService.cls 479 26 479 96 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]*'
339 /apex-mdapi/src/classes/MetadataService.cls 481 12 488 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
339 /apex-mdapi/src/classes/MetadataService.cls 481 12 488 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
340 /apex-mdapi/src/classes/MetadataService.cls 484 26 484 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 'controllingFieldValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
340 /apex-mdapi/src/classes/MetadataService.cls 484 26 484 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 'controllingFieldValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
341 /apex-mdapi/src/classes/MetadataService.cls 485 26 485 105 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 'valueName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
341 /apex-mdapi/src/classes/MetadataService.cls 485 26 485 105 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 'valueName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
342 /apex-mdapi/src/classes/MetadataService.cls 486 26 486 89 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]*'
342 /apex-mdapi/src/classes/MetadataService.cls 486 26 486 89 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]*'
343 /apex-mdapi/src/classes/MetadataService.cls 487 26 487 99 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]*'
343 /apex-mdapi/src/classes/MetadataService.cls 487 26 487 99 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]*'
344 /apex-mdapi/src/classes/MetadataService.cls 489 12 494 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
344 /apex-mdapi/src/classes/MetadataService.cls 489 12 494 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
345 /apex-mdapi/src/classes/MetadataService.cls 491 26 491 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 'deployment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
345 /apex-mdapi/src/classes/MetadataService.cls 491 26 491 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 'deployment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
346 /apex-mdapi/src/classes/MetadataService.cls 492 26 492 89 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]*'
346 /apex-mdapi/src/classes/MetadataService.cls 492 26 492 89 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]*'
347 /apex-mdapi/src/classes/MetadataService.cls 493 26 493 76 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]*'
347 /apex-mdapi/src/classes/MetadataService.cls 493 26 493 76 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]*'
348 /apex-mdapi/src/classes/MetadataService.cls 495 12 512 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
348 /apex-mdapi/src/classes/MetadataService.cls 495 12 512 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
349 /apex-mdapi/src/classes/MetadataService.cls 495 12 512 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
349 /apex-mdapi/src/classes/MetadataService.cls 495 12 512 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
350 /apex-mdapi/src/classes/MetadataService.cls 498 26 498 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
350 /apex-mdapi/src/classes/MetadataService.cls 498 26 498 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
351 /apex-mdapi/src/classes/MetadataService.cls 504 26 504 99 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]*'
351 /apex-mdapi/src/classes/MetadataService.cls 504 26 504 99 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]*'
352 /apex-mdapi/src/classes/MetadataService.cls 505 26 505 111 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
352 /apex-mdapi/src/classes/MetadataService.cls 505 26 505 111 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
353 /apex-mdapi/src/classes/MetadataService.cls 506 26 506 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
353 /apex-mdapi/src/classes/MetadataService.cls 506 26 506 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
354 /apex-mdapi/src/classes/MetadataService.cls 507 26 507 97 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 /apex-mdapi/src/classes/MetadataService.cls 507 26 507 97 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 /apex-mdapi/src/classes/MetadataService.cls 508 26 508 109 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 'objectUsage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
355 /apex-mdapi/src/classes/MetadataService.cls 508 26 508 109 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 'objectUsage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
356 /apex-mdapi/src/classes/MetadataService.cls 509 26 509 89 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]*'
356 /apex-mdapi/src/classes/MetadataService.cls 509 26 509 89 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]*'
357 /apex-mdapi/src/classes/MetadataService.cls 510 26 510 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
357 /apex-mdapi/src/classes/MetadataService.cls 510 26 510 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
358 /apex-mdapi/src/classes/MetadataService.cls 511 26 511 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
358 /apex-mdapi/src/classes/MetadataService.cls 511 26 511 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
359 /apex-mdapi/src/classes/MetadataService.cls 513 12 526 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 /apex-mdapi/src/classes/MetadataService.cls 513 12 526 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 /apex-mdapi/src/classes/MetadataService.cls 519 26 519 101 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 'colSpan_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
360 /apex-mdapi/src/classes/MetadataService.cls 519 26 519 101 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 'colSpan_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
361 /apex-mdapi/src/classes/MetadataService.cls 520 26 520 109 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 'columnIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
361 /apex-mdapi/src/classes/MetadataService.cls 520 26 520 109 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 'columnIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
362 /apex-mdapi/src/classes/MetadataService.cls 521 26 521 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 'dashboardComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
362 /apex-mdapi/src/classes/MetadataService.cls 521 26 521 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 'dashboardComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
363 /apex-mdapi/src/classes/MetadataService.cls 522 26 522 103 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 'rowIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
363 /apex-mdapi/src/classes/MetadataService.cls 522 26 522 103 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 'rowIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
364 /apex-mdapi/src/classes/MetadataService.cls 523 26 523 101 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 'rowSpan_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
364 /apex-mdapi/src/classes/MetadataService.cls 523 26 523 101 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 'rowSpan_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
365 /apex-mdapi/src/classes/MetadataService.cls 524 26 524 89 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]*'
365 /apex-mdapi/src/classes/MetadataService.cls 524 26 524 89 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]*'
366 /apex-mdapi/src/classes/MetadataService.cls 525 26 525 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
366 /apex-mdapi/src/classes/MetadataService.cls 525 26 525 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
367 /apex-mdapi/src/classes/MetadataService.cls 527 12 548 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
367 /apex-mdapi/src/classes/MetadataService.cls 527 12 548 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
368 /apex-mdapi/src/classes/MetadataService.cls 527 12 548 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
368 /apex-mdapi/src/classes/MetadataService.cls 527 12 548 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
369 /apex-mdapi/src/classes/MetadataService.cls 536 23 536 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]*'
369 /apex-mdapi/src/classes/MetadataService.cls 536 23 536 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]*'
370 /apex-mdapi/src/classes/MetadataService.cls 537 26 537 117 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
370 /apex-mdapi/src/classes/MetadataService.cls 537 26 537 117 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
371 /apex-mdapi/src/classes/MetadataService.cls 538 26 538 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 'enforceFieldRequiredness_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
371 /apex-mdapi/src/classes/MetadataService.cls 538 26 538 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 'enforceFieldRequiredness_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
372 /apex-mdapi/src/classes/MetadataService.cls 539 26 539 97 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]*'
372 /apex-mdapi/src/classes/MetadataService.cls 539 26 539 97 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]*'
373 /apex-mdapi/src/classes/MetadataService.cls 540 26 540 99 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]*'
373 /apex-mdapi/src/classes/MetadataService.cls 540 26 540 99 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]*'
374 /apex-mdapi/src/classes/MetadataService.cls 541 26 541 105 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]*'
374 /apex-mdapi/src/classes/MetadataService.cls 541 26 541 105 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]*'
375 /apex-mdapi/src/classes/MetadataService.cls 542 26 542 97 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]*'
375 /apex-mdapi/src/classes/MetadataService.cls 542 26 542 97 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]*'
376 /apex-mdapi/src/classes/MetadataService.cls 543 26 543 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
376 /apex-mdapi/src/classes/MetadataService.cls 543 26 543 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
377 /apex-mdapi/src/classes/MetadataService.cls 544 26 544 111 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 'sortPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
377 /apex-mdapi/src/classes/MetadataService.cls 544 26 544 111 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 'sortPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
378 /apex-mdapi/src/classes/MetadataService.cls 545 26 545 97 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]*'
378 /apex-mdapi/src/classes/MetadataService.cls 545 26 545 97 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]*'
379 /apex-mdapi/src/classes/MetadataService.cls 546 26 546 89 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]*'
379 /apex-mdapi/src/classes/MetadataService.cls 546 26 546 89 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]*'
380 /apex-mdapi/src/classes/MetadataService.cls 547 26 547 181 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]*'
380 /apex-mdapi/src/classes/MetadataService.cls 547 26 547 181 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]*'
381 /apex-mdapi/src/classes/MetadataService.cls 549 12 596 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
381 /apex-mdapi/src/classes/MetadataService.cls 549 12 596 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
382 /apex-mdapi/src/classes/MetadataService.cls 549 12 596 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class NetworkBranding has 22 public methods, attributes, and properties (limit: 20)
382 /apex-mdapi/src/classes/MetadataService.cls 549 12 596 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class NetworkBranding has 22 public methods, attributes, and properties (limit: 20)
383 /apex-mdapi/src/classes/MetadataService.cls 549 12 596 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
383 /apex-mdapi/src/classes/MetadataService.cls 549 12 596 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
384 /apex-mdapi/src/classes/MetadataService.cls 552 26 552 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
384 /apex-mdapi/src/classes/MetadataService.cls 552 26 552 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
385 /apex-mdapi/src/classes/MetadataService.cls 554 26 554 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
385 /apex-mdapi/src/classes/MetadataService.cls 554 26 554 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
386 /apex-mdapi/src/classes/MetadataService.cls 574 26 574 117 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 'loginFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
386 /apex-mdapi/src/classes/MetadataService.cls 574 26 574 117 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 'loginFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
387 /apex-mdapi/src/classes/MetadataService.cls 575 26 575 105 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 'loginLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
387 /apex-mdapi/src/classes/MetadataService.cls 575 26 575 105 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 'loginLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
388 /apex-mdapi/src/classes/MetadataService.cls 576 26 576 113 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 'loginLogoName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
388 /apex-mdapi/src/classes/MetadataService.cls 576 26 576 113 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 'loginLogoName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
389 /apex-mdapi/src/classes/MetadataService.cls 577 26 577 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 'loginPrimaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
389 /apex-mdapi/src/classes/MetadataService.cls 577 26 577 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 'loginPrimaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
390 /apex-mdapi/src/classes/MetadataService.cls 578 26 578 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 'loginQuaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
390 /apex-mdapi/src/classes/MetadataService.cls 578 26 578 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 'loginQuaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
391 /apex-mdapi/src/classes/MetadataService.cls 579 26 579 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 'loginRightFrameUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
391 /apex-mdapi/src/classes/MetadataService.cls 579 26 579 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 'loginRightFrameUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
392 /apex-mdapi/src/classes/MetadataService.cls 580 26 580 101 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 'network_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
392 /apex-mdapi/src/classes/MetadataService.cls 580 26 580 101 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 'network_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
393 /apex-mdapi/src/classes/MetadataService.cls 581 26 581 107 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 'pageFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
393 /apex-mdapi/src/classes/MetadataService.cls 581 26 581 107 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 'pageFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
394 /apex-mdapi/src/classes/MetadataService.cls 582 26 582 107 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 'pageHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
394 /apex-mdapi/src/classes/MetadataService.cls 582 26 582 107 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 'pageHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
395 /apex-mdapi/src/classes/MetadataService.cls 583 26 583 111 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
395 /apex-mdapi/src/classes/MetadataService.cls 583 26 583 111 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
396 /apex-mdapi/src/classes/MetadataService.cls 584 26 584 131 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 'primaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
396 /apex-mdapi/src/classes/MetadataService.cls 584 26 584 131 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 'primaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
397 /apex-mdapi/src/classes/MetadataService.cls 585 26 585 117 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 'quaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
397 /apex-mdapi/src/classes/MetadataService.cls 585 26 585 117 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 'quaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
398 /apex-mdapi/src/classes/MetadataService.cls 586 26 586 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 'quaternaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
398 /apex-mdapi/src/classes/MetadataService.cls 586 26 586 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 'quaternaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
399 /apex-mdapi/src/classes/MetadataService.cls 587 26 587 115 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 'secondaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
399 /apex-mdapi/src/classes/MetadataService.cls 587 26 587 115 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 'secondaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
400 /apex-mdapi/src/classes/MetadataService.cls 588 26 588 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 'staticLogoImageUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
400 /apex-mdapi/src/classes/MetadataService.cls 588 26 588 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 'staticLogoImageUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
401 /apex-mdapi/src/classes/MetadataService.cls 589 26 589 113 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 'tertiaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
401 /apex-mdapi/src/classes/MetadataService.cls 589 26 589 113 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 'tertiaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
402 /apex-mdapi/src/classes/MetadataService.cls 590 26 590 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 'tertiaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
402 /apex-mdapi/src/classes/MetadataService.cls 590 26 590 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 'tertiaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
403 /apex-mdapi/src/classes/MetadataService.cls 591 26 591 113 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 'zeronaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
403 /apex-mdapi/src/classes/MetadataService.cls 591 26 591 113 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 'zeronaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
404 /apex-mdapi/src/classes/MetadataService.cls 592 26 592 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 'zeronaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
404 /apex-mdapi/src/classes/MetadataService.cls 592 26 592 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 'zeronaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
405 /apex-mdapi/src/classes/MetadataService.cls 593 26 593 89 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]*'
405 /apex-mdapi/src/classes/MetadataService.cls 593 26 593 89 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]*'
406 /apex-mdapi/src/classes/MetadataService.cls 594 26 594 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
406 /apex-mdapi/src/classes/MetadataService.cls 594 26 594 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
407 /apex-mdapi/src/classes/MetadataService.cls 595 26 595 439 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]*'
407 /apex-mdapi/src/classes/MetadataService.cls 595 26 595 439 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]*'
408 /apex-mdapi/src/classes/MetadataService.cls 597 12 616 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
408 /apex-mdapi/src/classes/MetadataService.cls 597 12 616 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
409 /apex-mdapi/src/classes/MetadataService.cls 597 12 616 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
409 /apex-mdapi/src/classes/MetadataService.cls 597 12 616 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
410 /apex-mdapi/src/classes/MetadataService.cls 600 26 600 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
410 /apex-mdapi/src/classes/MetadataService.cls 600 26 600 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
411 /apex-mdapi/src/classes/MetadataService.cls 607 26 607 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 'creationAgeInSeconds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
411 /apex-mdapi/src/classes/MetadataService.cls 607 26 607 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 'creationAgeInSeconds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
412 /apex-mdapi/src/classes/MetadataService.cls 608 26 608 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
412 /apex-mdapi/src/classes/MetadataService.cls 608 26 608 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
413 /apex-mdapi/src/classes/MetadataService.cls 609 26 609 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 'lastChatterActivityAgeInSeconds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
413 /apex-mdapi/src/classes/MetadataService.cls 609 26 609 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 'lastChatterActivityAgeInSeconds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
414 /apex-mdapi/src/classes/MetadataService.cls 610 26 610 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
414 /apex-mdapi/src/classes/MetadataService.cls 610 26 610 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
415 /apex-mdapi/src/classes/MetadataService.cls 611 26 611 104 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
415 /apex-mdapi/src/classes/MetadataService.cls 611 26 611 104 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
416 /apex-mdapi/src/classes/MetadataService.cls 612 26 612 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 'userTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
416 /apex-mdapi/src/classes/MetadataService.cls 612 26 612 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 'userTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
417 /apex-mdapi/src/classes/MetadataService.cls 613 26 613 89 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]*'
417 /apex-mdapi/src/classes/MetadataService.cls 613 26 613 89 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]*'
418 /apex-mdapi/src/classes/MetadataService.cls 614 26 614 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
418 /apex-mdapi/src/classes/MetadataService.cls 614 26 614 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
419 /apex-mdapi/src/classes/MetadataService.cls 615 26 615 183 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]*'
419 /apex-mdapi/src/classes/MetadataService.cls 615 26 615 183 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]*'
420 /apex-mdapi/src/classes/MetadataService.cls 617 12 622 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
420 /apex-mdapi/src/classes/MetadataService.cls 617 12 622 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
421 /apex-mdapi/src/classes/MetadataService.cls 619 26 619 96 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
421 /apex-mdapi/src/classes/MetadataService.cls 619 26 619 96 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
422 /apex-mdapi/src/classes/MetadataService.cls 620 26 620 89 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]*'
422 /apex-mdapi/src/classes/MetadataService.cls 620 26 620 89 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]*'
423 /apex-mdapi/src/classes/MetadataService.cls 621 26 621 70 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]*'
423 /apex-mdapi/src/classes/MetadataService.cls 621 26 621 70 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]*'
424 /apex-mdapi/src/classes/MetadataService.cls 623 12 630 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
424 /apex-mdapi/src/classes/MetadataService.cls 623 12 630 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
425 /apex-mdapi/src/classes/MetadataService.cls 626 26 626 97 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 'image_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
425 /apex-mdapi/src/classes/MetadataService.cls 626 26 626 97 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 'image_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
426 /apex-mdapi/src/classes/MetadataService.cls 627 26 627 97 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
426 /apex-mdapi/src/classes/MetadataService.cls 627 26 627 97 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
427 /apex-mdapi/src/classes/MetadataService.cls 628 26 628 89 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]*'
427 /apex-mdapi/src/classes/MetadataService.cls 628 26 628 89 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]*'
428 /apex-mdapi/src/classes/MetadataService.cls 629 26 629 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]*'
428 /apex-mdapi/src/classes/MetadataService.cls 629 26 629 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]*'
429 /apex-mdapi/src/classes/MetadataService.cls 631 12 652 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
429 /apex-mdapi/src/classes/MetadataService.cls 631 12 652 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
430 /apex-mdapi/src/classes/MetadataService.cls 631 12 652 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
430 /apex-mdapi/src/classes/MetadataService.cls 631 12 652 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
431 /apex-mdapi/src/classes/MetadataService.cls 641 26 641 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 'customTabListAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
431 /apex-mdapi/src/classes/MetadataService.cls 641 26 641 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 'customTabListAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
432 /apex-mdapi/src/classes/MetadataService.cls 642 26 642 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 'excludedStandardButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
432 /apex-mdapi/src/classes/MetadataService.cls 642 26 642 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 'excludedStandardButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
433 /apex-mdapi/src/classes/MetadataService.cls 643 26 643 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 'listViewButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
433 /apex-mdapi/src/classes/MetadataService.cls 643 26 643 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 'listViewButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
434 /apex-mdapi/src/classes/MetadataService.cls 644 26 644 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 'lookupDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
434 /apex-mdapi/src/classes/MetadataService.cls 644 26 644 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 'lookupDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
435 /apex-mdapi/src/classes/MetadataService.cls 645 26 645 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 'lookupFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
435 /apex-mdapi/src/classes/MetadataService.cls 645 26 645 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 'lookupFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
436 /apex-mdapi/src/classes/MetadataService.cls 646 26 646 156 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 'lookupPhoneDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
436 /apex-mdapi/src/classes/MetadataService.cls 646 26 646 156 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 'lookupPhoneDialogsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
437 /apex-mdapi/src/classes/MetadataService.cls 647 26 647 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 'searchFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
437 /apex-mdapi/src/classes/MetadataService.cls 647 26 647 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 'searchFilterFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
438 /apex-mdapi/src/classes/MetadataService.cls 648 26 648 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 'searchResultsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
438 /apex-mdapi/src/classes/MetadataService.cls 648 26 648 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 'searchResultsAdditionalFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
439 /apex-mdapi/src/classes/MetadataService.cls 649 26 649 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 'searchResultsCustomButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
439 /apex-mdapi/src/classes/MetadataService.cls 649 26 649 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 'searchResultsCustomButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
440 /apex-mdapi/src/classes/MetadataService.cls 650 26 650 89 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]*'
440 /apex-mdapi/src/classes/MetadataService.cls 650 26 650 89 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]*'
441 /apex-mdapi/src/classes/MetadataService.cls 651 26 651 311 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]*'
441 /apex-mdapi/src/classes/MetadataService.cls 651 26 651 311 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]*'
442 /apex-mdapi/src/classes/MetadataService.cls 653 12 658 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
442 /apex-mdapi/src/classes/MetadataService.cls 653 12 658 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
443 /apex-mdapi/src/classes/MetadataService.cls 653 12 658 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 'retrieve_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
443 /apex-mdapi/src/classes/MetadataService.cls 653 12 658 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 'retrieve_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
444 /apex-mdapi/src/classes/MetadataService.cls 655 26 655 117 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 'retrieveRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
444 /apex-mdapi/src/classes/MetadataService.cls 655 26 655 117 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 'retrieveRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
445 /apex-mdapi/src/classes/MetadataService.cls 656 26 656 89 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 /apex-mdapi/src/classes/MetadataService.cls 656 26 656 89 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 /apex-mdapi/src/classes/MetadataService.cls 657 26 657 81 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 /apex-mdapi/src/classes/MetadataService.cls 657 26 657 81 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 /apex-mdapi/src/classes/MetadataService.cls 659 12 668 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 /apex-mdapi/src/classes/MetadataService.cls 659 12 668 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 /apex-mdapi/src/classes/MetadataService.cls 662 26 662 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
448 /apex-mdapi/src/classes/MetadataService.cls 662 26 662 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
449 /apex-mdapi/src/classes/MetadataService.cls 664 26 664 116 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 'assignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
449 /apex-mdapi/src/classes/MetadataService.cls 664 26 664 116 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 'assignmentRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
450 /apex-mdapi/src/classes/MetadataService.cls 665 26 665 89 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]*'
450 /apex-mdapi/src/classes/MetadataService.cls 665 26 665 89 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]*'
451 /apex-mdapi/src/classes/MetadataService.cls 666 26 666 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
451 /apex-mdapi/src/classes/MetadataService.cls 666 26 666 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
452 /apex-mdapi/src/classes/MetadataService.cls 667 26 667 92 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]*'
452 /apex-mdapi/src/classes/MetadataService.cls 667 26 667 92 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]*'
453 /apex-mdapi/src/classes/MetadataService.cls 669 12 678 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
453 /apex-mdapi/src/classes/MetadataService.cls 669 12 678 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
454 /apex-mdapi/src/classes/MetadataService.cls 673 26 673 100 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
454 /apex-mdapi/src/classes/MetadataService.cls 673 26 673 100 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 'errors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
455 /apex-mdapi/src/classes/MetadataService.cls 674 26 674 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
455 /apex-mdapi/src/classes/MetadataService.cls 674 26 674 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
456 /apex-mdapi/src/classes/MetadataService.cls 675 26 675 101 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
456 /apex-mdapi/src/classes/MetadataService.cls 675 26 675 101 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
457 /apex-mdapi/src/classes/MetadataService.cls 676 26 676 89 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]*'
457 /apex-mdapi/src/classes/MetadataService.cls 676 26 676 89 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]*'
458 /apex-mdapi/src/classes/MetadataService.cls 677 26 677 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]*'
458 /apex-mdapi/src/classes/MetadataService.cls 677 26 677 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]*'
459 /apex-mdapi/src/classes/MetadataService.cls 679 12 686 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
459 /apex-mdapi/src/classes/MetadataService.cls 679 12 686 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
460 /apex-mdapi/src/classes/MetadataService.cls 682 26 682 102 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 'members_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
460 /apex-mdapi/src/classes/MetadataService.cls 682 26 682 102 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 'members_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
461 /apex-mdapi/src/classes/MetadataService.cls 683 26 683 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
461 /apex-mdapi/src/classes/MetadataService.cls 683 26 683 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
462 /apex-mdapi/src/classes/MetadataService.cls 684 26 684 89 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]*'
462 /apex-mdapi/src/classes/MetadataService.cls 684 26 684 89 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]*'
463 /apex-mdapi/src/classes/MetadataService.cls 685 26 685 80 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]*'
463 /apex-mdapi/src/classes/MetadataService.cls 685 26 685 80 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]*'
464 /apex-mdapi/src/classes/MetadataService.cls 687 12 694 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
464 /apex-mdapi/src/classes/MetadataService.cls 687 12 694 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
465 /apex-mdapi/src/classes/MetadataService.cls 690 26 690 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 'dashboardFilterOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
465 /apex-mdapi/src/classes/MetadataService.cls 690 26 690 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 'dashboardFilterOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
466 /apex-mdapi/src/classes/MetadataService.cls 691 26 691 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
466 /apex-mdapi/src/classes/MetadataService.cls 691 26 691 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
467 /apex-mdapi/src/classes/MetadataService.cls 692 26 692 89 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]*'
467 /apex-mdapi/src/classes/MetadataService.cls 692 26 692 89 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]*'
468 /apex-mdapi/src/classes/MetadataService.cls 693 26 693 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]*'
468 /apex-mdapi/src/classes/MetadataService.cls 693 26 693 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]*'
469 /apex-mdapi/src/classes/MetadataService.cls 695 12 700 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
469 /apex-mdapi/src/classes/MetadataService.cls 695 12 700 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
470 /apex-mdapi/src/classes/MetadataService.cls 697 26 697 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 'recommendationAudienceDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
470 /apex-mdapi/src/classes/MetadataService.cls 697 26 697 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 'recommendationAudienceDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
471 /apex-mdapi/src/classes/MetadataService.cls 698 26 698 89 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 /apex-mdapi/src/classes/MetadataService.cls 698 26 698 89 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 /apex-mdapi/src/classes/MetadataService.cls 699 26 699 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]*'
472 /apex-mdapi/src/classes/MetadataService.cls 699 26 699 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]*'
473 /apex-mdapi/src/classes/MetadataService.cls 701 12 710 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 /apex-mdapi/src/classes/MetadataService.cls 701 12 710 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 /apex-mdapi/src/classes/MetadataService.cls 703 24 703 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
474 /apex-mdapi/src/classes/MetadataService.cls 703 24 703 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
475 /apex-mdapi/src/classes/MetadataService.cls 705 26 705 109 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
475 /apex-mdapi/src/classes/MetadataService.cls 705 26 705 109 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
476 /apex-mdapi/src/classes/MetadataService.cls 706 26 706 103 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
476 /apex-mdapi/src/classes/MetadataService.cls 706 26 706 103 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
477 /apex-mdapi/src/classes/MetadataService.cls 707 26 707 101 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
477 /apex-mdapi/src/classes/MetadataService.cls 707 26 707 101 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
478 /apex-mdapi/src/classes/MetadataService.cls 708 26 708 89 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]*'
478 /apex-mdapi/src/classes/MetadataService.cls 708 26 708 89 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]*'
479 /apex-mdapi/src/classes/MetadataService.cls 709 26 709 99 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]*'
479 /apex-mdapi/src/classes/MetadataService.cls 709 26 709 99 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]*'
480 /apex-mdapi/src/classes/MetadataService.cls 711 12 718 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
480 /apex-mdapi/src/classes/MetadataService.cls 711 12 718 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
481 /apex-mdapi/src/classes/MetadataService.cls 714 26 714 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
481 /apex-mdapi/src/classes/MetadataService.cls 714 26 714 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
482 /apex-mdapi/src/classes/MetadataService.cls 715 26 715 97 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]*'
482 /apex-mdapi/src/classes/MetadataService.cls 715 26 715 97 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]*'
483 /apex-mdapi/src/classes/MetadataService.cls 716 26 716 89 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]*'
483 /apex-mdapi/src/classes/MetadataService.cls 716 26 716 89 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]*'
484 /apex-mdapi/src/classes/MetadataService.cls 717 26 717 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]*'
484 /apex-mdapi/src/classes/MetadataService.cls 717 26 717 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]*'
485 /apex-mdapi/src/classes/MetadataService.cls 719 12 734 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
485 /apex-mdapi/src/classes/MetadataService.cls 719 12 734 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
486 /apex-mdapi/src/classes/MetadataService.cls 726 26 726 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
486 /apex-mdapi/src/classes/MetadataService.cls 726 26 726 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
487 /apex-mdapi/src/classes/MetadataService.cls 727 26 727 116 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
487 /apex-mdapi/src/classes/MetadataService.cls 727 26 727 116 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
488 /apex-mdapi/src/classes/MetadataService.cls 728 26 728 100 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]*'
488 /apex-mdapi/src/classes/MetadataService.cls 728 26 728 100 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]*'
489 /apex-mdapi/src/classes/MetadataService.cls 729 26 729 109 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 'relatedList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
489 /apex-mdapi/src/classes/MetadataService.cls 729 26 729 109 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 'relatedList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
490 /apex-mdapi/src/classes/MetadataService.cls 730 26 730 105 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
490 /apex-mdapi/src/classes/MetadataService.cls 730 26 730 105 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
491 /apex-mdapi/src/classes/MetadataService.cls 731 26 731 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
491 /apex-mdapi/src/classes/MetadataService.cls 731 26 731 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
492 /apex-mdapi/src/classes/MetadataService.cls 732 26 732 89 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]*'
492 /apex-mdapi/src/classes/MetadataService.cls 732 26 732 89 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]*'
493 /apex-mdapi/src/classes/MetadataService.cls 733 26 733 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]*'
493 /apex-mdapi/src/classes/MetadataService.cls 733 26 733 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]*'
494 /apex-mdapi/src/classes/MetadataService.cls 735 12 748 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 /apex-mdapi/src/classes/MetadataService.cls 735 12 748 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 /apex-mdapi/src/classes/MetadataService.cls 738 26 738 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
495 /apex-mdapi/src/classes/MetadataService.cls 738 26 738 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
496 /apex-mdapi/src/classes/MetadataService.cls 742 26 742 100 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
496 /apex-mdapi/src/classes/MetadataService.cls 742 26 742 100 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
497 /apex-mdapi/src/classes/MetadataService.cls 743 26 743 109 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
497 /apex-mdapi/src/classes/MetadataService.cls 743 26 743 109 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
498 /apex-mdapi/src/classes/MetadataService.cls 744 26 744 97 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]*'
498 /apex-mdapi/src/classes/MetadataService.cls 744 26 744 97 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]*'
499 /apex-mdapi/src/classes/MetadataService.cls 745 26 745 89 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]*'
499 /apex-mdapi/src/classes/MetadataService.cls 745 26 745 89 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]*'
500 /apex-mdapi/src/classes/MetadataService.cls 746 26 746 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
500 /apex-mdapi/src/classes/MetadataService.cls 746 26 746 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
501 /apex-mdapi/src/classes/MetadataService.cls 747 26 747 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]*'
501 /apex-mdapi/src/classes/MetadataService.cls 747 26 747 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]*'
502 /apex-mdapi/src/classes/MetadataService.cls 749 12 774 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
502 /apex-mdapi/src/classes/MetadataService.cls 749 12 774 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
503 /apex-mdapi/src/classes/MetadataService.cls 749 12 774 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
503 /apex-mdapi/src/classes/MetadataService.cls 749 12 774 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
504 /apex-mdapi/src/classes/MetadataService.cls 759 23 759 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]*'
504 /apex-mdapi/src/classes/MetadataService.cls 759 23 759 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]*'
505 /apex-mdapi/src/classes/MetadataService.cls 761 26 761 109 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
505 /apex-mdapi/src/classes/MetadataService.cls 761 26 761 109 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
506 /apex-mdapi/src/classes/MetadataService.cls 762 26 762 101 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 'dataset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
506 /apex-mdapi/src/classes/MetadataService.cls 762 26 762 101 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 'dataset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
507 /apex-mdapi/src/classes/MetadataService.cls 763 26 763 119 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 'datasetConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
507 /apex-mdapi/src/classes/MetadataService.cls 763 26 763 119 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 'datasetConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
508 /apex-mdapi/src/classes/MetadataService.cls 764 26 764 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 'datasetFullyQualifiedName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
508 /apex-mdapi/src/classes/MetadataService.cls 764 26 764 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 'datasetFullyQualifiedName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
509 /apex-mdapi/src/classes/MetadataService.cls 765 26 765 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 'dates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
509 /apex-mdapi/src/classes/MetadataService.cls 765 26 765 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 'dates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
510 /apex-mdapi/src/classes/MetadataService.cls 766 26 766 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 'dimensions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
510 /apex-mdapi/src/classes/MetadataService.cls 766 26 766 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 'dimensions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
511 /apex-mdapi/src/classes/MetadataService.cls 767 26 767 104 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 'measures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
511 /apex-mdapi/src/classes/MetadataService.cls 767 26 767 104 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 'measures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
512 /apex-mdapi/src/classes/MetadataService.cls 768 26 768 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 'organizations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
512 /apex-mdapi/src/classes/MetadataService.cls 768 26 768 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 'organizations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
513 /apex-mdapi/src/classes/MetadataService.cls 769 26 769 99 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
513 /apex-mdapi/src/classes/MetadataService.cls 769 26 769 99 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
514 /apex-mdapi/src/classes/MetadataService.cls 770 26 770 97 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]*'
514 /apex-mdapi/src/classes/MetadataService.cls 770 26 770 97 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]*'
515 /apex-mdapi/src/classes/MetadataService.cls 771 26 771 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 'waveVisualization_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
515 /apex-mdapi/src/classes/MetadataService.cls 771 26 771 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 'waveVisualization_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
516 /apex-mdapi/src/classes/MetadataService.cls 772 26 772 89 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]*'
516 /apex-mdapi/src/classes/MetadataService.cls 772 26 772 89 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]*'
517 /apex-mdapi/src/classes/MetadataService.cls 773 26 773 220 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]*'
517 /apex-mdapi/src/classes/MetadataService.cls 773 26 773 220 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]*'
518 /apex-mdapi/src/classes/MetadataService.cls 775 12 782 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
518 /apex-mdapi/src/classes/MetadataService.cls 775 12 782 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
519 /apex-mdapi/src/classes/MetadataService.cls 778 26 778 97 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]*'
519 /apex-mdapi/src/classes/MetadataService.cls 778 26 778 97 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]*'
520 /apex-mdapi/src/classes/MetadataService.cls 779 26 779 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
520 /apex-mdapi/src/classes/MetadataService.cls 779 26 779 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
521 /apex-mdapi/src/classes/MetadataService.cls 780 26 780 89 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]*'
521 /apex-mdapi/src/classes/MetadataService.cls 780 26 780 89 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]*'
522 /apex-mdapi/src/classes/MetadataService.cls 781 26 781 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]*'
522 /apex-mdapi/src/classes/MetadataService.cls 781 26 781 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]*'
523 /apex-mdapi/src/classes/MetadataService.cls 783 12 794 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 /apex-mdapi/src/classes/MetadataService.cls 783 12 794 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 /apex-mdapi/src/classes/MetadataService.cls 788 26 788 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 'defaultBrandingSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
524 /apex-mdapi/src/classes/MetadataService.cls 788 26 788 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 'defaultBrandingSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
525 /apex-mdapi/src/classes/MetadataService.cls 789 26 789 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
525 /apex-mdapi/src/classes/MetadataService.cls 789 26 789 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
526 /apex-mdapi/src/classes/MetadataService.cls 790 26 790 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
526 /apex-mdapi/src/classes/MetadataService.cls 790 26 790 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
527 /apex-mdapi/src/classes/MetadataService.cls 791 26 791 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 'shouldOverrideLoadingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
527 /apex-mdapi/src/classes/MetadataService.cls 791 26 791 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 'shouldOverrideLoadingImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
528 /apex-mdapi/src/classes/MetadataService.cls 792 26 792 89 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]*'
528 /apex-mdapi/src/classes/MetadataService.cls 792 26 792 89 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]*'
529 /apex-mdapi/src/classes/MetadataService.cls 793 26 793 141 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]*'
529 /apex-mdapi/src/classes/MetadataService.cls 793 26 793 141 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]*'
530 /apex-mdapi/src/classes/MetadataService.cls 795 12 804 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 /apex-mdapi/src/classes/MetadataService.cls 795 12 804 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 /apex-mdapi/src/classes/MetadataService.cls 799 26 799 116 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 'dataCategories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
531 /apex-mdapi/src/classes/MetadataService.cls 799 26 799 116 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 'dataCategories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
532 /apex-mdapi/src/classes/MetadataService.cls 800 26 800 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 'dataCategoryGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
532 /apex-mdapi/src/classes/MetadataService.cls 800 26 800 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 'dataCategoryGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
533 /apex-mdapi/src/classes/MetadataService.cls 801 26 801 107 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
533 /apex-mdapi/src/classes/MetadataService.cls 801 26 801 107 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
534 /apex-mdapi/src/classes/MetadataService.cls 802 26 802 89 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]*'
534 /apex-mdapi/src/classes/MetadataService.cls 802 26 802 89 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]*'
535 /apex-mdapi/src/classes/MetadataService.cls 803 26 803 113 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]*'
535 /apex-mdapi/src/classes/MetadataService.cls 803 26 803 113 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]*'
536 /apex-mdapi/src/classes/MetadataService.cls 805 12 812 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
536 /apex-mdapi/src/classes/MetadataService.cls 805 12 812 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
537 /apex-mdapi/src/classes/MetadataService.cls 808 26 808 97 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]*'
537 /apex-mdapi/src/classes/MetadataService.cls 808 26 808 97 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]*'
538 /apex-mdapi/src/classes/MetadataService.cls 809 26 809 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
538 /apex-mdapi/src/classes/MetadataService.cls 809 26 809 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
539 /apex-mdapi/src/classes/MetadataService.cls 810 26 810 89 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]*'
539 /apex-mdapi/src/classes/MetadataService.cls 810 26 810 89 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]*'
540 /apex-mdapi/src/classes/MetadataService.cls 811 26 811 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]*'
540 /apex-mdapi/src/classes/MetadataService.cls 811 26 811 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]*'
541 /apex-mdapi/src/classes/MetadataService.cls 813 12 822 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
541 /apex-mdapi/src/classes/MetadataService.cls 813 12 822 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
542 /apex-mdapi/src/classes/MetadataService.cls 817 26 817 109 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 'majorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
542 /apex-mdapi/src/classes/MetadataService.cls 817 26 817 109 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 'majorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
543 /apex-mdapi/src/classes/MetadataService.cls 818 26 818 109 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 'minorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
543 /apex-mdapi/src/classes/MetadataService.cls 818 26 818 109 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 'minorNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
544 /apex-mdapi/src/classes/MetadataService.cls 819 26 819 105 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
544 /apex-mdapi/src/classes/MetadataService.cls 819 26 819 105 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
545 /apex-mdapi/src/classes/MetadataService.cls 820 26 820 89 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]*'
545 /apex-mdapi/src/classes/MetadataService.cls 820 26 820 89 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]*'
546 /apex-mdapi/src/classes/MetadataService.cls 821 26 821 103 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]*'
546 /apex-mdapi/src/classes/MetadataService.cls 821 26 821 103 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]*'
547 /apex-mdapi/src/classes/MetadataService.cls 823 12 838 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
547 /apex-mdapi/src/classes/MetadataService.cls 823 12 838 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
548 /apex-mdapi/src/classes/MetadataService.cls 830 26 830 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 'childXmlNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
548 /apex-mdapi/src/classes/MetadataService.cls 830 26 830 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 'childXmlNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
549 /apex-mdapi/src/classes/MetadataService.cls 831 26 831 113 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 'directoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
549 /apex-mdapi/src/classes/MetadataService.cls 831 26 831 113 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 'directoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
550 /apex-mdapi/src/classes/MetadataService.cls 832 26 832 103 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 'inFolder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
550 /apex-mdapi/src/classes/MetadataService.cls 832 26 832 103 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 'inFolder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
551 /apex-mdapi/src/classes/MetadataService.cls 833 26 833 103 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 'metaFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
551 /apex-mdapi/src/classes/MetadataService.cls 833 26 833 103 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 'metaFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
552 /apex-mdapi/src/classes/MetadataService.cls 834 26 834 99 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 'suffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
552 /apex-mdapi/src/classes/MetadataService.cls 834 26 834 99 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 'suffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
553 /apex-mdapi/src/classes/MetadataService.cls 835 26 835 101 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 'xmlName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
553 /apex-mdapi/src/classes/MetadataService.cls 835 26 835 101 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 'xmlName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
554 /apex-mdapi/src/classes/MetadataService.cls 836 26 836 89 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]*'
554 /apex-mdapi/src/classes/MetadataService.cls 836 26 836 89 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]*'
555 /apex-mdapi/src/classes/MetadataService.cls 837 26 837 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
555 /apex-mdapi/src/classes/MetadataService.cls 837 26 837 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
556 /apex-mdapi/src/classes/MetadataService.cls 839 12 848 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
556 /apex-mdapi/src/classes/MetadataService.cls 839 12 848 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
557 /apex-mdapi/src/classes/MetadataService.cls 842 26 842 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
557 /apex-mdapi/src/classes/MetadataService.cls 842 26 842 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
558 /apex-mdapi/src/classes/MetadataService.cls 844 26 844 117 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 'enableLiveAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
558 /apex-mdapi/src/classes/MetadataService.cls 844 26 844 117 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 'enableLiveAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
559 /apex-mdapi/src/classes/MetadataService.cls 845 26 845 89 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]*'
559 /apex-mdapi/src/classes/MetadataService.cls 845 26 845 89 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]*'
560 /apex-mdapi/src/classes/MetadataService.cls 846 26 846 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
560 /apex-mdapi/src/classes/MetadataService.cls 846 26 846 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
561 /apex-mdapi/src/classes/MetadataService.cls 847 26 847 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]*'
561 /apex-mdapi/src/classes/MetadataService.cls 847 26 847 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]*'
562 /apex-mdapi/src/classes/MetadataService.cls 849 12 864 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
562 /apex-mdapi/src/classes/MetadataService.cls 849 12 864 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
563 /apex-mdapi/src/classes/MetadataService.cls 855 24 855 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
563 /apex-mdapi/src/classes/MetadataService.cls 855 24 855 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
564 /apex-mdapi/src/classes/MetadataService.cls 856 26 856 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
564 /apex-mdapi/src/classes/MetadataService.cls 856 26 856 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
565 /apex-mdapi/src/classes/MetadataService.cls 857 26 857 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 'flow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
565 /apex-mdapi/src/classes/MetadataService.cls 857 26 857 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 'flow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
566 /apex-mdapi/src/classes/MetadataService.cls 858 26 858 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 'flowInputs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
566 /apex-mdapi/src/classes/MetadataService.cls 858 26 858 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 'flowInputs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
567 /apex-mdapi/src/classes/MetadataService.cls 859 26 859 97 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]*'
567 /apex-mdapi/src/classes/MetadataService.cls 859 26 859 97 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]*'
568 /apex-mdapi/src/classes/MetadataService.cls 860 26 860 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
568 /apex-mdapi/src/classes/MetadataService.cls 860 26 860 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
569 /apex-mdapi/src/classes/MetadataService.cls 861 26 861 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
569 /apex-mdapi/src/classes/MetadataService.cls 861 26 861 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
570 /apex-mdapi/src/classes/MetadataService.cls 862 26 862 89 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]*'
570 /apex-mdapi/src/classes/MetadataService.cls 862 26 862 89 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]*'
571 /apex-mdapi/src/classes/MetadataService.cls 863 26 863 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
571 /apex-mdapi/src/classes/MetadataService.cls 863 26 863 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
572 /apex-mdapi/src/classes/MetadataService.cls 865 12 886 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
572 /apex-mdapi/src/classes/MetadataService.cls 865 12 886 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
573 /apex-mdapi/src/classes/MetadataService.cls 865 12 886 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
573 /apex-mdapi/src/classes/MetadataService.cls 865 12 886 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
574 /apex-mdapi/src/classes/MetadataService.cls 868 26 868 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
574 /apex-mdapi/src/classes/MetadataService.cls 868 26 868 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
575 /apex-mdapi/src/classes/MetadataService.cls 876 26 876 105 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 'assetIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
575 /apex-mdapi/src/classes/MetadataService.cls 876 26 876 105 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 'assetIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
576 /apex-mdapi/src/classes/MetadataService.cls 877 26 877 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
576 /apex-mdapi/src/classes/MetadataService.cls 877 26 877 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
577 /apex-mdapi/src/classes/MetadataService.cls 878 26 878 99 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
577 /apex-mdapi/src/classes/MetadataService.cls 878 26 878 99 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
578 /apex-mdapi/src/classes/MetadataService.cls 879 26 879 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
578 /apex-mdapi/src/classes/MetadataService.cls 879 26 879 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
579 /apex-mdapi/src/classes/MetadataService.cls 880 26 880 100 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 'shares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
579 /apex-mdapi/src/classes/MetadataService.cls 880 26 880 100 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 'shares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
580 /apex-mdapi/src/classes/MetadataService.cls 881 26 881 115 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 'templateOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
580 /apex-mdapi/src/classes/MetadataService.cls 881 26 881 115 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 'templateOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
581 /apex-mdapi/src/classes/MetadataService.cls 882 26 882 117 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 'templateVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
581 /apex-mdapi/src/classes/MetadataService.cls 882 26 882 117 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 'templateVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
582 /apex-mdapi/src/classes/MetadataService.cls 883 26 883 89 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]*'
582 /apex-mdapi/src/classes/MetadataService.cls 883 26 883 89 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]*'
583 /apex-mdapi/src/classes/MetadataService.cls 884 26 884 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
583 /apex-mdapi/src/classes/MetadataService.cls 884 26 884 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
584 /apex-mdapi/src/classes/MetadataService.cls 885 26 885 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
584 /apex-mdapi/src/classes/MetadataService.cls 885 26 885 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
585 /apex-mdapi/src/classes/MetadataService.cls 887 12 892 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
585 /apex-mdapi/src/classes/MetadataService.cls 887 12 892 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
586 /apex-mdapi/src/classes/MetadataService.cls 889 26 889 105 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 'allOrNone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
586 /apex-mdapi/src/classes/MetadataService.cls 889 26 889 105 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 'allOrNone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
587 /apex-mdapi/src/classes/MetadataService.cls 890 26 890 89 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]*'
587 /apex-mdapi/src/classes/MetadataService.cls 890 26 890 89 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]*'
588 /apex-mdapi/src/classes/MetadataService.cls 891 26 891 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]*'
588 /apex-mdapi/src/classes/MetadataService.cls 891 26 891 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]*'
589 /apex-mdapi/src/classes/MetadataService.cls 893 12 902 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
589 /apex-mdapi/src/classes/MetadataService.cls 893 12 902 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
590 /apex-mdapi/src/classes/MetadataService.cls 897 26 897 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
590 /apex-mdapi/src/classes/MetadataService.cls 897 26 897 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
591 /apex-mdapi/src/classes/MetadataService.cls 898 26 898 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
591 /apex-mdapi/src/classes/MetadataService.cls 898 26 898 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
592 /apex-mdapi/src/classes/MetadataService.cls 899 26 899 101 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
592 /apex-mdapi/src/classes/MetadataService.cls 899 26 899 101 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
593 /apex-mdapi/src/classes/MetadataService.cls 900 26 900 89 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]*'
593 /apex-mdapi/src/classes/MetadataService.cls 900 26 900 89 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]*'
594 /apex-mdapi/src/classes/MetadataService.cls 901 26 901 94 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]*'
594 /apex-mdapi/src/classes/MetadataService.cls 901 26 901 94 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]*'
595 /apex-mdapi/src/classes/MetadataService.cls 903 12 928 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
595 /apex-mdapi/src/classes/MetadataService.cls 903 12 928 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
596 /apex-mdapi/src/classes/MetadataService.cls 903 12 928 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
596 /apex-mdapi/src/classes/MetadataService.cls 903 12 928 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
597 /apex-mdapi/src/classes/MetadataService.cls 906 26 906 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
597 /apex-mdapi/src/classes/MetadataService.cls 906 26 906 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
598 /apex-mdapi/src/classes/MetadataService.cls 916 26 916 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 'documentContentSearchEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
598 /apex-mdapi/src/classes/MetadataService.cls 916 26 916 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 'documentContentSearchEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
599 /apex-mdapi/src/classes/MetadataService.cls 917 26 917 141 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 'optimizeSearchForCJKEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
599 /apex-mdapi/src/classes/MetadataService.cls 917 26 917 141 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 'optimizeSearchForCJKEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
600 /apex-mdapi/src/classes/MetadataService.cls 918 26 918 167 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 'recentlyViewedUsersForBlankLookupEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
600 /apex-mdapi/src/classes/MetadataService.cls 918 26 918 167 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 'recentlyViewedUsersForBlankLookupEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
601 /apex-mdapi/src/classes/MetadataService.cls 919 26 919 131 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 'searchSettingsByObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
601 /apex-mdapi/src/classes/MetadataService.cls 919 26 919 131 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 'searchSettingsByObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
602 /apex-mdapi/src/classes/MetadataService.cls 920 26 920 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 'sidebarAutoCompleteEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
602 /apex-mdapi/src/classes/MetadataService.cls 920 26 920 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 'sidebarAutoCompleteEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
603 /apex-mdapi/src/classes/MetadataService.cls 921 26 921 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 'sidebarDropDownListEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
603 /apex-mdapi/src/classes/MetadataService.cls 921 26 921 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 'sidebarDropDownListEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
604 /apex-mdapi/src/classes/MetadataService.cls 922 26 922 163 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 'sidebarLimitToItemsIOwnCheckboxEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
604 /apex-mdapi/src/classes/MetadataService.cls 922 26 922 163 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 'sidebarLimitToItemsIOwnCheckboxEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
605 /apex-mdapi/src/classes/MetadataService.cls 923 26 923 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 'singleSearchResultShortcutEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
605 /apex-mdapi/src/classes/MetadataService.cls 923 26 923 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 'singleSearchResultShortcutEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
606 /apex-mdapi/src/classes/MetadataService.cls 924 26 924 155 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 'spellCorrectKnowledgeSearchEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
606 /apex-mdapi/src/classes/MetadataService.cls 924 26 924 155 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 'spellCorrectKnowledgeSearchEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
607 /apex-mdapi/src/classes/MetadataService.cls 925 26 925 89 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]*'
607 /apex-mdapi/src/classes/MetadataService.cls 925 26 925 89 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]*'
608 /apex-mdapi/src/classes/MetadataService.cls 926 26 926 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
608 /apex-mdapi/src/classes/MetadataService.cls 926 26 926 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
609 /apex-mdapi/src/classes/MetadataService.cls 927 26 927 376 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]*'
609 /apex-mdapi/src/classes/MetadataService.cls 927 26 927 376 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]*'
610 /apex-mdapi/src/classes/MetadataService.cls 929 12 936 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
610 /apex-mdapi/src/classes/MetadataService.cls 929 12 936 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
611 /apex-mdapi/src/classes/MetadataService.cls 929 12 936 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 'listMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
611 /apex-mdapi/src/classes/MetadataService.cls 929 12 936 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 'listMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
612 /apex-mdapi/src/classes/MetadataService.cls 932 26 932 102 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 'queries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
612 /apex-mdapi/src/classes/MetadataService.cls 932 26 932 102 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 'queries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
613 /apex-mdapi/src/classes/MetadataService.cls 933 26 933 109 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
613 /apex-mdapi/src/classes/MetadataService.cls 933 26 933 109 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
614 /apex-mdapi/src/classes/MetadataService.cls 934 26 934 89 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]*'
614 /apex-mdapi/src/classes/MetadataService.cls 934 26 934 89 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]*'
615 /apex-mdapi/src/classes/MetadataService.cls 935 26 935 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]*'
615 /apex-mdapi/src/classes/MetadataService.cls 935 26 935 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]*'
616 /apex-mdapi/src/classes/MetadataService.cls 937 12 972 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
616 /apex-mdapi/src/classes/MetadataService.cls 937 12 972 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
617 /apex-mdapi/src/classes/MetadataService.cls 937 12 972 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
617 /apex-mdapi/src/classes/MetadataService.cls 937 12 972 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
618 /apex-mdapi/src/classes/MetadataService.cls 940 26 940 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
618 /apex-mdapi/src/classes/MetadataService.cls 940 26 940 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
619 /apex-mdapi/src/classes/MetadataService.cls 941 23 941 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 'SVGContent' doesn't match '[a-z][a-zA-Z0-9]*'
619 /apex-mdapi/src/classes/MetadataService.cls 941 23 941 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 'SVGContent' doesn't match '[a-z][a-zA-Z0-9]*'
620 /apex-mdapi/src/classes/MetadataService.cls 954 23 954 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]*'
620 /apex-mdapi/src/classes/MetadataService.cls 954 23 954 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]*'
621 /apex-mdapi/src/classes/MetadataService.cls 955 26 955 107 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 'SVGContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
621 /apex-mdapi/src/classes/MetadataService.cls 955 26 955 107 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 'SVGContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
622 /apex-mdapi/src/classes/MetadataService.cls 956 26 956 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
622 /apex-mdapi/src/classes/MetadataService.cls 956 26 956 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
623 /apex-mdapi/src/classes/MetadataService.cls 957 26 957 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 'controllerContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
623 /apex-mdapi/src/classes/MetadataService.cls 957 26 957 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 'controllerContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
624 /apex-mdapi/src/classes/MetadataService.cls 958 26 958 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
624 /apex-mdapi/src/classes/MetadataService.cls 958 26 958 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
625 /apex-mdapi/src/classes/MetadataService.cls 959 26 959 113 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 'designContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
625 /apex-mdapi/src/classes/MetadataService.cls 959 26 959 113 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 'designContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
626 /apex-mdapi/src/classes/MetadataService.cls 960 26 960 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 'documentationContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
626 /apex-mdapi/src/classes/MetadataService.cls 960 26 960 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 'documentationContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
627 /apex-mdapi/src/classes/MetadataService.cls 961 26 961 113 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 'helperContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
627 /apex-mdapi/src/classes/MetadataService.cls 961 26 961 113 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 'helperContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
628 /apex-mdapi/src/classes/MetadataService.cls 962 26 962 99 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 'markup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
628 /apex-mdapi/src/classes/MetadataService.cls 962 26 962 99 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 'markup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
629 /apex-mdapi/src/classes/MetadataService.cls 963 26 963 111 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 'modelContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
629 /apex-mdapi/src/classes/MetadataService.cls 963 26 963 111 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 'modelContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
630 /apex-mdapi/src/classes/MetadataService.cls 964 26 964 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
630 /apex-mdapi/src/classes/MetadataService.cls 964 26 964 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
631 /apex-mdapi/src/classes/MetadataService.cls 965 26 965 117 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 'rendererContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
631 /apex-mdapi/src/classes/MetadataService.cls 965 26 965 117 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 'rendererContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
632 /apex-mdapi/src/classes/MetadataService.cls 966 26 966 111 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 'styleContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
632 /apex-mdapi/src/classes/MetadataService.cls 966 26 966 111 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 'styleContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
633 /apex-mdapi/src/classes/MetadataService.cls 967 26 967 119 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 'testsuiteContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
633 /apex-mdapi/src/classes/MetadataService.cls 967 26 967 119 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 'testsuiteContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
634 /apex-mdapi/src/classes/MetadataService.cls 968 26 968 97 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]*'
634 /apex-mdapi/src/classes/MetadataService.cls 968 26 968 97 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]*'
635 /apex-mdapi/src/classes/MetadataService.cls 969 26 969 89 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]*'
635 /apex-mdapi/src/classes/MetadataService.cls 969 26 969 89 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]*'
636 /apex-mdapi/src/classes/MetadataService.cls 970 26 970 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
636 /apex-mdapi/src/classes/MetadataService.cls 970 26 970 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
637 /apex-mdapi/src/classes/MetadataService.cls 971 26 971 293 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]*'
637 /apex-mdapi/src/classes/MetadataService.cls 971 26 971 293 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]*'
638 /apex-mdapi/src/classes/MetadataService.cls 973 12 992 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
638 /apex-mdapi/src/classes/MetadataService.cls 973 12 992 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
639 /apex-mdapi/src/classes/MetadataService.cls 973 12 992 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
639 /apex-mdapi/src/classes/MetadataService.cls 973 12 992 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
640 /apex-mdapi/src/classes/MetadataService.cls 976 26 976 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
640 /apex-mdapi/src/classes/MetadataService.cls 976 26 976 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
641 /apex-mdapi/src/classes/MetadataService.cls 983 26 983 131 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 'doesSendEmailToMembers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
641 /apex-mdapi/src/classes/MetadataService.cls 983 26 983 131 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 'doesSendEmailToMembers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
642 /apex-mdapi/src/classes/MetadataService.cls 984 26 984 97 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 'email_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
642 /apex-mdapi/src/classes/MetadataService.cls 984 26 984 97 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 'email_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
643 /apex-mdapi/src/classes/MetadataService.cls 985 26 985 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
643 /apex-mdapi/src/classes/MetadataService.cls 985 26 985 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
644 /apex-mdapi/src/classes/MetadataService.cls 986 26 986 111 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 'queueMembers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
644 /apex-mdapi/src/classes/MetadataService.cls 986 26 986 111 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 'queueMembers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
645 /apex-mdapi/src/classes/MetadataService.cls 987 26 987 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 'queueRoutingConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
645 /apex-mdapi/src/classes/MetadataService.cls 987 26 987 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 'queueRoutingConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
646 /apex-mdapi/src/classes/MetadataService.cls 988 26 988 112 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 'queueSobject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
646 /apex-mdapi/src/classes/MetadataService.cls 988 26 988 112 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 'queueSobject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
647 /apex-mdapi/src/classes/MetadataService.cls 989 26 989 89 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]*'
647 /apex-mdapi/src/classes/MetadataService.cls 989 26 989 89 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]*'
648 /apex-mdapi/src/classes/MetadataService.cls 990 26 990 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
648 /apex-mdapi/src/classes/MetadataService.cls 990 26 990 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
649 /apex-mdapi/src/classes/MetadataService.cls 991 26 991 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
649 /apex-mdapi/src/classes/MetadataService.cls 991 26 991 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
650 /apex-mdapi/src/classes/MetadataService.cls 993 12 1004 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
650 /apex-mdapi/src/classes/MetadataService.cls 993 12 1004 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
651 /apex-mdapi/src/classes/MetadataService.cls 998 26 998 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 'cleanRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
651 /apex-mdapi/src/classes/MetadataService.cls 998 26 998 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 'cleanRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
652 /apex-mdapi/src/classes/MetadataService.cls 999 26 999 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
652 /apex-mdapi/src/classes/MetadataService.cls 999 26 999 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
653 /apex-mdapi/src/classes/MetadataService.cls 1000 26 1000 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
653 /apex-mdapi/src/classes/MetadataService.cls 1000 26 1000 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
654 /apex-mdapi/src/classes/MetadataService.cls 1001 26 1001 109 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 'matchEngine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
654 /apex-mdapi/src/classes/MetadataService.cls 1001 26 1001 109 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 'matchEngine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
655 /apex-mdapi/src/classes/MetadataService.cls 1002 26 1002 89 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]*'
655 /apex-mdapi/src/classes/MetadataService.cls 1002 26 1002 89 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]*'
656 /apex-mdapi/src/classes/MetadataService.cls 1003 26 1003 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
656 /apex-mdapi/src/classes/MetadataService.cls 1003 26 1003 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
657 /apex-mdapi/src/classes/MetadataService.cls 1005 12 1016 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
657 /apex-mdapi/src/classes/MetadataService.cls 1005 12 1016 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
658 /apex-mdapi/src/classes/MetadataService.cls 1008 26 1008 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
658 /apex-mdapi/src/classes/MetadataService.cls 1008 26 1008 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
659 /apex-mdapi/src/classes/MetadataService.cls 1011 26 1011 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 'narrowComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
659 /apex-mdapi/src/classes/MetadataService.cls 1011 26 1011 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 'narrowComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
660 /apex-mdapi/src/classes/MetadataService.cls 1012 26 1012 116 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 'wideComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
660 /apex-mdapi/src/classes/MetadataService.cls 1012 26 1012 116 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 'wideComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
661 /apex-mdapi/src/classes/MetadataService.cls 1013 26 1013 89 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]*'
661 /apex-mdapi/src/classes/MetadataService.cls 1013 26 1013 89 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]*'
662 /apex-mdapi/src/classes/MetadataService.cls 1014 26 1014 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
662 /apex-mdapi/src/classes/MetadataService.cls 1014 26 1014 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
663 /apex-mdapi/src/classes/MetadataService.cls 1015 26 1015 111 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]*'
663 /apex-mdapi/src/classes/MetadataService.cls 1015 26 1015 111 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]*'
664 /apex-mdapi/src/classes/MetadataService.cls 1017 12 1038 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
664 /apex-mdapi/src/classes/MetadataService.cls 1017 12 1038 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
665 /apex-mdapi/src/classes/MetadataService.cls 1017 12 1038 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
665 /apex-mdapi/src/classes/MetadataService.cls 1017 12 1038 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
666 /apex-mdapi/src/classes/MetadataService.cls 1020 26 1020 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
666 /apex-mdapi/src/classes/MetadataService.cls 1020 26 1020 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
667 /apex-mdapi/src/classes/MetadataService.cls 1022 26 1022 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
667 /apex-mdapi/src/classes/MetadataService.cls 1022 26 1022 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
668 /apex-mdapi/src/classes/MetadataService.cls 1029 26 1029 109 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
668 /apex-mdapi/src/classes/MetadataService.cls 1029 26 1029 109 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
669 /apex-mdapi/src/classes/MetadataService.cls 1030 26 1030 104 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 'datasets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
669 /apex-mdapi/src/classes/MetadataService.cls 1030 26 1030 104 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 'datasets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
670 /apex-mdapi/src/classes/MetadataService.cls 1031 26 1031 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
670 /apex-mdapi/src/classes/MetadataService.cls 1031 26 1031 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
671 /apex-mdapi/src/classes/MetadataService.cls 1032 26 1032 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
671 /apex-mdapi/src/classes/MetadataService.cls 1032 26 1032 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
672 /apex-mdapi/src/classes/MetadataService.cls 1033 26 1033 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
672 /apex-mdapi/src/classes/MetadataService.cls 1033 26 1033 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
673 /apex-mdapi/src/classes/MetadataService.cls 1034 26 1034 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 'visualizationType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
673 /apex-mdapi/src/classes/MetadataService.cls 1034 26 1034 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 'visualizationType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
674 /apex-mdapi/src/classes/MetadataService.cls 1035 26 1035 89 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]*'
674 /apex-mdapi/src/classes/MetadataService.cls 1035 26 1035 89 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]*'
675 /apex-mdapi/src/classes/MetadataService.cls 1036 26 1036 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
675 /apex-mdapi/src/classes/MetadataService.cls 1036 26 1036 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
676 /apex-mdapi/src/classes/MetadataService.cls 1037 26 1037 184 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]*'
676 /apex-mdapi/src/classes/MetadataService.cls 1037 26 1037 184 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]*'
677 /apex-mdapi/src/classes/MetadataService.cls 1039 12 1046 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
677 /apex-mdapi/src/classes/MetadataService.cls 1039 12 1046 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
678 /apex-mdapi/src/classes/MetadataService.cls 1042 26 1042 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 'defaultEmailTemplateName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
678 /apex-mdapi/src/classes/MetadataService.cls 1042 26 1042 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 'defaultEmailTemplateName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
679 /apex-mdapi/src/classes/MetadataService.cls 1043 26 1043 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 'ignoreDefaultEmailTemplateSubject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
679 /apex-mdapi/src/classes/MetadataService.cls 1043 26 1043 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 'ignoreDefaultEmailTemplateSubject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
680 /apex-mdapi/src/classes/MetadataService.cls 1044 26 1044 89 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]*'
680 /apex-mdapi/src/classes/MetadataService.cls 1044 26 1044 89 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]*'
681 /apex-mdapi/src/classes/MetadataService.cls 1045 26 1045 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]*'
681 /apex-mdapi/src/classes/MetadataService.cls 1045 26 1045 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]*'
682 /apex-mdapi/src/classes/MetadataService.cls 1047 12 1052 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
682 /apex-mdapi/src/classes/MetadataService.cls 1047 12 1052 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
683 /apex-mdapi/src/classes/MetadataService.cls 1049 26 1049 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 'flow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
683 /apex-mdapi/src/classes/MetadataService.cls 1049 26 1049 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 'flow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
684 /apex-mdapi/src/classes/MetadataService.cls 1050 26 1050 89 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]*'
684 /apex-mdapi/src/classes/MetadataService.cls 1050 26 1050 89 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]*'
685 /apex-mdapi/src/classes/MetadataService.cls 1051 26 1051 70 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]*'
685 /apex-mdapi/src/classes/MetadataService.cls 1051 26 1051 70 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]*'
686 /apex-mdapi/src/classes/MetadataService.cls 1053 12 1074 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
686 /apex-mdapi/src/classes/MetadataService.cls 1053 12 1074 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
687 /apex-mdapi/src/classes/MetadataService.cls 1053 12 1074 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
687 /apex-mdapi/src/classes/MetadataService.cls 1053 12 1074 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
688 /apex-mdapi/src/classes/MetadataService.cls 1063 26 1063 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 'enableCustomizeMyTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
688 /apex-mdapi/src/classes/MetadataService.cls 1063 26 1063 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 'enableCustomizeMyTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
689 /apex-mdapi/src/classes/MetadataService.cls 1064 26 1064 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 'enableKeyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
689 /apex-mdapi/src/classes/MetadataService.cls 1064 26 1064 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 'enableKeyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
690 /apex-mdapi/src/classes/MetadataService.cls 1065 26 1065 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 'enableListViewHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
690 /apex-mdapi/src/classes/MetadataService.cls 1065 26 1065 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 'enableListViewHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
691 /apex-mdapi/src/classes/MetadataService.cls 1066 26 1066 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 'enableListViewReskin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
691 /apex-mdapi/src/classes/MetadataService.cls 1066 26 1066 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 'enableListViewReskin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
692 /apex-mdapi/src/classes/MetadataService.cls 1067 26 1067 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 'enableMultiMonitorComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
692 /apex-mdapi/src/classes/MetadataService.cls 1067 26 1067 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 'enableMultiMonitorComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
693 /apex-mdapi/src/classes/MetadataService.cls 1068 26 1068 113 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 'enablePinTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
693 /apex-mdapi/src/classes/MetadataService.cls 1068 26 1068 113 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 'enablePinTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
694 /apex-mdapi/src/classes/MetadataService.cls 1069 26 1069 115 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 'enableTabHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
694 /apex-mdapi/src/classes/MetadataService.cls 1069 26 1069 115 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 'enableTabHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
695 /apex-mdapi/src/classes/MetadataService.cls 1070 26 1070 117 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 'enableTabLimits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
695 /apex-mdapi/src/classes/MetadataService.cls 1070 26 1070 117 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 'enableTabLimits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
696 /apex-mdapi/src/classes/MetadataService.cls 1071 26 1071 119 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 'saveUserSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
696 /apex-mdapi/src/classes/MetadataService.cls 1071 26 1071 119 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 'saveUserSessions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
697 /apex-mdapi/src/classes/MetadataService.cls 1072 26 1072 89 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]*'
697 /apex-mdapi/src/classes/MetadataService.cls 1072 26 1072 89 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]*'
698 /apex-mdapi/src/classes/MetadataService.cls 1073 26 1073 259 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]*'
698 /apex-mdapi/src/classes/MetadataService.cls 1073 26 1073 259 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]*'
699 /apex-mdapi/src/classes/MetadataService.cls 1075 12 1084 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
699 /apex-mdapi/src/classes/MetadataService.cls 1075 12 1084 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
700 /apex-mdapi/src/classes/MetadataService.cls 1078 26 1078 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
700 /apex-mdapi/src/classes/MetadataService.cls 1078 26 1078 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
701 /apex-mdapi/src/classes/MetadataService.cls 1080 26 1080 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 'caseSubjectOption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
701 /apex-mdapi/src/classes/MetadataService.cls 1080 26 1080 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 'caseSubjectOption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
702 /apex-mdapi/src/classes/MetadataService.cls 1081 26 1081 89 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]*'
702 /apex-mdapi/src/classes/MetadataService.cls 1081 26 1081 89 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]*'
703 /apex-mdapi/src/classes/MetadataService.cls 1082 26 1082 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
703 /apex-mdapi/src/classes/MetadataService.cls 1082 26 1082 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
704 /apex-mdapi/src/classes/MetadataService.cls 1083 26 1083 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]*'
704 /apex-mdapi/src/classes/MetadataService.cls 1083 26 1083 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]*'
705 /apex-mdapi/src/classes/MetadataService.cls 1085 12 1096 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
705 /apex-mdapi/src/classes/MetadataService.cls 1085 12 1096 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
706 /apex-mdapi/src/classes/MetadataService.cls 1088 26 1088 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
706 /apex-mdapi/src/classes/MetadataService.cls 1088 26 1088 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
707 /apex-mdapi/src/classes/MetadataService.cls 1091 26 1091 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
707 /apex-mdapi/src/classes/MetadataService.cls 1091 26 1091 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
708 /apex-mdapi/src/classes/MetadataService.cls 1092 26 1092 115 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 'recurrenceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
708 /apex-mdapi/src/classes/MetadataService.cls 1092 26 1092 115 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 'recurrenceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
709 /apex-mdapi/src/classes/MetadataService.cls 1093 26 1093 89 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]*'
709 /apex-mdapi/src/classes/MetadataService.cls 1093 26 1093 89 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]*'
710 /apex-mdapi/src/classes/MetadataService.cls 1094 26 1094 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
710 /apex-mdapi/src/classes/MetadataService.cls 1094 26 1094 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
711 /apex-mdapi/src/classes/MetadataService.cls 1095 26 1095 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]*'
711 /apex-mdapi/src/classes/MetadataService.cls 1095 26 1095 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]*'
712 /apex-mdapi/src/classes/MetadataService.cls 1097 12 1104 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
712 /apex-mdapi/src/classes/MetadataService.cls 1097 12 1104 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
713 /apex-mdapi/src/classes/MetadataService.cls 1100 26 1100 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 'sourceCategoryApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
713 /apex-mdapi/src/classes/MetadataService.cls 1100 26 1100 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 'sourceCategoryApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
714 /apex-mdapi/src/classes/MetadataService.cls 1101 26 1101 99 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 'weight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
714 /apex-mdapi/src/classes/MetadataService.cls 1101 26 1101 99 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 'weight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
715 /apex-mdapi/src/classes/MetadataService.cls 1102 26 1102 89 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]*'
715 /apex-mdapi/src/classes/MetadataService.cls 1102 26 1102 89 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]*'
716 /apex-mdapi/src/classes/MetadataService.cls 1103 26 1103 96 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]*'
716 /apex-mdapi/src/classes/MetadataService.cls 1103 26 1103 96 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]*'
717 /apex-mdapi/src/classes/MetadataService.cls 1105 12 1152 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
717 /apex-mdapi/src/classes/MetadataService.cls 1105 12 1152 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
718 /apex-mdapi/src/classes/MetadataService.cls 1105 12 1152 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class ApprovalProcess has 22 public methods, attributes, and properties (limit: 20)
718 /apex-mdapi/src/classes/MetadataService.cls 1105 12 1152 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class ApprovalProcess has 22 public methods, attributes, and properties (limit: 20)
719 /apex-mdapi/src/classes/MetadataService.cls 1105 12 1152 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
719 /apex-mdapi/src/classes/MetadataService.cls 1105 12 1152 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
720 /apex-mdapi/src/classes/MetadataService.cls 1108 26 1108 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
720 /apex-mdapi/src/classes/MetadataService.cls 1108 26 1108 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
721 /apex-mdapi/src/classes/MetadataService.cls 1129 26 1129 99 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]*'
721 /apex-mdapi/src/classes/MetadataService.cls 1129 26 1129 99 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]*'
722 /apex-mdapi/src/classes/MetadataService.cls 1130 26 1130 109 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 'allowRecall_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
722 /apex-mdapi/src/classes/MetadataService.cls 1130 26 1130 109 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 'allowRecall_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
723 /apex-mdapi/src/classes/MetadataService.cls 1131 26 1131 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 'allowedSubmitters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
723 /apex-mdapi/src/classes/MetadataService.cls 1131 26 1131 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 'allowedSubmitters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
724 /apex-mdapi/src/classes/MetadataService.cls 1132 26 1132 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 'approvalPageFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
724 /apex-mdapi/src/classes/MetadataService.cls 1132 26 1132 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 'approvalPageFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
725 /apex-mdapi/src/classes/MetadataService.cls 1133 26 1133 112 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 'approvalStep_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
725 /apex-mdapi/src/classes/MetadataService.cls 1133 26 1133 112 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 'approvalStep_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
726 /apex-mdapi/src/classes/MetadataService.cls 1134 26 1134 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
726 /apex-mdapi/src/classes/MetadataService.cls 1134 26 1134 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
727 /apex-mdapi/src/classes/MetadataService.cls 1135 26 1135 113 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 'emailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
727 /apex-mdapi/src/classes/MetadataService.cls 1135 26 1135 113 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 'emailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
728 /apex-mdapi/src/classes/MetadataService.cls 1136 26 1136 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 'enableMobileDeviceAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
728 /apex-mdapi/src/classes/MetadataService.cls 1136 26 1136 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 'enableMobileDeviceAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
729 /apex-mdapi/src/classes/MetadataService.cls 1137 26 1137 113 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
729 /apex-mdapi/src/classes/MetadataService.cls 1137 26 1137 113 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
730 /apex-mdapi/src/classes/MetadataService.cls 1138 26 1138 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 'finalApprovalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
730 /apex-mdapi/src/classes/MetadataService.cls 1138 26 1138 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 'finalApprovalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
731 /apex-mdapi/src/classes/MetadataService.cls 1139 26 1139 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 'finalApprovalRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
731 /apex-mdapi/src/classes/MetadataService.cls 1139 26 1139 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 'finalApprovalRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
732 /apex-mdapi/src/classes/MetadataService.cls 1140 26 1140 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 'finalRejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
732 /apex-mdapi/src/classes/MetadataService.cls 1140 26 1140 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 'finalRejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
733 /apex-mdapi/src/classes/MetadataService.cls 1141 26 1141 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 'finalRejectionRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
733 /apex-mdapi/src/classes/MetadataService.cls 1141 26 1141 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 'finalRejectionRecordLock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
734 /apex-mdapi/src/classes/MetadataService.cls 1142 26 1142 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 'initialSubmissionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
734 /apex-mdapi/src/classes/MetadataService.cls 1142 26 1142 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 'initialSubmissionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
735 /apex-mdapi/src/classes/MetadataService.cls 1143 26 1143 97 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]*'
735 /apex-mdapi/src/classes/MetadataService.cls 1143 26 1143 97 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]*'
736 /apex-mdapi/src/classes/MetadataService.cls 1144 26 1144 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 'nextAutomatedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
736 /apex-mdapi/src/classes/MetadataService.cls 1144 26 1144 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 'nextAutomatedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
737 /apex-mdapi/src/classes/MetadataService.cls 1145 26 1145 111 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 'postTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
737 /apex-mdapi/src/classes/MetadataService.cls 1145 26 1145 111 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 'postTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
738 /apex-mdapi/src/classes/MetadataService.cls 1146 26 1146 113 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 'recallActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
738 /apex-mdapi/src/classes/MetadataService.cls 1146 26 1146 113 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 'recallActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
739 /apex-mdapi/src/classes/MetadataService.cls 1147 26 1147 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 'recordEditability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
739 /apex-mdapi/src/classes/MetadataService.cls 1147 26 1147 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 'recordEditability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
740 /apex-mdapi/src/classes/MetadataService.cls 1148 26 1148 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 'showApprovalHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
740 /apex-mdapi/src/classes/MetadataService.cls 1148 26 1148 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 'showApprovalHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
741 /apex-mdapi/src/classes/MetadataService.cls 1149 26 1149 89 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]*'
741 /apex-mdapi/src/classes/MetadataService.cls 1149 26 1149 89 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]*'
742 /apex-mdapi/src/classes/MetadataService.cls 1150 26 1150 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
742 /apex-mdapi/src/classes/MetadataService.cls 1150 26 1150 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
743 /apex-mdapi/src/classes/MetadataService.cls 1151 26 1151 459 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]*'
743 /apex-mdapi/src/classes/MetadataService.cls 1151 26 1151 459 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]*'
744 /apex-mdapi/src/classes/MetadataService.cls 1153 12 1162 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
744 /apex-mdapi/src/classes/MetadataService.cls 1153 12 1162 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
745 /apex-mdapi/src/classes/MetadataService.cls 1157 26 1157 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 'embeddedServiceLiveAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
745 /apex-mdapi/src/classes/MetadataService.cls 1157 26 1157 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 'embeddedServiceLiveAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
746 /apex-mdapi/src/classes/MetadataService.cls 1158 26 1158 97 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
746 /apex-mdapi/src/classes/MetadataService.cls 1158 26 1158 97 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
747 /apex-mdapi/src/classes/MetadataService.cls 1159 26 1159 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 'quickActionDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
747 /apex-mdapi/src/classes/MetadataService.cls 1159 26 1159 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 'quickActionDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
748 /apex-mdapi/src/classes/MetadataService.cls 1160 26 1160 89 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]*'
748 /apex-mdapi/src/classes/MetadataService.cls 1160 26 1160 89 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]*'
749 /apex-mdapi/src/classes/MetadataService.cls 1161 26 1161 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
749 /apex-mdapi/src/classes/MetadataService.cls 1161 26 1161 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
750 /apex-mdapi/src/classes/MetadataService.cls 1163 12 1202 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
750 /apex-mdapi/src/classes/MetadataService.cls 1163 12 1202 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
751 /apex-mdapi/src/classes/MetadataService.cls 1163 12 1202 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
751 /apex-mdapi/src/classes/MetadataService.cls 1163 12 1202 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
752 /apex-mdapi/src/classes/MetadataService.cls 1166 26 1166 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
752 /apex-mdapi/src/classes/MetadataService.cls 1166 26 1166 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
753 /apex-mdapi/src/classes/MetadataService.cls 1167 23 1167 34 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' doesn't match '[a-z][a-zA-Z0-9]*'
753 /apex-mdapi/src/classes/MetadataService.cls 1167 23 1167 34 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' doesn't match '[a-z][a-zA-Z0-9]*'
754 /apex-mdapi/src/classes/MetadataService.cls 1183 26 1183 109 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]*'
754 /apex-mdapi/src/classes/MetadataService.cls 1183 26 1183 109 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]*'
755 /apex-mdapi/src/classes/MetadataService.cls 1184 26 1184 99 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]*'
755 /apex-mdapi/src/classes/MetadataService.cls 1184 26 1184 99 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]*'
756 /apex-mdapi/src/classes/MetadataService.cls 1185 26 1185 113 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
756 /apex-mdapi/src/classes/MetadataService.cls 1185 26 1185 113 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
757 /apex-mdapi/src/classes/MetadataService.cls 1186 26 1186 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
757 /apex-mdapi/src/classes/MetadataService.cls 1186 26 1186 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
758 /apex-mdapi/src/classes/MetadataService.cls 1187 26 1187 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 'entryStartDateField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
758 /apex-mdapi/src/classes/MetadataService.cls 1187 26 1187 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 'entryStartDateField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
759 /apex-mdapi/src/classes/MetadataService.cls 1188 26 1188 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 'exitCriteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
759 /apex-mdapi/src/classes/MetadataService.cls 1188 26 1188 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 'exitCriteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
760 /apex-mdapi/src/classes/MetadataService.cls 1189 26 1189 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 'exitCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
760 /apex-mdapi/src/classes/MetadataService.cls 1189 26 1189 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 'exitCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
761 /apex-mdapi/src/classes/MetadataService.cls 1190 26 1190 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 'exitCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
761 /apex-mdapi/src/classes/MetadataService.cls 1190 26 1190 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 'exitCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
762 /apex-mdapi/src/classes/MetadataService.cls 1191 26 1191 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 'isRecordTypeApplied_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
762 /apex-mdapi/src/classes/MetadataService.cls 1191 26 1191 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 'isRecordTypeApplied_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
763 /apex-mdapi/src/classes/MetadataService.cls 1192 26 1192 119 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 'isVersionDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
763 /apex-mdapi/src/classes/MetadataService.cls 1192 26 1192 119 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 'isVersionDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
764 /apex-mdapi/src/classes/MetadataService.cls 1193 26 1193 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 'milestones_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
764 /apex-mdapi/src/classes/MetadataService.cls 1193 26 1193 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 'milestones_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
765 /apex-mdapi/src/classes/MetadataService.cls 1194 26 1194 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
765 /apex-mdapi/src/classes/MetadataService.cls 1194 26 1194 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
766 /apex-mdapi/src/classes/MetadataService.cls 1195 26 1195 107 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
766 /apex-mdapi/src/classes/MetadataService.cls 1195 26 1195 107 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
767 /apex-mdapi/src/classes/MetadataService.cls 1196 26 1196 113 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 'versionMaster_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
767 /apex-mdapi/src/classes/MetadataService.cls 1196 26 1196 113 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 'versionMaster_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
768 /apex-mdapi/src/classes/MetadataService.cls 1197 26 1197 111 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 'versionNotes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
768 /apex-mdapi/src/classes/MetadataService.cls 1197 26 1197 111 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 'versionNotes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
769 /apex-mdapi/src/classes/MetadataService.cls 1198 26 1198 113 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
769 /apex-mdapi/src/classes/MetadataService.cls 1198 26 1198 113 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
770 /apex-mdapi/src/classes/MetadataService.cls 1199 26 1199 89 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]*'
770 /apex-mdapi/src/classes/MetadataService.cls 1199 26 1199 89 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]*'
771 /apex-mdapi/src/classes/MetadataService.cls 1200 26 1200 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
771 /apex-mdapi/src/classes/MetadataService.cls 1200 26 1200 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
772 /apex-mdapi/src/classes/MetadataService.cls 1201 26 1201 347 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]*'
772 /apex-mdapi/src/classes/MetadataService.cls 1201 26 1201 347 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]*'
773 /apex-mdapi/src/classes/MetadataService.cls 1203 12 1230 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
773 /apex-mdapi/src/classes/MetadataService.cls 1203 12 1230 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
774 /apex-mdapi/src/classes/MetadataService.cls 1203 12 1230 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
774 /apex-mdapi/src/classes/MetadataService.cls 1203 12 1230 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
775 /apex-mdapi/src/classes/MetadataService.cls 1206 26 1206 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
775 /apex-mdapi/src/classes/MetadataService.cls 1206 26 1206 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
776 /apex-mdapi/src/classes/MetadataService.cls 1209 26 1209 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
776 /apex-mdapi/src/classes/MetadataService.cls 1209 26 1209 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
777 /apex-mdapi/src/classes/MetadataService.cls 1210 26 1210 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
777 /apex-mdapi/src/classes/MetadataService.cls 1210 26 1210 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
778 /apex-mdapi/src/classes/MetadataService.cls 1214 26 1214 97 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]*'
778 /apex-mdapi/src/classes/MetadataService.cls 1214 26 1214 97 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]*'
779 /apex-mdapi/src/classes/MetadataService.cls 1215 26 1215 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
779 /apex-mdapi/src/classes/MetadataService.cls 1215 26 1215 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
780 /apex-mdapi/src/classes/MetadataService.cls 1216 26 1216 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
780 /apex-mdapi/src/classes/MetadataService.cls 1216 26 1216 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
781 /apex-mdapi/src/classes/MetadataService.cls 1221 23 1221 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
781 /apex-mdapi/src/classes/MetadataService.cls 1221 23 1221 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
782 /apex-mdapi/src/classes/MetadataService.cls 1222 26 1222 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
782 /apex-mdapi/src/classes/MetadataService.cls 1222 26 1222 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
783 /apex-mdapi/src/classes/MetadataService.cls 1223 26 1223 115 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
783 /apex-mdapi/src/classes/MetadataService.cls 1223 26 1223 115 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
784 /apex-mdapi/src/classes/MetadataService.cls 1224 26 1224 102 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
784 /apex-mdapi/src/classes/MetadataService.cls 1224 26 1224 102 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
785 /apex-mdapi/src/classes/MetadataService.cls 1225 26 1225 115 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 'inputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
785 /apex-mdapi/src/classes/MetadataService.cls 1225 26 1225 115 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 'inputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
786 /apex-mdapi/src/classes/MetadataService.cls 1226 26 1226 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
786 /apex-mdapi/src/classes/MetadataService.cls 1226 26 1226 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
787 /apex-mdapi/src/classes/MetadataService.cls 1227 26 1227 89 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]*'
787 /apex-mdapi/src/classes/MetadataService.cls 1227 26 1227 89 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]*'
788 /apex-mdapi/src/classes/MetadataService.cls 1228 26 1228 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
788 /apex-mdapi/src/classes/MetadataService.cls 1228 26 1228 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
789 /apex-mdapi/src/classes/MetadataService.cls 1229 26 1229 208 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]*'
789 /apex-mdapi/src/classes/MetadataService.cls 1229 26 1229 208 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]*'
790 /apex-mdapi/src/classes/MetadataService.cls 1231 12 1242 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
790 /apex-mdapi/src/classes/MetadataService.cls 1231 12 1242 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
791 /apex-mdapi/src/classes/MetadataService.cls 1236 26 1236 105 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 'fieldText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
791 /apex-mdapi/src/classes/MetadataService.cls 1236 26 1236 105 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 'fieldText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
792 /apex-mdapi/src/classes/MetadataService.cls 1237 26 1237 103 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
792 /apex-mdapi/src/classes/MetadataService.cls 1237 26 1237 103 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
793 /apex-mdapi/src/classes/MetadataService.cls 1238 26 1238 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
793 /apex-mdapi/src/classes/MetadataService.cls 1238 26 1238 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
794 /apex-mdapi/src/classes/MetadataService.cls 1239 26 1239 115 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 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
794 /apex-mdapi/src/classes/MetadataService.cls 1239 26 1239 115 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 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
795 /apex-mdapi/src/classes/MetadataService.cls 1240 26 1240 89 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]*'
795 /apex-mdapi/src/classes/MetadataService.cls 1240 26 1240 89 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]*'
796 /apex-mdapi/src/classes/MetadataService.cls 1241 26 1241 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
796 /apex-mdapi/src/classes/MetadataService.cls 1241 26 1241 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
797 /apex-mdapi/src/classes/MetadataService.cls 1243 12 1252 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
797 /apex-mdapi/src/classes/MetadataService.cls 1243 12 1252 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
798 /apex-mdapi/src/classes/MetadataService.cls 1246 26 1246 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
798 /apex-mdapi/src/classes/MetadataService.cls 1246 26 1246 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
799 /apex-mdapi/src/classes/MetadataService.cls 1248 26 1248 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 'testClassName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
799 /apex-mdapi/src/classes/MetadataService.cls 1248 26 1248 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 'testClassName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
800 /apex-mdapi/src/classes/MetadataService.cls 1249 26 1249 89 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]*'
800 /apex-mdapi/src/classes/MetadataService.cls 1249 26 1249 89 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]*'
801 /apex-mdapi/src/classes/MetadataService.cls 1250 26 1250 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
801 /apex-mdapi/src/classes/MetadataService.cls 1250 26 1250 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
802 /apex-mdapi/src/classes/MetadataService.cls 1251 26 1251 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]*'
802 /apex-mdapi/src/classes/MetadataService.cls 1251 26 1251 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]*'
803 /apex-mdapi/src/classes/MetadataService.cls 1253 12 1260 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
803 /apex-mdapi/src/classes/MetadataService.cls 1253 12 1260 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
804 /apex-mdapi/src/classes/MetadataService.cls 1256 26 1256 97 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]*'
804 /apex-mdapi/src/classes/MetadataService.cls 1256 26 1256 97 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]*'
805 /apex-mdapi/src/classes/MetadataService.cls 1257 26 1257 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
805 /apex-mdapi/src/classes/MetadataService.cls 1257 26 1257 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
806 /apex-mdapi/src/classes/MetadataService.cls 1258 26 1258 89 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]*'
806 /apex-mdapi/src/classes/MetadataService.cls 1258 26 1258 89 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]*'
807 /apex-mdapi/src/classes/MetadataService.cls 1259 26 1259 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]*'
807 /apex-mdapi/src/classes/MetadataService.cls 1259 26 1259 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]*'
808 /apex-mdapi/src/classes/MetadataService.cls 1261 12 1296 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
808 /apex-mdapi/src/classes/MetadataService.cls 1261 12 1296 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
809 /apex-mdapi/src/classes/MetadataService.cls 1261 12 1296 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
809 /apex-mdapi/src/classes/MetadataService.cls 1261 12 1296 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
810 /apex-mdapi/src/classes/MetadataService.cls 1278 26 1278 111 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 'activityDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
810 /apex-mdapi/src/classes/MetadataService.cls 1278 26 1278 111 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 'activityDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
811 /apex-mdapi/src/classes/MetadataService.cls 1279 26 1279 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
811 /apex-mdapi/src/classes/MetadataService.cls 1279 26 1279 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
812 /apex-mdapi/src/classes/MetadataService.cls 1280 26 1280 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
812 /apex-mdapi/src/classes/MetadataService.cls 1280 26 1280 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
813 /apex-mdapi/src/classes/MetadataService.cls 1281 26 1281 101 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 'endTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
813 /apex-mdapi/src/classes/MetadataService.cls 1281 26 1281 101 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 'endTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
814 /apex-mdapi/src/classes/MetadataService.cls 1282 26 1282 109 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 'isRecurring_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
814 /apex-mdapi/src/classes/MetadataService.cls 1282 26 1282 109 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 'isRecurring_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
815 /apex-mdapi/src/classes/MetadataService.cls 1283 26 1283 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
815 /apex-mdapi/src/classes/MetadataService.cls 1283 26 1283 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
816 /apex-mdapi/src/classes/MetadataService.cls 1284 26 1284 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 'recurrenceDayOfMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
816 /apex-mdapi/src/classes/MetadataService.cls 1284 26 1284 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 'recurrenceDayOfMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
817 /apex-mdapi/src/classes/MetadataService.cls 1285 26 1285 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 'recurrenceDayOfWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
817 /apex-mdapi/src/classes/MetadataService.cls 1285 26 1285 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 'recurrenceDayOfWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
818 /apex-mdapi/src/classes/MetadataService.cls 1286 26 1286 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 'recurrenceDayOfWeekMask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
818 /apex-mdapi/src/classes/MetadataService.cls 1286 26 1286 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 'recurrenceDayOfWeekMask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
819 /apex-mdapi/src/classes/MetadataService.cls 1287 26 1287 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 'recurrenceEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
819 /apex-mdapi/src/classes/MetadataService.cls 1287 26 1287 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 'recurrenceEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
820 /apex-mdapi/src/classes/MetadataService.cls 1288 26 1288 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 'recurrenceInstance_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
820 /apex-mdapi/src/classes/MetadataService.cls 1288 26 1288 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 'recurrenceInstance_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
821 /apex-mdapi/src/classes/MetadataService.cls 1289 26 1289 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 'recurrenceInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
821 /apex-mdapi/src/classes/MetadataService.cls 1289 26 1289 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 'recurrenceInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
822 /apex-mdapi/src/classes/MetadataService.cls 1290 26 1290 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 'recurrenceMonthOfYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
822 /apex-mdapi/src/classes/MetadataService.cls 1290 26 1290 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 'recurrenceMonthOfYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
823 /apex-mdapi/src/classes/MetadataService.cls 1291 26 1291 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 'recurrenceStartDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
823 /apex-mdapi/src/classes/MetadataService.cls 1291 26 1291 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 'recurrenceStartDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
824 /apex-mdapi/src/classes/MetadataService.cls 1292 26 1292 115 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 'recurrenceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
824 /apex-mdapi/src/classes/MetadataService.cls 1292 26 1292 115 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 'recurrenceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
825 /apex-mdapi/src/classes/MetadataService.cls 1293 26 1293 105 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 'startTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
825 /apex-mdapi/src/classes/MetadataService.cls 1293 26 1293 105 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 'startTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
826 /apex-mdapi/src/classes/MetadataService.cls 1294 26 1294 89 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]*'
826 /apex-mdapi/src/classes/MetadataService.cls 1294 26 1294 89 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]*'
827 /apex-mdapi/src/classes/MetadataService.cls 1295 26 1295 347 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]*'
827 /apex-mdapi/src/classes/MetadataService.cls 1295 26 1295 347 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]*'
828 /apex-mdapi/src/classes/MetadataService.cls 1297 12 1350 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
828 /apex-mdapi/src/classes/MetadataService.cls 1297 12 1350 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
829 /apex-mdapi/src/classes/MetadataService.cls 1297 12 1350 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Layout has 25 public methods, attributes, and properties (limit: 20)
829 /apex-mdapi/src/classes/MetadataService.cls 1297 12 1350 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Layout has 25 public methods, attributes, and properties (limit: 20)
830 /apex-mdapi/src/classes/MetadataService.cls 1297 12 1350 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
830 /apex-mdapi/src/classes/MetadataService.cls 1297 12 1350 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
831 /apex-mdapi/src/classes/MetadataService.cls 1300 26 1300 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
831 /apex-mdapi/src/classes/MetadataService.cls 1300 26 1300 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
832 /apex-mdapi/src/classes/MetadataService.cls 1324 26 1324 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
832 /apex-mdapi/src/classes/MetadataService.cls 1324 26 1324 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 'customButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
833 /apex-mdapi/src/classes/MetadataService.cls 1325 26 1325 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 'customConsoleComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
833 /apex-mdapi/src/classes/MetadataService.cls 1325 26 1325 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 'customConsoleComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
834 /apex-mdapi/src/classes/MetadataService.cls 1326 26 1326 111 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 'emailDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
834 /apex-mdapi/src/classes/MetadataService.cls 1326 26 1326 111 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 'emailDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
835 /apex-mdapi/src/classes/MetadataService.cls 1327 26 1327 116 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
835 /apex-mdapi/src/classes/MetadataService.cls 1327 26 1327 116 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 'excludeButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
836 /apex-mdapi/src/classes/MetadataService.cls 1328 26 1328 107 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 'feedLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
836 /apex-mdapi/src/classes/MetadataService.cls 1328 26 1328 107 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 'feedLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
837 /apex-mdapi/src/classes/MetadataService.cls 1329 26 1329 102 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
837 /apex-mdapi/src/classes/MetadataService.cls 1329 26 1329 102 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
838 /apex-mdapi/src/classes/MetadataService.cls 1330 26 1330 116 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 'layoutSections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
838 /apex-mdapi/src/classes/MetadataService.cls 1330 26 1330 116 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 'layoutSections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
839 /apex-mdapi/src/classes/MetadataService.cls 1331 26 1331 107 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 'miniLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
839 /apex-mdapi/src/classes/MetadataService.cls 1331 26 1331 107 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 'miniLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
840 /apex-mdapi/src/classes/MetadataService.cls 1332 26 1332 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 'multilineLayoutFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
840 /apex-mdapi/src/classes/MetadataService.cls 1332 26 1332 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 'multilineLayoutFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
841 /apex-mdapi/src/classes/MetadataService.cls 1333 26 1333 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 'platformActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
841 /apex-mdapi/src/classes/MetadataService.cls 1333 26 1333 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 'platformActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
842 /apex-mdapi/src/classes/MetadataService.cls 1334 26 1334 117 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
842 /apex-mdapi/src/classes/MetadataService.cls 1334 26 1334 117 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
843 /apex-mdapi/src/classes/MetadataService.cls 1335 26 1335 115 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 'relatedContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
843 /apex-mdapi/src/classes/MetadataService.cls 1335 26 1335 115 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 'relatedContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
844 /apex-mdapi/src/classes/MetadataService.cls 1336 26 1336 112 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]*'
844 /apex-mdapi/src/classes/MetadataService.cls 1336 26 1336 112 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]*'
845 /apex-mdapi/src/classes/MetadataService.cls 1337 26 1337 116 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 'relatedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
845 /apex-mdapi/src/classes/MetadataService.cls 1337 26 1337 116 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 'relatedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
846 /apex-mdapi/src/classes/MetadataService.cls 1338 26 1338 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 'runAssignmentRulesDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
846 /apex-mdapi/src/classes/MetadataService.cls 1338 26 1338 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 'runAssignmentRulesDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
847 /apex-mdapi/src/classes/MetadataService.cls 1339 26 1339 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 'showEmailCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
847 /apex-mdapi/src/classes/MetadataService.cls 1339 26 1339 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 'showEmailCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
848 /apex-mdapi/src/classes/MetadataService.cls 1340 26 1340 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 'showHighlightsPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
848 /apex-mdapi/src/classes/MetadataService.cls 1340 26 1340 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 'showHighlightsPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
849 /apex-mdapi/src/classes/MetadataService.cls 1341 26 1341 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 'showInteractionLogPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
849 /apex-mdapi/src/classes/MetadataService.cls 1341 26 1341 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 'showInteractionLogPanel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
850 /apex-mdapi/src/classes/MetadataService.cls 1342 26 1342 131 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 'showKnowledgeComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
850 /apex-mdapi/src/classes/MetadataService.cls 1342 26 1342 131 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 'showKnowledgeComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
851 /apex-mdapi/src/classes/MetadataService.cls 1343 26 1343 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 'showRunAssignmentRulesCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
851 /apex-mdapi/src/classes/MetadataService.cls 1343 26 1343 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 'showRunAssignmentRulesCheckbox_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
852 /apex-mdapi/src/classes/MetadataService.cls 1344 26 1344 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 'showSolutionSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
852 /apex-mdapi/src/classes/MetadataService.cls 1344 26 1344 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 'showSolutionSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
853 /apex-mdapi/src/classes/MetadataService.cls 1345 26 1345 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 'showSubmitAndAttachButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
853 /apex-mdapi/src/classes/MetadataService.cls 1345 26 1345 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 'showSubmitAndAttachButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
854 /apex-mdapi/src/classes/MetadataService.cls 1346 26 1346 113 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 'summaryLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
854 /apex-mdapi/src/classes/MetadataService.cls 1346 26 1346 113 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 'summaryLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
855 /apex-mdapi/src/classes/MetadataService.cls 1347 26 1347 89 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]*'
855 /apex-mdapi/src/classes/MetadataService.cls 1347 26 1347 89 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]*'
856 /apex-mdapi/src/classes/MetadataService.cls 1348 26 1348 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
856 /apex-mdapi/src/classes/MetadataService.cls 1348 26 1348 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
857 /apex-mdapi/src/classes/MetadataService.cls 1349 26 1349 534 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]*'
857 /apex-mdapi/src/classes/MetadataService.cls 1349 26 1349 534 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]*'
858 /apex-mdapi/src/classes/MetadataService.cls 1351 12 1430 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
858 /apex-mdapi/src/classes/MetadataService.cls 1351 12 1430 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
859 /apex-mdapi/src/classes/MetadataService.cls 1351 12 1430 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class LiveChatButton has 38 public methods, attributes, and properties (limit: 20)
859 /apex-mdapi/src/classes/MetadataService.cls 1351 12 1430 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class LiveChatButton has 38 public methods, attributes, and properties (limit: 20)
860 /apex-mdapi/src/classes/MetadataService.cls 1351 12 1430 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
860 /apex-mdapi/src/classes/MetadataService.cls 1351 12 1430 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
861 /apex-mdapi/src/classes/MetadataService.cls 1354 26 1354 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
861 /apex-mdapi/src/classes/MetadataService.cls 1354 26 1354 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
862 /apex-mdapi/src/classes/MetadataService.cls 1389 23 1389 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]*'
862 /apex-mdapi/src/classes/MetadataService.cls 1389 23 1389 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]*'
863 /apex-mdapi/src/classes/MetadataService.cls 1391 26 1391 105 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 'animation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
863 /apex-mdapi/src/classes/MetadataService.cls 1391 26 1391 105 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 'animation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
864 /apex-mdapi/src/classes/MetadataService.cls 1392 26 1392 111 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
864 /apex-mdapi/src/classes/MetadataService.cls 1392 26 1392 111 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
865 /apex-mdapi/src/classes/MetadataService.cls 1393 26 1393 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 'chasitorIdleTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
865 /apex-mdapi/src/classes/MetadataService.cls 1393 26 1393 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 'chasitorIdleTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
866 /apex-mdapi/src/classes/MetadataService.cls 1394 26 1394 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 'chasitorIdleTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
866 /apex-mdapi/src/classes/MetadataService.cls 1394 26 1394 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 'chasitorIdleTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
867 /apex-mdapi/src/classes/MetadataService.cls 1395 26 1395 103 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 'chatPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
867 /apex-mdapi/src/classes/MetadataService.cls 1395 26 1395 103 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 'chatPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
868 /apex-mdapi/src/classes/MetadataService.cls 1396 26 1396 117 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
868 /apex-mdapi/src/classes/MetadataService.cls 1396 26 1396 117 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
869 /apex-mdapi/src/classes/MetadataService.cls 1397 26 1397 109 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 'deployments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
869 /apex-mdapi/src/classes/MetadataService.cls 1397 26 1397 109 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 'deployments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
870 /apex-mdapi/src/classes/MetadataService.cls 1398 26 1398 109 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 'enableQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
870 /apex-mdapi/src/classes/MetadataService.cls 1398 26 1398 109 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 'enableQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
871 /apex-mdapi/src/classes/MetadataService.cls 1399 26 1399 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 'inviteEndPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
871 /apex-mdapi/src/classes/MetadataService.cls 1399 26 1399 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 'inviteEndPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
872 /apex-mdapi/src/classes/MetadataService.cls 1400 26 1400 109 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 'inviteImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
872 /apex-mdapi/src/classes/MetadataService.cls 1400 26 1400 109 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 'inviteImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
873 /apex-mdapi/src/classes/MetadataService.cls 1401 26 1401 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 'inviteStartPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
873 /apex-mdapi/src/classes/MetadataService.cls 1401 26 1401 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 'inviteStartPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
874 /apex-mdapi/src/classes/MetadataService.cls 1402 26 1402 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
874 /apex-mdapi/src/classes/MetadataService.cls 1402 26 1402 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
875 /apex-mdapi/src/classes/MetadataService.cls 1403 26 1403 97 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]*'
875 /apex-mdapi/src/classes/MetadataService.cls 1403 26 1403 97 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]*'
876 /apex-mdapi/src/classes/MetadataService.cls 1404 26 1404 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 'numberOfReroutingAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
876 /apex-mdapi/src/classes/MetadataService.cls 1404 26 1404 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 'numberOfReroutingAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
877 /apex-mdapi/src/classes/MetadataService.cls 1405 26 1405 111 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 'offlineImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
877 /apex-mdapi/src/classes/MetadataService.cls 1405 26 1405 111 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 'offlineImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
878 /apex-mdapi/src/classes/MetadataService.cls 1406 26 1406 109 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 'onlineImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
878 /apex-mdapi/src/classes/MetadataService.cls 1406 26 1406 109 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 'onlineImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
879 /apex-mdapi/src/classes/MetadataService.cls 1407 26 1407 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 'optionsCustomRoutingIsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
879 /apex-mdapi/src/classes/MetadataService.cls 1407 26 1407 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 'optionsCustomRoutingIsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
880 /apex-mdapi/src/classes/MetadataService.cls 1408 26 1408 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 'optionsHasChasitorIdleTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
880 /apex-mdapi/src/classes/MetadataService.cls 1408 26 1408 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 'optionsHasChasitorIdleTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
881 /apex-mdapi/src/classes/MetadataService.cls 1409 26 1409 141 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 'optionsHasInviteAfterAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
881 /apex-mdapi/src/classes/MetadataService.cls 1409 26 1409 141 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 'optionsHasInviteAfterAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
882 /apex-mdapi/src/classes/MetadataService.cls 1410 26 1410 141 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 'optionsHasInviteAfterReject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
882 /apex-mdapi/src/classes/MetadataService.cls 1410 26 1410 141 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 'optionsHasInviteAfterReject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
883 /apex-mdapi/src/classes/MetadataService.cls 1411 26 1411 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 'optionsHasRerouteDeclinedRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
883 /apex-mdapi/src/classes/MetadataService.cls 1411 26 1411 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 'optionsHasRerouteDeclinedRequest_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
884 /apex-mdapi/src/classes/MetadataService.cls 1412 26 1412 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 'optionsIsAutoAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
884 /apex-mdapi/src/classes/MetadataService.cls 1412 26 1412 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 'optionsIsAutoAccept_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
885 /apex-mdapi/src/classes/MetadataService.cls 1413 26 1413 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 'optionsIsInviteAutoRemove_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
885 /apex-mdapi/src/classes/MetadataService.cls 1413 26 1413 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 'optionsIsInviteAutoRemove_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
886 /apex-mdapi/src/classes/MetadataService.cls 1414 26 1414 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 'overallQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
886 /apex-mdapi/src/classes/MetadataService.cls 1414 26 1414 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 'overallQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
887 /apex-mdapi/src/classes/MetadataService.cls 1415 26 1415 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 'perAgentQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
887 /apex-mdapi/src/classes/MetadataService.cls 1415 26 1415 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 'perAgentQueueLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
888 /apex-mdapi/src/classes/MetadataService.cls 1416 26 1416 111 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 'postChatPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
888 /apex-mdapi/src/classes/MetadataService.cls 1416 26 1416 111 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 'postChatPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
889 /apex-mdapi/src/classes/MetadataService.cls 1417 26 1417 109 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 'postChatUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
889 /apex-mdapi/src/classes/MetadataService.cls 1417 26 1417 109 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 'postChatUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
890 /apex-mdapi/src/classes/MetadataService.cls 1418 26 1418 117 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 'preChatFormPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
890 /apex-mdapi/src/classes/MetadataService.cls 1418 26 1418 117 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 'preChatFormPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
891 /apex-mdapi/src/classes/MetadataService.cls 1419 26 1419 115 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 'preChatFormUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
891 /apex-mdapi/src/classes/MetadataService.cls 1419 26 1419 115 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 'preChatFormUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
892 /apex-mdapi/src/classes/MetadataService.cls 1420 26 1420 109 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 'pushTimeOut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
892 /apex-mdapi/src/classes/MetadataService.cls 1420 26 1420 109 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 'pushTimeOut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
893 /apex-mdapi/src/classes/MetadataService.cls 1421 26 1421 109 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 'routingType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
893 /apex-mdapi/src/classes/MetadataService.cls 1421 26 1421 109 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 'routingType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
894 /apex-mdapi/src/classes/MetadataService.cls 1422 26 1422 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
894 /apex-mdapi/src/classes/MetadataService.cls 1422 26 1422 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
895 /apex-mdapi/src/classes/MetadataService.cls 1423 26 1423 99 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 'skills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
895 /apex-mdapi/src/classes/MetadataService.cls 1423 26 1423 99 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 'skills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
896 /apex-mdapi/src/classes/MetadataService.cls 1424 26 1424 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 'timeToRemoveInvite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
896 /apex-mdapi/src/classes/MetadataService.cls 1424 26 1424 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 'timeToRemoveInvite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
897 /apex-mdapi/src/classes/MetadataService.cls 1425 26 1425 97 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]*'
897 /apex-mdapi/src/classes/MetadataService.cls 1425 26 1425 97 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]*'
898 /apex-mdapi/src/classes/MetadataService.cls 1426 26 1426 115 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 'windowLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
898 /apex-mdapi/src/classes/MetadataService.cls 1426 26 1426 115 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 'windowLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
899 /apex-mdapi/src/classes/MetadataService.cls 1427 26 1427 89 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]*'
899 /apex-mdapi/src/classes/MetadataService.cls 1427 26 1427 89 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]*'
900 /apex-mdapi/src/classes/MetadataService.cls 1428 26 1428 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
900 /apex-mdapi/src/classes/MetadataService.cls 1428 26 1428 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
901 /apex-mdapi/src/classes/MetadataService.cls 1429 26 1429 749 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]*'
901 /apex-mdapi/src/classes/MetadataService.cls 1429 26 1429 749 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]*'
902 /apex-mdapi/src/classes/MetadataService.cls 1431 12 1440 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
902 /apex-mdapi/src/classes/MetadataService.cls 1431 12 1440 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
903 /apex-mdapi/src/classes/MetadataService.cls 1435 26 1435 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 'flows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
903 /apex-mdapi/src/classes/MetadataService.cls 1435 26 1435 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 'flows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
904 /apex-mdapi/src/classes/MetadataService.cls 1436 26 1436 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
904 /apex-mdapi/src/classes/MetadataService.cls 1436 26 1436 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
905 /apex-mdapi/src/classes/MetadataService.cls 1437 26 1437 97 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]*'
905 /apex-mdapi/src/classes/MetadataService.cls 1437 26 1437 97 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]*'
906 /apex-mdapi/src/classes/MetadataService.cls 1438 26 1438 89 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]*'
906 /apex-mdapi/src/classes/MetadataService.cls 1438 26 1438 89 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]*'
907 /apex-mdapi/src/classes/MetadataService.cls 1439 26 1439 90 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]*'
907 /apex-mdapi/src/classes/MetadataService.cls 1439 26 1439 90 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]*'
908 /apex-mdapi/src/classes/MetadataService.cls 1441 12 1450 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
908 /apex-mdapi/src/classes/MetadataService.cls 1441 12 1450 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
909 /apex-mdapi/src/classes/MetadataService.cls 1445 26 1445 112 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 'apexClassName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
909 /apex-mdapi/src/classes/MetadataService.cls 1445 26 1445 112 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 'apexClassName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
910 /apex-mdapi/src/classes/MetadataService.cls 1446 26 1446 111 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 'enableFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
910 /apex-mdapi/src/classes/MetadataService.cls 1446 26 1446 111 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 'enableFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
911 /apex-mdapi/src/classes/MetadataService.cls 1447 26 1447 109 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 'runOnCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
911 /apex-mdapi/src/classes/MetadataService.cls 1447 26 1447 109 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 'runOnCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
912 /apex-mdapi/src/classes/MetadataService.cls 1448 26 1448 89 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]*'
912 /apex-mdapi/src/classes/MetadataService.cls 1448 26 1448 89 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]*'
913 /apex-mdapi/src/classes/MetadataService.cls 1449 26 1449 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
913 /apex-mdapi/src/classes/MetadataService.cls 1449 26 1449 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
914 /apex-mdapi/src/classes/MetadataService.cls 1451 12 1498 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
914 /apex-mdapi/src/classes/MetadataService.cls 1451 12 1498 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
915 /apex-mdapi/src/classes/MetadataService.cls 1451 12 1498 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class ActivitiesSettings has 22 public methods, attributes, and properties (limit: 20)
915 /apex-mdapi/src/classes/MetadataService.cls 1451 12 1498 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class ActivitiesSettings has 22 public methods, attributes, and properties (limit: 20)
916 /apex-mdapi/src/classes/MetadataService.cls 1451 12 1498 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
916 /apex-mdapi/src/classes/MetadataService.cls 1451 12 1498 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
917 /apex-mdapi/src/classes/MetadataService.cls 1454 26 1454 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
917 /apex-mdapi/src/classes/MetadataService.cls 1454 26 1454 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
918 /apex-mdapi/src/classes/MetadataService.cls 1475 26 1475 187 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 'allowUsersToRelateMultipleContactsToTasksAndEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
918 /apex-mdapi/src/classes/MetadataService.cls 1475 26 1475 187 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 'allowUsersToRelateMultipleContactsToTasksAndEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
919 /apex-mdapi/src/classes/MetadataService.cls 1476 26 1476 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 'autoRelateEventAttendees_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
919 /apex-mdapi/src/classes/MetadataService.cls 1476 26 1476 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 'autoRelateEventAttendees_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
920 /apex-mdapi/src/classes/MetadataService.cls 1477 26 1477 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 'enableActivityReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
920 /apex-mdapi/src/classes/MetadataService.cls 1477 26 1477 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 'enableActivityReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
921 /apex-mdapi/src/classes/MetadataService.cls 1478 26 1478 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 'enableClickCreateEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
921 /apex-mdapi/src/classes/MetadataService.cls 1478 26 1478 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 'enableClickCreateEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
922 /apex-mdapi/src/classes/MetadataService.cls 1479 26 1479 141 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 'enableDragAndDropScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
922 /apex-mdapi/src/classes/MetadataService.cls 1479 26 1479 141 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 'enableDragAndDropScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
923 /apex-mdapi/src/classes/MetadataService.cls 1480 26 1480 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 'enableEmailTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
923 /apex-mdapi/src/classes/MetadataService.cls 1480 26 1480 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 'enableEmailTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
924 /apex-mdapi/src/classes/MetadataService.cls 1481 26 1481 119 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 'enableGroupTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
924 /apex-mdapi/src/classes/MetadataService.cls 1481 26 1481 119 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 'enableGroupTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
925 /apex-mdapi/src/classes/MetadataService.cls 1482 26 1482 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 'enableListViewScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
925 /apex-mdapi/src/classes/MetadataService.cls 1482 26 1482 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 'enableListViewScheduling_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
926 /apex-mdapi/src/classes/MetadataService.cls 1483 26 1483 113 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 'enableLogNote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
926 /apex-mdapi/src/classes/MetadataService.cls 1483 26 1483 113 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 'enableLogNote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
927 /apex-mdapi/src/classes/MetadataService.cls 1484 26 1484 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 'enableMultidayEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
927 /apex-mdapi/src/classes/MetadataService.cls 1484 26 1484 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 'enableMultidayEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
928 /apex-mdapi/src/classes/MetadataService.cls 1485 26 1485 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 'enableRecurringEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
928 /apex-mdapi/src/classes/MetadataService.cls 1485 26 1485 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 'enableRecurringEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
929 /apex-mdapi/src/classes/MetadataService.cls 1486 26 1486 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 'enableRecurringTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
929 /apex-mdapi/src/classes/MetadataService.cls 1486 26 1486 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 'enableRecurringTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
930 /apex-mdapi/src/classes/MetadataService.cls 1487 26 1487 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 'enableSidebarCalendarShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
930 /apex-mdapi/src/classes/MetadataService.cls 1487 26 1487 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 'enableSidebarCalendarShortcut_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
931 /apex-mdapi/src/classes/MetadataService.cls 1488 26 1488 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 'enableSimpleTaskCreateUI_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
931 /apex-mdapi/src/classes/MetadataService.cls 1488 26 1488 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 'enableSimpleTaskCreateUI_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
932 /apex-mdapi/src/classes/MetadataService.cls 1489 26 1489 161 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 'enableUNSTaskDelegatedToNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
932 /apex-mdapi/src/classes/MetadataService.cls 1489 26 1489 161 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 'enableUNSTaskDelegatedToNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
933 /apex-mdapi/src/classes/MetadataService.cls 1490 26 1490 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 'meetingRequestsLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
933 /apex-mdapi/src/classes/MetadataService.cls 1490 26 1490 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 'meetingRequestsLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
934 /apex-mdapi/src/classes/MetadataService.cls 1491 26 1491 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 'showCustomLogoMeetingRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
934 /apex-mdapi/src/classes/MetadataService.cls 1491 26 1491 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 'showCustomLogoMeetingRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
935 /apex-mdapi/src/classes/MetadataService.cls 1492 26 1492 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 'showEventDetailsMultiUserCalendar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
935 /apex-mdapi/src/classes/MetadataService.cls 1492 26 1492 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 'showEventDetailsMultiUserCalendar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
936 /apex-mdapi/src/classes/MetadataService.cls 1493 26 1493 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 'showHomePageHoverLinksForEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
936 /apex-mdapi/src/classes/MetadataService.cls 1493 26 1493 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 'showHomePageHoverLinksForEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
937 /apex-mdapi/src/classes/MetadataService.cls 1494 26 1494 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 'showMyTasksHoverLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
937 /apex-mdapi/src/classes/MetadataService.cls 1494 26 1494 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 'showMyTasksHoverLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
938 /apex-mdapi/src/classes/MetadataService.cls 1495 26 1495 89 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]*'
938 /apex-mdapi/src/classes/MetadataService.cls 1495 26 1495 89 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]*'
939 /apex-mdapi/src/classes/MetadataService.cls 1496 26 1496 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
939 /apex-mdapi/src/classes/MetadataService.cls 1496 26 1496 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
940 /apex-mdapi/src/classes/MetadataService.cls 1497 26 1497 638 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]*'
940 /apex-mdapi/src/classes/MetadataService.cls 1497 26 1497 638 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]*'
941 /apex-mdapi/src/classes/MetadataService.cls 1499 12 1524 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
941 /apex-mdapi/src/classes/MetadataService.cls 1499 12 1524 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
942 /apex-mdapi/src/classes/MetadataService.cls 1499 12 1524 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
942 /apex-mdapi/src/classes/MetadataService.cls 1499 12 1524 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
943 /apex-mdapi/src/classes/MetadataService.cls 1502 26 1502 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
943 /apex-mdapi/src/classes/MetadataService.cls 1502 26 1502 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
944 /apex-mdapi/src/classes/MetadataService.cls 1505 26 1505 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
944 /apex-mdapi/src/classes/MetadataService.cls 1505 26 1505 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
945 /apex-mdapi/src/classes/MetadataService.cls 1506 26 1506 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
945 /apex-mdapi/src/classes/MetadataService.cls 1506 26 1506 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
946 /apex-mdapi/src/classes/MetadataService.cls 1514 26 1514 115 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 'conditionLogic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
946 /apex-mdapi/src/classes/MetadataService.cls 1514 26 1514 115 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 'conditionLogic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
947 /apex-mdapi/src/classes/MetadataService.cls 1515 26 1515 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
947 /apex-mdapi/src/classes/MetadataService.cls 1515 26 1515 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
948 /apex-mdapi/src/classes/MetadataService.cls 1516 26 1516 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
948 /apex-mdapi/src/classes/MetadataService.cls 1516 26 1516 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
949 /apex-mdapi/src/classes/MetadataService.cls 1517 26 1517 105 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
949 /apex-mdapi/src/classes/MetadataService.cls 1517 26 1517 105 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
950 /apex-mdapi/src/classes/MetadataService.cls 1518 26 1518 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
950 /apex-mdapi/src/classes/MetadataService.cls 1518 26 1518 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
951 /apex-mdapi/src/classes/MetadataService.cls 1519 26 1519 97 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]*'
951 /apex-mdapi/src/classes/MetadataService.cls 1519 26 1519 97 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]*'
952 /apex-mdapi/src/classes/MetadataService.cls 1520 26 1520 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
952 /apex-mdapi/src/classes/MetadataService.cls 1520 26 1520 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
953 /apex-mdapi/src/classes/MetadataService.cls 1521 26 1521 89 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]*'
953 /apex-mdapi/src/classes/MetadataService.cls 1521 26 1521 89 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]*'
954 /apex-mdapi/src/classes/MetadataService.cls 1522 26 1522 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
954 /apex-mdapi/src/classes/MetadataService.cls 1522 26 1522 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
955 /apex-mdapi/src/classes/MetadataService.cls 1523 26 1523 208 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]*'
955 /apex-mdapi/src/classes/MetadataService.cls 1523 26 1523 208 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]*'
956 /apex-mdapi/src/classes/MetadataService.cls 1525 12 1542 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
956 /apex-mdapi/src/classes/MetadataService.cls 1525 12 1542 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
957 /apex-mdapi/src/classes/MetadataService.cls 1525 12 1542 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
957 /apex-mdapi/src/classes/MetadataService.cls 1525 12 1542 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
958 /apex-mdapi/src/classes/MetadataService.cls 1528 26 1528 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
958 /apex-mdapi/src/classes/MetadataService.cls 1528 26 1528 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
959 /apex-mdapi/src/classes/MetadataService.cls 1530 26 1530 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
959 /apex-mdapi/src/classes/MetadataService.cls 1530 26 1530 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
960 /apex-mdapi/src/classes/MetadataService.cls 1535 26 1535 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
960 /apex-mdapi/src/classes/MetadataService.cls 1535 26 1535 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
961 /apex-mdapi/src/classes/MetadataService.cls 1536 26 1536 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
961 /apex-mdapi/src/classes/MetadataService.cls 1536 26 1536 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
962 /apex-mdapi/src/classes/MetadataService.cls 1537 26 1537 97 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]*'
962 /apex-mdapi/src/classes/MetadataService.cls 1537 26 1537 97 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]*'
963 /apex-mdapi/src/classes/MetadataService.cls 1538 26 1538 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
963 /apex-mdapi/src/classes/MetadataService.cls 1538 26 1538 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
964 /apex-mdapi/src/classes/MetadataService.cls 1539 26 1539 89 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]*'
964 /apex-mdapi/src/classes/MetadataService.cls 1539 26 1539 89 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]*'
965 /apex-mdapi/src/classes/MetadataService.cls 1540 26 1540 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
965 /apex-mdapi/src/classes/MetadataService.cls 1540 26 1540 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
966 /apex-mdapi/src/classes/MetadataService.cls 1541 26 1541 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]*'
966 /apex-mdapi/src/classes/MetadataService.cls 1541 26 1541 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]*'
967 /apex-mdapi/src/classes/MetadataService.cls 1543 12 1556 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
967 /apex-mdapi/src/classes/MetadataService.cls 1543 12 1556 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
968 /apex-mdapi/src/classes/MetadataService.cls 1548 24 1548 30 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]*'
968 /apex-mdapi/src/classes/MetadataService.cls 1548 24 1548 30 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]*'
969 /apex-mdapi/src/classes/MetadataService.cls 1549 26 1549 107 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 'definition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
969 /apex-mdapi/src/classes/MetadataService.cls 1549 26 1549 107 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 'definition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
970 /apex-mdapi/src/classes/MetadataService.cls 1550 26 1550 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
970 /apex-mdapi/src/classes/MetadataService.cls 1550 26 1550 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
971 /apex-mdapi/src/classes/MetadataService.cls 1551 26 1551 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
971 /apex-mdapi/src/classes/MetadataService.cls 1551 26 1551 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
972 /apex-mdapi/src/classes/MetadataService.cls 1552 26 1552 107 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 'parentNode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
972 /apex-mdapi/src/classes/MetadataService.cls 1552 26 1552 107 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 'parentNode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
973 /apex-mdapi/src/classes/MetadataService.cls 1553 26 1553 97 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]*'
973 /apex-mdapi/src/classes/MetadataService.cls 1553 26 1553 97 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]*'
974 /apex-mdapi/src/classes/MetadataService.cls 1554 26 1554 89 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]*'
974 /apex-mdapi/src/classes/MetadataService.cls 1554 26 1554 89 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]*'
975 /apex-mdapi/src/classes/MetadataService.cls 1555 26 1555 119 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]*'
975 /apex-mdapi/src/classes/MetadataService.cls 1555 26 1555 119 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]*'
976 /apex-mdapi/src/classes/MetadataService.cls 1557 12 1568 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
976 /apex-mdapi/src/classes/MetadataService.cls 1557 12 1568 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
977 /apex-mdapi/src/classes/MetadataService.cls 1560 26 1560 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
977 /apex-mdapi/src/classes/MetadataService.cls 1560 26 1560 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
978 /apex-mdapi/src/classes/MetadataService.cls 1563 26 1563 99 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]*'
978 /apex-mdapi/src/classes/MetadataService.cls 1563 26 1563 99 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]*'
979 /apex-mdapi/src/classes/MetadataService.cls 1564 26 1564 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
979 /apex-mdapi/src/classes/MetadataService.cls 1564 26 1564 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
980 /apex-mdapi/src/classes/MetadataService.cls 1565 26 1565 89 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]*'
980 /apex-mdapi/src/classes/MetadataService.cls 1565 26 1565 89 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]*'
981 /apex-mdapi/src/classes/MetadataService.cls 1566 26 1566 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
981 /apex-mdapi/src/classes/MetadataService.cls 1566 26 1566 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
982 /apex-mdapi/src/classes/MetadataService.cls 1567 26 1567 96 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]*'
982 /apex-mdapi/src/classes/MetadataService.cls 1567 26 1567 96 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]*'
983 /apex-mdapi/src/classes/MetadataService.cls 1569 12 1604 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
983 /apex-mdapi/src/classes/MetadataService.cls 1569 12 1604 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
984 /apex-mdapi/src/classes/MetadataService.cls 1569 12 1604 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
984 /apex-mdapi/src/classes/MetadataService.cls 1569 12 1604 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
985 /apex-mdapi/src/classes/MetadataService.cls 1572 26 1572 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
985 /apex-mdapi/src/classes/MetadataService.cls 1572 26 1572 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
986 /apex-mdapi/src/classes/MetadataService.cls 1587 26 1587 131 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 'allowMergeFieldsInBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
986 /apex-mdapi/src/classes/MetadataService.cls 1587 26 1587 131 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 'allowMergeFieldsInBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
987 /apex-mdapi/src/classes/MetadataService.cls 1588 26 1588 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 'allowMergeFieldsInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
987 /apex-mdapi/src/classes/MetadataService.cls 1588 26 1588 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 'allowMergeFieldsInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
988 /apex-mdapi/src/classes/MetadataService.cls 1589 26 1589 111 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 'authProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
988 /apex-mdapi/src/classes/MetadataService.cls 1589 26 1589 111 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 'authProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
989 /apex-mdapi/src/classes/MetadataService.cls 1590 26 1590 109 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
989 /apex-mdapi/src/classes/MetadataService.cls 1590 26 1590 109 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
990 /apex-mdapi/src/classes/MetadataService.cls 1591 26 1591 103 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
990 /apex-mdapi/src/classes/MetadataService.cls 1591 26 1591 103 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
991 /apex-mdapi/src/classes/MetadataService.cls 1592 26 1592 141 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 'generateAuthorizationHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
991 /apex-mdapi/src/classes/MetadataService.cls 1592 26 1592 141 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 'generateAuthorizationHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
992 /apex-mdapi/src/classes/MetadataService.cls 1593 26 1593 97 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]*'
992 /apex-mdapi/src/classes/MetadataService.cls 1593 26 1593 97 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]*'
993 /apex-mdapi/src/classes/MetadataService.cls 1594 26 1594 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 'oauthRefreshToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
993 /apex-mdapi/src/classes/MetadataService.cls 1594 26 1594 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 'oauthRefreshToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
994 /apex-mdapi/src/classes/MetadataService.cls 1595 26 1595 107 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 'oauthScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
994 /apex-mdapi/src/classes/MetadataService.cls 1595 26 1595 107 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 'oauthScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
995 /apex-mdapi/src/classes/MetadataService.cls 1596 26 1596 107 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 'oauthToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
995 /apex-mdapi/src/classes/MetadataService.cls 1596 26 1596 107 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 'oauthToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
996 /apex-mdapi/src/classes/MetadataService.cls 1597 26 1597 103 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 'password_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
996 /apex-mdapi/src/classes/MetadataService.cls 1597 26 1597 103 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 'password_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
997 /apex-mdapi/src/classes/MetadataService.cls 1598 26 1598 113 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 'principalType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
997 /apex-mdapi/src/classes/MetadataService.cls 1598 26 1598 113 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 'principalType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
998 /apex-mdapi/src/classes/MetadataService.cls 1599 26 1599 103 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 'protocol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
998 /apex-mdapi/src/classes/MetadataService.cls 1599 26 1599 103 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 'protocol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
999 /apex-mdapi/src/classes/MetadataService.cls 1600 26 1600 103 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 'username_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
999 /apex-mdapi/src/classes/MetadataService.cls 1600 26 1600 103 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 'username_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1000 /apex-mdapi/src/classes/MetadataService.cls 1601 26 1601 89 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]*'
1000 /apex-mdapi/src/classes/MetadataService.cls 1601 26 1601 89 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]*'
1001 /apex-mdapi/src/classes/MetadataService.cls 1602 26 1602 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1001 /apex-mdapi/src/classes/MetadataService.cls 1602 26 1602 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1002 /apex-mdapi/src/classes/MetadataService.cls 1603 26 1603 300 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]*'
1002 /apex-mdapi/src/classes/MetadataService.cls 1603 26 1603 300 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]*'
1003 /apex-mdapi/src/classes/MetadataService.cls 1605 12 1652 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1003 /apex-mdapi/src/classes/MetadataService.cls 1605 12 1652 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1004 /apex-mdapi/src/classes/MetadataService.cls 1605 12 1652 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class QuickAction has 22 public methods, attributes, and properties (limit: 20)
1004 /apex-mdapi/src/classes/MetadataService.cls 1605 12 1652 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class QuickAction has 22 public methods, attributes, and properties (limit: 20)
1005 /apex-mdapi/src/classes/MetadataService.cls 1605 12 1652 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1005 /apex-mdapi/src/classes/MetadataService.cls 1605 12 1652 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1006 /apex-mdapi/src/classes/MetadataService.cls 1608 26 1608 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1006 /apex-mdapi/src/classes/MetadataService.cls 1608 26 1608 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1007 /apex-mdapi/src/classes/MetadataService.cls 1619 23 1619 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
1007 /apex-mdapi/src/classes/MetadataService.cls 1619 23 1619 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
1008 /apex-mdapi/src/classes/MetadataService.cls 1627 23 1627 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]*'
1008 /apex-mdapi/src/classes/MetadataService.cls 1627 23 1627 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]*'
1009 /apex-mdapi/src/classes/MetadataService.cls 1629 26 1629 99 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 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1009 /apex-mdapi/src/classes/MetadataService.cls 1629 26 1629 99 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 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1010 /apex-mdapi/src/classes/MetadataService.cls 1630 26 1630 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1010 /apex-mdapi/src/classes/MetadataService.cls 1630 26 1630 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1011 /apex-mdapi/src/classes/MetadataService.cls 1631 26 1631 116 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 'fieldOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1011 /apex-mdapi/src/classes/MetadataService.cls 1631 26 1631 116 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 'fieldOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1012 /apex-mdapi/src/classes/MetadataService.cls 1632 26 1632 115 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 'flowDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1012 /apex-mdapi/src/classes/MetadataService.cls 1632 26 1632 115 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 'flowDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1013 /apex-mdapi/src/classes/MetadataService.cls 1633 26 1633 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1013 /apex-mdapi/src/classes/MetadataService.cls 1633 26 1633 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1014 /apex-mdapi/src/classes/MetadataService.cls 1634 26 1634 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1014 /apex-mdapi/src/classes/MetadataService.cls 1634 26 1634 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1015 /apex-mdapi/src/classes/MetadataService.cls 1635 26 1635 109 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1015 /apex-mdapi/src/classes/MetadataService.cls 1635 26 1635 109 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1016 /apex-mdapi/src/classes/MetadataService.cls 1636 26 1636 97 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]*'
1016 /apex-mdapi/src/classes/MetadataService.cls 1636 26 1636 97 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]*'
1017 /apex-mdapi/src/classes/MetadataService.cls 1637 26 1637 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 'lightningComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1017 /apex-mdapi/src/classes/MetadataService.cls 1637 26 1637 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 'lightningComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1018 /apex-mdapi/src/classes/MetadataService.cls 1638 26 1638 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 'optionsCreateFeedItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1018 /apex-mdapi/src/classes/MetadataService.cls 1638 26 1638 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 'optionsCreateFeedItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1019 /apex-mdapi/src/classes/MetadataService.cls 1639 26 1639 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1019 /apex-mdapi/src/classes/MetadataService.cls 1639 26 1639 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1020 /apex-mdapi/src/classes/MetadataService.cls 1640 26 1640 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 'quickActionLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1020 /apex-mdapi/src/classes/MetadataService.cls 1640 26 1640 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 'quickActionLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1021 /apex-mdapi/src/classes/MetadataService.cls 1641 26 1641 141 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 'quickActionSendEmailOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1021 /apex-mdapi/src/classes/MetadataService.cls 1641 26 1641 141 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 'quickActionSendEmailOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1022 /apex-mdapi/src/classes/MetadataService.cls 1642 26 1642 113 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 'standardLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1022 /apex-mdapi/src/classes/MetadataService.cls 1642 26 1642 113 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 'standardLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1023 /apex-mdapi/src/classes/MetadataService.cls 1643 26 1643 115 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 'successMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1023 /apex-mdapi/src/classes/MetadataService.cls 1643 26 1643 115 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 'successMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1024 /apex-mdapi/src/classes/MetadataService.cls 1644 26 1644 111 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1024 /apex-mdapi/src/classes/MetadataService.cls 1644 26 1644 111 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1025 /apex-mdapi/src/classes/MetadataService.cls 1645 26 1645 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 'targetParentField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1025 /apex-mdapi/src/classes/MetadataService.cls 1645 26 1645 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 'targetParentField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1026 /apex-mdapi/src/classes/MetadataService.cls 1646 26 1646 119 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 'targetRecordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1026 /apex-mdapi/src/classes/MetadataService.cls 1646 26 1646 119 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 'targetRecordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1027 /apex-mdapi/src/classes/MetadataService.cls 1647 26 1647 97 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]*'
1027 /apex-mdapi/src/classes/MetadataService.cls 1647 26 1647 97 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]*'
1028 /apex-mdapi/src/classes/MetadataService.cls 1648 26 1648 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1028 /apex-mdapi/src/classes/MetadataService.cls 1648 26 1648 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1029 /apex-mdapi/src/classes/MetadataService.cls 1649 26 1649 89 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]*'
1029 /apex-mdapi/src/classes/MetadataService.cls 1649 26 1649 89 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]*'
1030 /apex-mdapi/src/classes/MetadataService.cls 1650 26 1650 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1030 /apex-mdapi/src/classes/MetadataService.cls 1650 26 1650 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1031 /apex-mdapi/src/classes/MetadataService.cls 1651 26 1651 378 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]*'
1031 /apex-mdapi/src/classes/MetadataService.cls 1651 26 1651 378 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]*'
1032 /apex-mdapi/src/classes/MetadataService.cls 1653 12 1674 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1032 /apex-mdapi/src/classes/MetadataService.cls 1653 12 1674 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1033 /apex-mdapi/src/classes/MetadataService.cls 1653 12 1674 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1033 /apex-mdapi/src/classes/MetadataService.cls 1653 12 1674 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1034 /apex-mdapi/src/classes/MetadataService.cls 1656 26 1656 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1034 /apex-mdapi/src/classes/MetadataService.cls 1656 26 1656 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1035 /apex-mdapi/src/classes/MetadataService.cls 1662 26 1662 109 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1035 /apex-mdapi/src/classes/MetadataService.cls 1662 26 1662 109 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1036 /apex-mdapi/src/classes/MetadataService.cls 1663 26 1663 117 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1036 /apex-mdapi/src/classes/MetadataService.cls 1663 26 1663 117 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1037 /apex-mdapi/src/classes/MetadataService.cls 1664 26 1664 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1037 /apex-mdapi/src/classes/MetadataService.cls 1664 26 1664 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1038 /apex-mdapi/src/classes/MetadataService.cls 1665 26 1665 97 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]*'
1038 /apex-mdapi/src/classes/MetadataService.cls 1665 26 1665 97 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]*'
1039 /apex-mdapi/src/classes/MetadataService.cls 1666 26 1666 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1039 /apex-mdapi/src/classes/MetadataService.cls 1666 26 1666 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1040 /apex-mdapi/src/classes/MetadataService.cls 1669 26 1669 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1040 /apex-mdapi/src/classes/MetadataService.cls 1669 26 1669 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1041 /apex-mdapi/src/classes/MetadataService.cls 1670 26 1670 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1041 /apex-mdapi/src/classes/MetadataService.cls 1670 26 1670 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1042 /apex-mdapi/src/classes/MetadataService.cls 1671 26 1671 89 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]*'
1042 /apex-mdapi/src/classes/MetadataService.cls 1671 26 1671 89 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]*'
1043 /apex-mdapi/src/classes/MetadataService.cls 1672 26 1672 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1043 /apex-mdapi/src/classes/MetadataService.cls 1672 26 1672 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1044 /apex-mdapi/src/classes/MetadataService.cls 1673 26 1673 172 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]*'
1044 /apex-mdapi/src/classes/MetadataService.cls 1673 26 1673 172 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]*'
1045 /apex-mdapi/src/classes/MetadataService.cls 1675 12 1696 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1045 /apex-mdapi/src/classes/MetadataService.cls 1675 12 1696 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1046 /apex-mdapi/src/classes/MetadataService.cls 1675 12 1696 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1046 /apex-mdapi/src/classes/MetadataService.cls 1675 12 1696 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1047 /apex-mdapi/src/classes/MetadataService.cls 1678 26 1678 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1047 /apex-mdapi/src/classes/MetadataService.cls 1678 26 1678 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1048 /apex-mdapi/src/classes/MetadataService.cls 1681 26 1681 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1048 /apex-mdapi/src/classes/MetadataService.cls 1681 26 1681 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1049 /apex-mdapi/src/classes/MetadataService.cls 1682 26 1682 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1049 /apex-mdapi/src/classes/MetadataService.cls 1682 26 1682 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1050 /apex-mdapi/src/classes/MetadataService.cls 1686 26 1686 97 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]*'
1050 /apex-mdapi/src/classes/MetadataService.cls 1686 26 1686 97 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]*'
1051 /apex-mdapi/src/classes/MetadataService.cls 1687 26 1687 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1051 /apex-mdapi/src/classes/MetadataService.cls 1687 26 1687 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1052 /apex-mdapi/src/classes/MetadataService.cls 1688 26 1688 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1052 /apex-mdapi/src/classes/MetadataService.cls 1688 26 1688 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1053 /apex-mdapi/src/classes/MetadataService.cls 1691 26 1691 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 'assignmentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1053 /apex-mdapi/src/classes/MetadataService.cls 1691 26 1691 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 'assignmentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1054 /apex-mdapi/src/classes/MetadataService.cls 1692 26 1692 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1054 /apex-mdapi/src/classes/MetadataService.cls 1692 26 1692 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1055 /apex-mdapi/src/classes/MetadataService.cls 1693 26 1693 89 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]*'
1055 /apex-mdapi/src/classes/MetadataService.cls 1693 26 1693 89 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]*'
1056 /apex-mdapi/src/classes/MetadataService.cls 1694 26 1694 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1056 /apex-mdapi/src/classes/MetadataService.cls 1694 26 1694 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1057 /apex-mdapi/src/classes/MetadataService.cls 1695 26 1695 171 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]*'
1057 /apex-mdapi/src/classes/MetadataService.cls 1695 26 1695 171 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]*'
1058 /apex-mdapi/src/classes/MetadataService.cls 1697 12 1706 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1058 /apex-mdapi/src/classes/MetadataService.cls 1697 12 1706 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1059 /apex-mdapi/src/classes/MetadataService.cls 1700 26 1700 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1059 /apex-mdapi/src/classes/MetadataService.cls 1700 26 1700 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1060 /apex-mdapi/src/classes/MetadataService.cls 1702 26 1702 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 'matchingRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1060 /apex-mdapi/src/classes/MetadataService.cls 1702 26 1702 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 'matchingRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1061 /apex-mdapi/src/classes/MetadataService.cls 1703 26 1703 89 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]*'
1061 /apex-mdapi/src/classes/MetadataService.cls 1703 26 1703 89 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]*'
1062 /apex-mdapi/src/classes/MetadataService.cls 1704 26 1704 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1062 /apex-mdapi/src/classes/MetadataService.cls 1704 26 1704 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1063 /apex-mdapi/src/classes/MetadataService.cls 1705 26 1705 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]*'
1063 /apex-mdapi/src/classes/MetadataService.cls 1705 26 1705 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]*'
1064 /apex-mdapi/src/classes/MetadataService.cls 1707 12 1714 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1064 /apex-mdapi/src/classes/MetadataService.cls 1707 12 1714 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1065 /apex-mdapi/src/classes/MetadataService.cls 1710 26 1710 100 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]*'
1065 /apex-mdapi/src/classes/MetadataService.cls 1710 26 1710 100 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]*'
1066 /apex-mdapi/src/classes/MetadataService.cls 1711 26 1711 97 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]*'
1066 /apex-mdapi/src/classes/MetadataService.cls 1711 26 1711 97 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]*'
1067 /apex-mdapi/src/classes/MetadataService.cls 1712 26 1712 89 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]*'
1067 /apex-mdapi/src/classes/MetadataService.cls 1712 26 1712 89 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]*'
1068 /apex-mdapi/src/classes/MetadataService.cls 1713 26 1713 80 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]*'
1068 /apex-mdapi/src/classes/MetadataService.cls 1713 26 1713 80 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]*'
1069 /apex-mdapi/src/classes/MetadataService.cls 1715 12 1722 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1069 /apex-mdapi/src/classes/MetadataService.cls 1715 12 1722 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1070 /apex-mdapi/src/classes/MetadataService.cls 1718 26 1718 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1070 /apex-mdapi/src/classes/MetadataService.cls 1718 26 1718 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1071 /apex-mdapi/src/classes/MetadataService.cls 1719 26 1719 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1071 /apex-mdapi/src/classes/MetadataService.cls 1719 26 1719 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1072 /apex-mdapi/src/classes/MetadataService.cls 1720 26 1720 89 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]*'
1072 /apex-mdapi/src/classes/MetadataService.cls 1720 26 1720 89 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]*'
1073 /apex-mdapi/src/classes/MetadataService.cls 1721 26 1721 80 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]*'
1073 /apex-mdapi/src/classes/MetadataService.cls 1721 26 1721 80 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]*'
1074 /apex-mdapi/src/classes/MetadataService.cls 1723 12 1732 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1074 /apex-mdapi/src/classes/MetadataService.cls 1723 12 1732 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1075 /apex-mdapi/src/classes/MetadataService.cls 1727 26 1727 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 'fieldNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1075 /apex-mdapi/src/classes/MetadataService.cls 1727 26 1727 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 'fieldNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1076 /apex-mdapi/src/classes/MetadataService.cls 1728 26 1728 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 'info_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1076 /apex-mdapi/src/classes/MetadataService.cls 1728 26 1728 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 'info_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1077 /apex-mdapi/src/classes/MetadataService.cls 1729 26 1729 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 'picklistValueName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1077 /apex-mdapi/src/classes/MetadataService.cls 1729 26 1729 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 'picklistValueName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1078 /apex-mdapi/src/classes/MetadataService.cls 1730 26 1730 89 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]*'
1078 /apex-mdapi/src/classes/MetadataService.cls 1730 26 1730 89 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]*'
1079 /apex-mdapi/src/classes/MetadataService.cls 1731 26 1731 103 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]*'
1079 /apex-mdapi/src/classes/MetadataService.cls 1731 26 1731 103 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]*'
1080 /apex-mdapi/src/classes/MetadataService.cls 1733 12 1738 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1080 /apex-mdapi/src/classes/MetadataService.cls 1733 12 1738 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1081 /apex-mdapi/src/classes/MetadataService.cls 1735 26 1735 97 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]*'
1081 /apex-mdapi/src/classes/MetadataService.cls 1735 26 1735 97 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]*'
1082 /apex-mdapi/src/classes/MetadataService.cls 1736 26 1736 89 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]*'
1082 /apex-mdapi/src/classes/MetadataService.cls 1736 26 1736 89 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]*'
1083 /apex-mdapi/src/classes/MetadataService.cls 1737 26 1737 71 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]*'
1083 /apex-mdapi/src/classes/MetadataService.cls 1737 26 1737 71 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]*'
1084 /apex-mdapi/src/classes/MetadataService.cls 1739 20 1745 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1084 /apex-mdapi/src/classes/MetadataService.cls 1739 20 1745 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1085 /apex-mdapi/src/classes/MetadataService.cls 1741 24 1741 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
1085 /apex-mdapi/src/classes/MetadataService.cls 1741 24 1741 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
1086 /apex-mdapi/src/classes/MetadataService.cls 1746 12 1771 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1086 /apex-mdapi/src/classes/MetadataService.cls 1746 12 1771 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1087 /apex-mdapi/src/classes/MetadataService.cls 1746 12 1771 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1087 /apex-mdapi/src/classes/MetadataService.cls 1746 12 1771 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1088 /apex-mdapi/src/classes/MetadataService.cls 1749 26 1749 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1088 /apex-mdapi/src/classes/MetadataService.cls 1749 26 1749 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1089 /apex-mdapi/src/classes/MetadataService.cls 1759 26 1759 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1089 /apex-mdapi/src/classes/MetadataService.cls 1759 26 1759 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1090 /apex-mdapi/src/classes/MetadataService.cls 1760 26 1760 102 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]*'
1090 /apex-mdapi/src/classes/MetadataService.cls 1760 26 1760 102 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]*'
1091 /apex-mdapi/src/classes/MetadataService.cls 1761 26 1761 103 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 'division_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1091 /apex-mdapi/src/classes/MetadataService.cls 1761 26 1761 103 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 'division_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1092 /apex-mdapi/src/classes/MetadataService.cls 1762 26 1762 109 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 'filterScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1092 /apex-mdapi/src/classes/MetadataService.cls 1762 26 1762 109 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 'filterScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1093 /apex-mdapi/src/classes/MetadataService.cls 1763 26 1763 102 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1093 /apex-mdapi/src/classes/MetadataService.cls 1763 26 1763 102 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1094 /apex-mdapi/src/classes/MetadataService.cls 1764 26 1764 97 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]*'
1094 /apex-mdapi/src/classes/MetadataService.cls 1764 26 1764 97 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]*'
1095 /apex-mdapi/src/classes/MetadataService.cls 1765 26 1765 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1095 /apex-mdapi/src/classes/MetadataService.cls 1765 26 1765 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1096 /apex-mdapi/src/classes/MetadataService.cls 1766 26 1766 97 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1096 /apex-mdapi/src/classes/MetadataService.cls 1766 26 1766 97 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1097 /apex-mdapi/src/classes/MetadataService.cls 1767 26 1767 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1097 /apex-mdapi/src/classes/MetadataService.cls 1767 26 1767 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1098 /apex-mdapi/src/classes/MetadataService.cls 1768 26 1768 89 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]*'
1098 /apex-mdapi/src/classes/MetadataService.cls 1768 26 1768 89 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]*'
1099 /apex-mdapi/src/classes/MetadataService.cls 1769 26 1769 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1099 /apex-mdapi/src/classes/MetadataService.cls 1769 26 1769 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1100 /apex-mdapi/src/classes/MetadataService.cls 1770 26 1770 174 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]*'
1100 /apex-mdapi/src/classes/MetadataService.cls 1770 26 1770 174 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]*'
1101 /apex-mdapi/src/classes/MetadataService.cls 1772 12 1779 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1101 /apex-mdapi/src/classes/MetadataService.cls 1772 12 1779 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1102 /apex-mdapi/src/classes/MetadataService.cls 1775 26 1775 97 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]*'
1102 /apex-mdapi/src/classes/MetadataService.cls 1775 26 1775 97 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]*'
1103 /apex-mdapi/src/classes/MetadataService.cls 1776 26 1776 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1103 /apex-mdapi/src/classes/MetadataService.cls 1776 26 1776 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1104 /apex-mdapi/src/classes/MetadataService.cls 1777 26 1777 89 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]*'
1104 /apex-mdapi/src/classes/MetadataService.cls 1777 26 1777 89 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]*'
1105 /apex-mdapi/src/classes/MetadataService.cls 1778 26 1778 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]*'
1105 /apex-mdapi/src/classes/MetadataService.cls 1778 26 1778 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]*'
1106 /apex-mdapi/src/classes/MetadataService.cls 1780 12 1807 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1106 /apex-mdapi/src/classes/MetadataService.cls 1780 12 1807 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1107 /apex-mdapi/src/classes/MetadataService.cls 1780 12 1807 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1107 /apex-mdapi/src/classes/MetadataService.cls 1780 12 1807 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1108 /apex-mdapi/src/classes/MetadataService.cls 1793 26 1793 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 'articlePDFCreationProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1108 /apex-mdapi/src/classes/MetadataService.cls 1793 26 1793 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 'articlePDFCreationProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1109 /apex-mdapi/src/classes/MetadataService.cls 1794 26 1794 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 'articlePublicSharingCommunities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1109 /apex-mdapi/src/classes/MetadataService.cls 1794 26 1794 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 'articlePublicSharingCommunities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1110 /apex-mdapi/src/classes/MetadataService.cls 1795 26 1795 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 'articlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1110 /apex-mdapi/src/classes/MetadataService.cls 1795 26 1795 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 'articlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1111 /apex-mdapi/src/classes/MetadataService.cls 1796 26 1796 165 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 'articlePublicSharingSitesChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1111 /apex-mdapi/src/classes/MetadataService.cls 1796 26 1796 165 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 'articlePublicSharingSitesChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1112 /apex-mdapi/src/classes/MetadataService.cls 1797 26 1797 103 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 'assignTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1112 /apex-mdapi/src/classes/MetadataService.cls 1797 26 1797 103 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 'assignTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1113 /apex-mdapi/src/classes/MetadataService.cls 1798 26 1798 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 'customizationClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1113 /apex-mdapi/src/classes/MetadataService.cls 1798 26 1798 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 'customizationClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1114 /apex-mdapi/src/classes/MetadataService.cls 1799 26 1799 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 'defaultContributionArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1114 /apex-mdapi/src/classes/MetadataService.cls 1799 26 1799 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 'defaultContributionArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1115 /apex-mdapi/src/classes/MetadataService.cls 1800 26 1800 99 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 'editor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1115 /apex-mdapi/src/classes/MetadataService.cls 1800 26 1800 99 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 'editor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1116 /apex-mdapi/src/classes/MetadataService.cls 1801 26 1801 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1116 /apex-mdapi/src/classes/MetadataService.cls 1801 26 1801 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1117 /apex-mdapi/src/classes/MetadataService.cls 1802 26 1802 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 'enableArticlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1117 /apex-mdapi/src/classes/MetadataService.cls 1802 26 1802 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 'enableArticlePublicSharingSites_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1118 /apex-mdapi/src/classes/MetadataService.cls 1803 26 1803 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 'enableCaseDataCategoryMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1118 /apex-mdapi/src/classes/MetadataService.cls 1803 26 1803 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 'enableCaseDataCategoryMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1119 /apex-mdapi/src/classes/MetadataService.cls 1804 26 1804 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 'useProfileForPDFCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1119 /apex-mdapi/src/classes/MetadataService.cls 1804 26 1804 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 'useProfileForPDFCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1120 /apex-mdapi/src/classes/MetadataService.cls 1805 26 1805 89 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]*'
1120 /apex-mdapi/src/classes/MetadataService.cls 1805 26 1805 89 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]*'
1121 /apex-mdapi/src/classes/MetadataService.cls 1806 26 1806 386 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]*'
1121 /apex-mdapi/src/classes/MetadataService.cls 1806 26 1806 386 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]*'
1122 /apex-mdapi/src/classes/MetadataService.cls 1808 12 1815 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1122 /apex-mdapi/src/classes/MetadataService.cls 1808 12 1815 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1123 /apex-mdapi/src/classes/MetadataService.cls 1811 26 1811 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 'fiscalYearNameBasedOn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1123 /apex-mdapi/src/classes/MetadataService.cls 1811 26 1811 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 'fiscalYearNameBasedOn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1124 /apex-mdapi/src/classes/MetadataService.cls 1812 26 1812 107 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 'startMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1124 /apex-mdapi/src/classes/MetadataService.cls 1812 26 1812 107 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 'startMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1125 /apex-mdapi/src/classes/MetadataService.cls 1813 26 1813 89 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]*'
1125 /apex-mdapi/src/classes/MetadataService.cls 1813 26 1813 89 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]*'
1126 /apex-mdapi/src/classes/MetadataService.cls 1814 26 1814 100 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]*'
1126 /apex-mdapi/src/classes/MetadataService.cls 1814 26 1814 100 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]*'
1127 /apex-mdapi/src/classes/MetadataService.cls 1816 12 1823 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1127 /apex-mdapi/src/classes/MetadataService.cls 1816 12 1823 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1128 /apex-mdapi/src/classes/MetadataService.cls 1818 23 1818 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]*'
1128 /apex-mdapi/src/classes/MetadataService.cls 1818 23 1818 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]*'
1129 /apex-mdapi/src/classes/MetadataService.cls 1819 26 1819 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1129 /apex-mdapi/src/classes/MetadataService.cls 1819 26 1819 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1130 /apex-mdapi/src/classes/MetadataService.cls 1820 26 1820 97 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]*'
1130 /apex-mdapi/src/classes/MetadataService.cls 1820 26 1820 97 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]*'
1131 /apex-mdapi/src/classes/MetadataService.cls 1821 26 1821 89 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]*'
1131 /apex-mdapi/src/classes/MetadataService.cls 1821 26 1821 89 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]*'
1132 /apex-mdapi/src/classes/MetadataService.cls 1822 26 1822 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]*'
1132 /apex-mdapi/src/classes/MetadataService.cls 1822 26 1822 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]*'
1133 /apex-mdapi/src/classes/MetadataService.cls 1824 12 1837 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1133 /apex-mdapi/src/classes/MetadataService.cls 1824 12 1837 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1134 /apex-mdapi/src/classes/MetadataService.cls 1830 26 1830 101 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 'article_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1134 /apex-mdapi/src/classes/MetadataService.cls 1830 26 1830 101 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 'article_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1135 /apex-mdapi/src/classes/MetadataService.cls 1831 26 1831 103 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 'caseType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1135 /apex-mdapi/src/classes/MetadataService.cls 1831 26 1831 103 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 'caseType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1136 /apex-mdapi/src/classes/MetadataService.cls 1832 26 1832 99 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 'plural_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1136 /apex-mdapi/src/classes/MetadataService.cls 1832 26 1832 99 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 'plural_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1137 /apex-mdapi/src/classes/MetadataService.cls 1833 26 1833 107 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 'possessive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1137 /apex-mdapi/src/classes/MetadataService.cls 1833 26 1833 107 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 'possessive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1138 /apex-mdapi/src/classes/MetadataService.cls 1834 26 1834 97 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]*'
1138 /apex-mdapi/src/classes/MetadataService.cls 1834 26 1834 97 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]*'
1139 /apex-mdapi/src/classes/MetadataService.cls 1835 26 1835 89 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]*'
1139 /apex-mdapi/src/classes/MetadataService.cls 1835 26 1835 89 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]*'
1140 /apex-mdapi/src/classes/MetadataService.cls 1836 26 1836 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]*'
1140 /apex-mdapi/src/classes/MetadataService.cls 1836 26 1836 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]*'
1141 /apex-mdapi/src/classes/MetadataService.cls 1838 12 1847 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1141 /apex-mdapi/src/classes/MetadataService.cls 1838 12 1847 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1142 /apex-mdapi/src/classes/MetadataService.cls 1842 26 1842 109 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1142 /apex-mdapi/src/classes/MetadataService.cls 1842 26 1842 109 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1143 /apex-mdapi/src/classes/MetadataService.cls 1843 26 1843 107 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 'domainName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1143 /apex-mdapi/src/classes/MetadataService.cls 1843 26 1843 107 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 'domainName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1144 /apex-mdapi/src/classes/MetadataService.cls 1844 26 1844 101 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 'primary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1144 /apex-mdapi/src/classes/MetadataService.cls 1844 26 1844 101 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 'primary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1145 /apex-mdapi/src/classes/MetadataService.cls 1845 26 1845 89 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]*'
1145 /apex-mdapi/src/classes/MetadataService.cls 1845 26 1845 89 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]*'
1146 /apex-mdapi/src/classes/MetadataService.cls 1846 26 1846 100 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]*'
1146 /apex-mdapi/src/classes/MetadataService.cls 1846 26 1846 100 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]*'
1147 /apex-mdapi/src/classes/MetadataService.cls 1848 12 1855 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1147 /apex-mdapi/src/classes/MetadataService.cls 1848 12 1855 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1148 /apex-mdapi/src/classes/MetadataService.cls 1851 26 1851 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1148 /apex-mdapi/src/classes/MetadataService.cls 1851 26 1851 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1149 /apex-mdapi/src/classes/MetadataService.cls 1852 26 1852 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 'formulaExpression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1149 /apex-mdapi/src/classes/MetadataService.cls 1852 26 1852 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 'formulaExpression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1150 /apex-mdapi/src/classes/MetadataService.cls 1853 26 1853 89 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]*'
1150 /apex-mdapi/src/classes/MetadataService.cls 1853 26 1853 89 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]*'
1151 /apex-mdapi/src/classes/MetadataService.cls 1854 26 1854 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]*'
1151 /apex-mdapi/src/classes/MetadataService.cls 1854 26 1854 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]*'
1152 /apex-mdapi/src/classes/MetadataService.cls 1856 12 1865 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1152 /apex-mdapi/src/classes/MetadataService.cls 1856 12 1865 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1153 /apex-mdapi/src/classes/MetadataService.cls 1859 26 1859 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1153 /apex-mdapi/src/classes/MetadataService.cls 1859 26 1859 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1154 /apex-mdapi/src/classes/MetadataService.cls 1861 26 1861 107 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 'fiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1154 /apex-mdapi/src/classes/MetadataService.cls 1861 26 1861 107 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 'fiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1155 /apex-mdapi/src/classes/MetadataService.cls 1862 26 1862 89 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]*'
1155 /apex-mdapi/src/classes/MetadataService.cls 1862 26 1862 89 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]*'
1156 /apex-mdapi/src/classes/MetadataService.cls 1863 26 1863 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1156 /apex-mdapi/src/classes/MetadataService.cls 1863 26 1863 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1157 /apex-mdapi/src/classes/MetadataService.cls 1864 26 1864 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]*'
1157 /apex-mdapi/src/classes/MetadataService.cls 1864 26 1864 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]*'
1158 /apex-mdapi/src/classes/MetadataService.cls 1866 12 1905 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1158 /apex-mdapi/src/classes/MetadataService.cls 1866 12 1905 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1159 /apex-mdapi/src/classes/MetadataService.cls 1866 12 1905 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1159 /apex-mdapi/src/classes/MetadataService.cls 1866 12 1905 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1160 /apex-mdapi/src/classes/MetadataService.cls 1869 26 1869 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1160 /apex-mdapi/src/classes/MetadataService.cls 1869 26 1869 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1161 /apex-mdapi/src/classes/MetadataService.cls 1872 26 1872 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1161 /apex-mdapi/src/classes/MetadataService.cls 1872 26 1872 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1162 /apex-mdapi/src/classes/MetadataService.cls 1873 26 1873 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1162 /apex-mdapi/src/classes/MetadataService.cls 1873 26 1873 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1163 /apex-mdapi/src/classes/MetadataService.cls 1888 26 1888 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 'choiceReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1163 /apex-mdapi/src/classes/MetadataService.cls 1888 26 1888 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 'choiceReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1164 /apex-mdapi/src/classes/MetadataService.cls 1889 26 1889 103 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1164 /apex-mdapi/src/classes/MetadataService.cls 1889 26 1889 103 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1165 /apex-mdapi/src/classes/MetadataService.cls 1890 26 1890 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 'defaultSelectedChoiceReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1165 /apex-mdapi/src/classes/MetadataService.cls 1890 26 1890 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 'defaultSelectedChoiceReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1166 /apex-mdapi/src/classes/MetadataService.cls 1891 26 1891 111 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]*'
1166 /apex-mdapi/src/classes/MetadataService.cls 1891 26 1891 111 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]*'
1167 /apex-mdapi/src/classes/MetadataService.cls 1892 26 1892 113 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 'extensionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1167 /apex-mdapi/src/classes/MetadataService.cls 1892 26 1892 113 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 'extensionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1168 /apex-mdapi/src/classes/MetadataService.cls 1893 26 1893 105 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 'fieldText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1168 /apex-mdapi/src/classes/MetadataService.cls 1893 26 1893 105 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 'fieldText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1169 /apex-mdapi/src/classes/MetadataService.cls 1894 26 1894 105 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 'fieldType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1169 /apex-mdapi/src/classes/MetadataService.cls 1894 26 1894 105 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 'fieldType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1170 /apex-mdapi/src/classes/MetadataService.cls 1895 26 1895 103 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1170 /apex-mdapi/src/classes/MetadataService.cls 1895 26 1895 103 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1171 /apex-mdapi/src/classes/MetadataService.cls 1896 26 1896 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1171 /apex-mdapi/src/classes/MetadataService.cls 1896 26 1896 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1172 /apex-mdapi/src/classes/MetadataService.cls 1897 26 1897 107 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1172 /apex-mdapi/src/classes/MetadataService.cls 1897 26 1897 107 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1173 /apex-mdapi/src/classes/MetadataService.cls 1898 26 1898 105 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 'isVisible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1173 /apex-mdapi/src/classes/MetadataService.cls 1898 26 1898 105 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 'isVisible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1174 /apex-mdapi/src/classes/MetadataService.cls 1899 26 1899 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1174 /apex-mdapi/src/classes/MetadataService.cls 1899 26 1899 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1175 /apex-mdapi/src/classes/MetadataService.cls 1900 26 1900 97 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]*'
1175 /apex-mdapi/src/classes/MetadataService.cls 1900 26 1900 97 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]*'
1176 /apex-mdapi/src/classes/MetadataService.cls 1901 26 1901 115 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 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1176 /apex-mdapi/src/classes/MetadataService.cls 1901 26 1901 115 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 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1177 /apex-mdapi/src/classes/MetadataService.cls 1902 26 1902 89 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]*'
1177 /apex-mdapi/src/classes/MetadataService.cls 1902 26 1902 89 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]*'
1178 /apex-mdapi/src/classes/MetadataService.cls 1903 26 1903 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1178 /apex-mdapi/src/classes/MetadataService.cls 1903 26 1903 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1179 /apex-mdapi/src/classes/MetadataService.cls 1904 26 1904 325 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]*'
1179 /apex-mdapi/src/classes/MetadataService.cls 1904 26 1904 325 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]*'
1180 /apex-mdapi/src/classes/MetadataService.cls 1906 12 1913 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1180 /apex-mdapi/src/classes/MetadataService.cls 1906 12 1913 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1181 /apex-mdapi/src/classes/MetadataService.cls 1909 26 1909 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1181 /apex-mdapi/src/classes/MetadataService.cls 1909 26 1909 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1182 /apex-mdapi/src/classes/MetadataService.cls 1910 26 1910 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 'informationalMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1182 /apex-mdapi/src/classes/MetadataService.cls 1910 26 1910 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 'informationalMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1183 /apex-mdapi/src/classes/MetadataService.cls 1911 26 1911 89 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]*'
1183 /apex-mdapi/src/classes/MetadataService.cls 1911 26 1911 89 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]*'
1184 /apex-mdapi/src/classes/MetadataService.cls 1912 26 1912 101 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]*'
1184 /apex-mdapi/src/classes/MetadataService.cls 1912 26 1912 101 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]*'
1185 /apex-mdapi/src/classes/MetadataService.cls 1914 12 1921 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1185 /apex-mdapi/src/classes/MetadataService.cls 1914 12 1921 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1186 /apex-mdapi/src/classes/MetadataService.cls 1917 26 1917 97 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1186 /apex-mdapi/src/classes/MetadataService.cls 1917 26 1917 97 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1187 /apex-mdapi/src/classes/MetadataService.cls 1918 26 1918 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1187 /apex-mdapi/src/classes/MetadataService.cls 1918 26 1918 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1188 /apex-mdapi/src/classes/MetadataService.cls 1919 26 1919 89 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]*'
1188 /apex-mdapi/src/classes/MetadataService.cls 1919 26 1919 89 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]*'
1189 /apex-mdapi/src/classes/MetadataService.cls 1920 26 1920 80 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]*'
1189 /apex-mdapi/src/classes/MetadataService.cls 1920 26 1920 80 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]*'
1190 /apex-mdapi/src/classes/MetadataService.cls 1922 12 1939 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1190 /apex-mdapi/src/classes/MetadataService.cls 1922 12 1939 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1191 /apex-mdapi/src/classes/MetadataService.cls 1922 12 1939 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1191 /apex-mdapi/src/classes/MetadataService.cls 1922 12 1939 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1192 /apex-mdapi/src/classes/MetadataService.cls 1925 26 1925 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1192 /apex-mdapi/src/classes/MetadataService.cls 1925 26 1925 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1193 /apex-mdapi/src/classes/MetadataService.cls 1931 26 1931 99 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]*'
1193 /apex-mdapi/src/classes/MetadataService.cls 1931 26 1931 99 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]*'
1194 /apex-mdapi/src/classes/MetadataService.cls 1932 26 1932 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1194 /apex-mdapi/src/classes/MetadataService.cls 1932 26 1932 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1195 /apex-mdapi/src/classes/MetadataService.cls 1933 26 1933 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 'errorConditionFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1195 /apex-mdapi/src/classes/MetadataService.cls 1933 26 1933 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 'errorConditionFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1196 /apex-mdapi/src/classes/MetadataService.cls 1934 26 1934 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 'errorDisplayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1196 /apex-mdapi/src/classes/MetadataService.cls 1934 26 1934 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 'errorDisplayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1197 /apex-mdapi/src/classes/MetadataService.cls 1935 26 1935 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1197 /apex-mdapi/src/classes/MetadataService.cls 1935 26 1935 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1198 /apex-mdapi/src/classes/MetadataService.cls 1936 26 1936 89 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]*'
1198 /apex-mdapi/src/classes/MetadataService.cls 1936 26 1936 89 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]*'
1199 /apex-mdapi/src/classes/MetadataService.cls 1937 26 1937 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1199 /apex-mdapi/src/classes/MetadataService.cls 1937 26 1937 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1200 /apex-mdapi/src/classes/MetadataService.cls 1938 26 1938 157 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]*'
1200 /apex-mdapi/src/classes/MetadataService.cls 1938 26 1938 157 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]*'
1201 /apex-mdapi/src/classes/MetadataService.cls 1940 12 1947 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1201 /apex-mdapi/src/classes/MetadataService.cls 1940 12 1947 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1202 /apex-mdapi/src/classes/MetadataService.cls 1943 26 1943 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1202 /apex-mdapi/src/classes/MetadataService.cls 1943 26 1943 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1203 /apex-mdapi/src/classes/MetadataService.cls 1944 26 1944 97 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]*'
1203 /apex-mdapi/src/classes/MetadataService.cls 1944 26 1944 97 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]*'
1204 /apex-mdapi/src/classes/MetadataService.cls 1945 26 1945 89 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]*'
1204 /apex-mdapi/src/classes/MetadataService.cls 1945 26 1945 89 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]*'
1205 /apex-mdapi/src/classes/MetadataService.cls 1946 26 1946 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]*'
1205 /apex-mdapi/src/classes/MetadataService.cls 1946 26 1946 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]*'
1206 /apex-mdapi/src/classes/MetadataService.cls 1948 12 1953 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1206 /apex-mdapi/src/classes/MetadataService.cls 1948 12 1953 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1207 /apex-mdapi/src/classes/MetadataService.cls 1950 26 1950 107 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 'parentRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1207 /apex-mdapi/src/classes/MetadataService.cls 1950 26 1950 107 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 'parentRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1208 /apex-mdapi/src/classes/MetadataService.cls 1951 26 1951 89 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]*'
1208 /apex-mdapi/src/classes/MetadataService.cls 1951 26 1951 89 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]*'
1209 /apex-mdapi/src/classes/MetadataService.cls 1952 26 1952 76 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]*'
1209 /apex-mdapi/src/classes/MetadataService.cls 1952 26 1952 76 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]*'
1210 /apex-mdapi/src/classes/MetadataService.cls 1954 12 2005 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1210 /apex-mdapi/src/classes/MetadataService.cls 1954 12 2005 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1211 /apex-mdapi/src/classes/MetadataService.cls 1954 12 2005 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class WaveXmdDate has 24 public methods, attributes, and properties (limit: 20)
1211 /apex-mdapi/src/classes/MetadataService.cls 1954 12 2005 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class WaveXmdDate has 24 public methods, attributes, and properties (limit: 20)
1212 /apex-mdapi/src/classes/MetadataService.cls 1954 12 2005 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1212 /apex-mdapi/src/classes/MetadataService.cls 1954 12 2005 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1213 /apex-mdapi/src/classes/MetadataService.cls 1979 26 1979 97 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 'alias_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1213 /apex-mdapi/src/classes/MetadataService.cls 1979 26 1979 97 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 'alias_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1214 /apex-mdapi/src/classes/MetadataService.cls 1980 26 1980 101 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 'compact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1214 /apex-mdapi/src/classes/MetadataService.cls 1980 26 1980 101 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 'compact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1215 /apex-mdapi/src/classes/MetadataService.cls 1981 26 1981 111 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 'dateFieldDay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1215 /apex-mdapi/src/classes/MetadataService.cls 1981 26 1981 111 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 'dateFieldDay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1216 /apex-mdapi/src/classes/MetadataService.cls 1982 26 1982 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 'dateFieldEpochDay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1216 /apex-mdapi/src/classes/MetadataService.cls 1982 26 1982 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 'dateFieldEpochDay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1217 /apex-mdapi/src/classes/MetadataService.cls 1983 26 1983 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 'dateFieldEpochSecond_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1217 /apex-mdapi/src/classes/MetadataService.cls 1983 26 1983 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 'dateFieldEpochSecond_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1218 /apex-mdapi/src/classes/MetadataService.cls 1984 26 1984 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 'dateFieldFiscalMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1218 /apex-mdapi/src/classes/MetadataService.cls 1984 26 1984 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 'dateFieldFiscalMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1219 /apex-mdapi/src/classes/MetadataService.cls 1985 26 1985 131 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 'dateFieldFiscalQuarter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1219 /apex-mdapi/src/classes/MetadataService.cls 1985 26 1985 131 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 'dateFieldFiscalQuarter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1220 /apex-mdapi/src/classes/MetadataService.cls 1986 26 1986 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 'dateFieldFiscalWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1220 /apex-mdapi/src/classes/MetadataService.cls 1986 26 1986 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 'dateFieldFiscalWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1221 /apex-mdapi/src/classes/MetadataService.cls 1987 26 1987 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 'dateFieldFiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1221 /apex-mdapi/src/classes/MetadataService.cls 1987 26 1987 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 'dateFieldFiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1222 /apex-mdapi/src/classes/MetadataService.cls 1988 26 1988 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 'dateFieldFullYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1222 /apex-mdapi/src/classes/MetadataService.cls 1988 26 1988 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 'dateFieldFullYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1223 /apex-mdapi/src/classes/MetadataService.cls 1989 26 1989 113 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 'dateFieldHour_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1223 /apex-mdapi/src/classes/MetadataService.cls 1989 26 1989 113 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 'dateFieldHour_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1224 /apex-mdapi/src/classes/MetadataService.cls 1990 26 1990 117 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 'dateFieldMinute_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1224 /apex-mdapi/src/classes/MetadataService.cls 1990 26 1990 117 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 'dateFieldMinute_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1225 /apex-mdapi/src/classes/MetadataService.cls 1991 26 1991 115 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 'dateFieldMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1225 /apex-mdapi/src/classes/MetadataService.cls 1991 26 1991 115 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 'dateFieldMonth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1226 /apex-mdapi/src/classes/MetadataService.cls 1992 26 1992 119 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 'dateFieldQuarter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1226 /apex-mdapi/src/classes/MetadataService.cls 1992 26 1992 119 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 'dateFieldQuarter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1227 /apex-mdapi/src/classes/MetadataService.cls 1993 26 1993 117 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 'dateFieldSecond_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1227 /apex-mdapi/src/classes/MetadataService.cls 1993 26 1993 117 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 'dateFieldSecond_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1228 /apex-mdapi/src/classes/MetadataService.cls 1994 26 1994 113 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 'dateFieldWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1228 /apex-mdapi/src/classes/MetadataService.cls 1994 26 1994 113 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 'dateFieldWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1229 /apex-mdapi/src/classes/MetadataService.cls 1995 26 1995 113 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 'dateFieldYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1229 /apex-mdapi/src/classes/MetadataService.cls 1995 26 1995 113 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 'dateFieldYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1230 /apex-mdapi/src/classes/MetadataService.cls 1996 26 1996 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1230 /apex-mdapi/src/classes/MetadataService.cls 1996 26 1996 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1231 /apex-mdapi/src/classes/MetadataService.cls 1997 26 1997 115 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 'firstDayOfWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1231 /apex-mdapi/src/classes/MetadataService.cls 1997 26 1997 115 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 'firstDayOfWeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1232 /apex-mdapi/src/classes/MetadataService.cls 1998 26 1998 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 'fiscalMonthOffset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1232 /apex-mdapi/src/classes/MetadataService.cls 1998 26 1998 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 'fiscalMonthOffset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1233 /apex-mdapi/src/classes/MetadataService.cls 1999 26 1999 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 'isYearEndFiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1233 /apex-mdapi/src/classes/MetadataService.cls 1999 26 1999 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 'isYearEndFiscalYear_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1234 /apex-mdapi/src/classes/MetadataService.cls 2000 26 2000 97 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]*'
1234 /apex-mdapi/src/classes/MetadataService.cls 2000 26 2000 97 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]*'
1235 /apex-mdapi/src/classes/MetadataService.cls 2001 26 2001 115 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 'showInExplorer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1235 /apex-mdapi/src/classes/MetadataService.cls 2001 26 2001 115 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 'showInExplorer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1236 /apex-mdapi/src/classes/MetadataService.cls 2002 26 2002 105 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 'sortIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1236 /apex-mdapi/src/classes/MetadataService.cls 2002 26 2002 105 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 'sortIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1237 /apex-mdapi/src/classes/MetadataService.cls 2003 26 2003 89 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]*'
1237 /apex-mdapi/src/classes/MetadataService.cls 2003 26 2003 89 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]*'
1238 /apex-mdapi/src/classes/MetadataService.cls 2004 26 2004 481 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]*'
1238 /apex-mdapi/src/classes/MetadataService.cls 2004 26 2004 481 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]*'
1239 /apex-mdapi/src/classes/MetadataService.cls 2006 12 2011 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1239 /apex-mdapi/src/classes/MetadataService.cls 2006 12 2011 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1240 /apex-mdapi/src/classes/MetadataService.cls 2008 26 2008 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 'publicGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1240 /apex-mdapi/src/classes/MetadataService.cls 2008 26 2008 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 'publicGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1241 /apex-mdapi/src/classes/MetadataService.cls 2009 26 2009 89 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]*'
1241 /apex-mdapi/src/classes/MetadataService.cls 2009 26 2009 89 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]*'
1242 /apex-mdapi/src/classes/MetadataService.cls 2010 26 2010 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]*'
1242 /apex-mdapi/src/classes/MetadataService.cls 2010 26 2010 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]*'
1243 /apex-mdapi/src/classes/MetadataService.cls 2012 12 2021 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1243 /apex-mdapi/src/classes/MetadataService.cls 2012 12 2021 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1244 /apex-mdapi/src/classes/MetadataService.cls 2016 26 2016 115 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 'feedFilterName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1244 /apex-mdapi/src/classes/MetadataService.cls 2016 26 2016 115 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 'feedFilterName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1245 /apex-mdapi/src/classes/MetadataService.cls 2017 26 2017 115 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 'feedFilterType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1245 /apex-mdapi/src/classes/MetadataService.cls 2017 26 2017 115 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 'feedFilterType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1246 /apex-mdapi/src/classes/MetadataService.cls 2018 26 2018 111 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1246 /apex-mdapi/src/classes/MetadataService.cls 2018 26 2018 111 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1247 /apex-mdapi/src/classes/MetadataService.cls 2019 26 2019 89 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]*'
1247 /apex-mdapi/src/classes/MetadataService.cls 2019 26 2019 89 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]*'
1248 /apex-mdapi/src/classes/MetadataService.cls 2020 26 2020 112 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]*'
1248 /apex-mdapi/src/classes/MetadataService.cls 2020 26 2020 112 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]*'
1249 /apex-mdapi/src/classes/MetadataService.cls 2022 20 2023 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1249 /apex-mdapi/src/classes/MetadataService.cls 2022 20 2023 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1250 /apex-mdapi/src/classes/MetadataService.cls 2024 12 2039 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1250 /apex-mdapi/src/classes/MetadataService.cls 2024 12 2039 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1251 /apex-mdapi/src/classes/MetadataService.cls 2031 26 2031 99 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]*'
1251 /apex-mdapi/src/classes/MetadataService.cls 2031 26 2031 99 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]*'
1252 /apex-mdapi/src/classes/MetadataService.cls 2032 26 2032 119 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1252 /apex-mdapi/src/classes/MetadataService.cls 2032 26 2032 119 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1253 /apex-mdapi/src/classes/MetadataService.cls 2033 26 2033 101 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1253 /apex-mdapi/src/classes/MetadataService.cls 2033 26 2033 101 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1254 /apex-mdapi/src/classes/MetadataService.cls 2034 26 2034 97 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]*'
1254 /apex-mdapi/src/classes/MetadataService.cls 2034 26 2034 97 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]*'
1255 /apex-mdapi/src/classes/MetadataService.cls 2035 26 2035 103 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 'standard_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1255 /apex-mdapi/src/classes/MetadataService.cls 2035 26 2035 103 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 'standard_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1256 /apex-mdapi/src/classes/MetadataService.cls 2036 26 2036 101 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1256 /apex-mdapi/src/classes/MetadataService.cls 2036 26 2036 101 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1257 /apex-mdapi/src/classes/MetadataService.cls 2037 26 2037 89 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]*'
1257 /apex-mdapi/src/classes/MetadataService.cls 2037 26 2037 89 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]*'
1258 /apex-mdapi/src/classes/MetadataService.cls 2038 26 2038 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1258 /apex-mdapi/src/classes/MetadataService.cls 2038 26 2038 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1259 /apex-mdapi/src/classes/MetadataService.cls 2040 12 2045 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1259 /apex-mdapi/src/classes/MetadataService.cls 2040 12 2045 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1260 /apex-mdapi/src/classes/MetadataService.cls 2042 26 2042 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1260 /apex-mdapi/src/classes/MetadataService.cls 2042 26 2042 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1261 /apex-mdapi/src/classes/MetadataService.cls 2043 26 2043 89 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]*'
1261 /apex-mdapi/src/classes/MetadataService.cls 2043 26 2043 89 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]*'
1262 /apex-mdapi/src/classes/MetadataService.cls 2044 26 2044 71 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]*'
1262 /apex-mdapi/src/classes/MetadataService.cls 2044 26 2044 71 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]*'
1263 /apex-mdapi/src/classes/MetadataService.cls 2046 12 2051 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1263 /apex-mdapi/src/classes/MetadataService.cls 2046 12 2051 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1264 /apex-mdapi/src/classes/MetadataService.cls 2046 12 2051 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 'describeValueTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1264 /apex-mdapi/src/classes/MetadataService.cls 2046 12 2051 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 'describeValueTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1265 /apex-mdapi/src/classes/MetadataService.cls 2048 26 2048 99 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]*'
1265 /apex-mdapi/src/classes/MetadataService.cls 2048 26 2048 99 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]*'
1266 /apex-mdapi/src/classes/MetadataService.cls 2049 26 2049 89 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]*'
1266 /apex-mdapi/src/classes/MetadataService.cls 2049 26 2049 89 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]*'
1267 /apex-mdapi/src/classes/MetadataService.cls 2050 26 2050 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]*'
1267 /apex-mdapi/src/classes/MetadataService.cls 2050 26 2050 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]*'
1268 /apex-mdapi/src/classes/MetadataService.cls 2052 12 2067 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1268 /apex-mdapi/src/classes/MetadataService.cls 2052 12 2067 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1269 /apex-mdapi/src/classes/MetadataService.cls 2058 23 2058 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]*'
1269 /apex-mdapi/src/classes/MetadataService.cls 2058 23 2058 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]*'
1270 /apex-mdapi/src/classes/MetadataService.cls 2059 26 2059 107 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1270 /apex-mdapi/src/classes/MetadataService.cls 2059 26 2059 107 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1271 /apex-mdapi/src/classes/MetadataService.cls 2060 26 2060 101 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 'comment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1271 /apex-mdapi/src/classes/MetadataService.cls 2060 26 2060 101 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 'comment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1272 /apex-mdapi/src/classes/MetadataService.cls 2061 26 2061 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1272 /apex-mdapi/src/classes/MetadataService.cls 2061 26 2061 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1273 /apex-mdapi/src/classes/MetadataService.cls 2062 26 2062 107 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 'formFactor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1273 /apex-mdapi/src/classes/MetadataService.cls 2062 26 2062 107 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 'formFactor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1274 /apex-mdapi/src/classes/MetadataService.cls 2063 26 2063 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 'skipRecordTypeSelect_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1274 /apex-mdapi/src/classes/MetadataService.cls 2063 26 2063 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 'skipRecordTypeSelect_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1275 /apex-mdapi/src/classes/MetadataService.cls 2064 26 2064 97 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]*'
1275 /apex-mdapi/src/classes/MetadataService.cls 2064 26 2064 97 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]*'
1276 /apex-mdapi/src/classes/MetadataService.cls 2065 26 2065 89 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]*'
1276 /apex-mdapi/src/classes/MetadataService.cls 2065 26 2065 89 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]*'
1277 /apex-mdapi/src/classes/MetadataService.cls 2066 26 2066 141 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]*'
1277 /apex-mdapi/src/classes/MetadataService.cls 2066 26 2066 141 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]*'
1278 /apex-mdapi/src/classes/MetadataService.cls 2068 12 2093 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1278 /apex-mdapi/src/classes/MetadataService.cls 2068 12 2093 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1279 /apex-mdapi/src/classes/MetadataService.cls 2068 12 2093 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1279 /apex-mdapi/src/classes/MetadataService.cls 2068 12 2093 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1280 /apex-mdapi/src/classes/MetadataService.cls 2071 26 2071 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1280 /apex-mdapi/src/classes/MetadataService.cls 2071 26 2071 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1281 /apex-mdapi/src/classes/MetadataService.cls 2081 26 2081 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 'customApplications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1281 /apex-mdapi/src/classes/MetadataService.cls 2081 26 2081 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 'customApplications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1282 /apex-mdapi/src/classes/MetadataService.cls 2082 26 2082 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 'customDataTypeTranslations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1282 /apex-mdapi/src/classes/MetadataService.cls 2082 26 2082 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 'customDataTypeTranslations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1283 /apex-mdapi/src/classes/MetadataService.cls 2083 26 2083 112 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 'customLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1283 /apex-mdapi/src/classes/MetadataService.cls 2083 26 2083 112 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 'customLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1284 /apex-mdapi/src/classes/MetadataService.cls 2084 26 2084 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 'customPageWebLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1284 /apex-mdapi/src/classes/MetadataService.cls 2084 26 2084 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 'customPageWebLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1285 /apex-mdapi/src/classes/MetadataService.cls 2085 26 2085 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 'customTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1285 /apex-mdapi/src/classes/MetadataService.cls 2085 26 2085 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 'customTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1286 /apex-mdapi/src/classes/MetadataService.cls 2086 26 2086 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 'flowDefinitions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1286 /apex-mdapi/src/classes/MetadataService.cls 2086 26 2086 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 'flowDefinitions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1287 /apex-mdapi/src/classes/MetadataService.cls 2087 26 2087 112 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1287 /apex-mdapi/src/classes/MetadataService.cls 2087 26 2087 112 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1288 /apex-mdapi/src/classes/MetadataService.cls 2088 26 2088 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 'reportTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1288 /apex-mdapi/src/classes/MetadataService.cls 2088 26 2088 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 'reportTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1289 /apex-mdapi/src/classes/MetadataService.cls 2089 26 2089 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 'scontrols_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1289 /apex-mdapi/src/classes/MetadataService.cls 2089 26 2089 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 'scontrols_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1290 /apex-mdapi/src/classes/MetadataService.cls 2090 26 2090 89 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]*'
1290 /apex-mdapi/src/classes/MetadataService.cls 2090 26 2090 89 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]*'
1291 /apex-mdapi/src/classes/MetadataService.cls 2091 26 2091 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1291 /apex-mdapi/src/classes/MetadataService.cls 2091 26 2091 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1292 /apex-mdapi/src/classes/MetadataService.cls 2092 26 2092 233 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]*'
1292 /apex-mdapi/src/classes/MetadataService.cls 2092 26 2092 233 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]*'
1293 /apex-mdapi/src/classes/MetadataService.cls 2094 12 2103 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1293 /apex-mdapi/src/classes/MetadataService.cls 2094 12 2103 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1294 /apex-mdapi/src/classes/MetadataService.cls 2098 26 2098 107 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1294 /apex-mdapi/src/classes/MetadataService.cls 2098 26 2098 107 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1295 /apex-mdapi/src/classes/MetadataService.cls 2099 26 2099 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 'defaultResponseTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1295 /apex-mdapi/src/classes/MetadataService.cls 2099 26 2099 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 'defaultResponseTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1296 /apex-mdapi/src/classes/MetadataService.cls 2100 26 2100 117 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 'enableWebToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1296 /apex-mdapi/src/classes/MetadataService.cls 2100 26 2100 117 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 'enableWebToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1297 /apex-mdapi/src/classes/MetadataService.cls 2101 26 2101 89 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]*'
1297 /apex-mdapi/src/classes/MetadataService.cls 2101 26 2101 89 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]*'
1298 /apex-mdapi/src/classes/MetadataService.cls 2102 26 2102 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1298 /apex-mdapi/src/classes/MetadataService.cls 2102 26 2102 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1299 /apex-mdapi/src/classes/MetadataService.cls 2104 12 2119 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1299 /apex-mdapi/src/classes/MetadataService.cls 2104 12 2119 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1300 /apex-mdapi/src/classes/MetadataService.cls 2107 26 2107 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1300 /apex-mdapi/src/classes/MetadataService.cls 2107 26 2107 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1301 /apex-mdapi/src/classes/MetadataService.cls 2110 24 2110 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1301 /apex-mdapi/src/classes/MetadataService.cls 2110 24 2110 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1302 /apex-mdapi/src/classes/MetadataService.cls 2112 26 2112 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1302 /apex-mdapi/src/classes/MetadataService.cls 2112 26 2112 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1303 /apex-mdapi/src/classes/MetadataService.cls 2113 26 2113 97 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]*'
1303 /apex-mdapi/src/classes/MetadataService.cls 2113 26 2113 97 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]*'
1304 /apex-mdapi/src/classes/MetadataService.cls 2114 26 2114 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1304 /apex-mdapi/src/classes/MetadataService.cls 2114 26 2114 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1305 /apex-mdapi/src/classes/MetadataService.cls 2115 26 2115 100 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1305 /apex-mdapi/src/classes/MetadataService.cls 2115 26 2115 100 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1306 /apex-mdapi/src/classes/MetadataService.cls 2116 26 2116 89 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]*'
1306 /apex-mdapi/src/classes/MetadataService.cls 2116 26 2116 89 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]*'
1307 /apex-mdapi/src/classes/MetadataService.cls 2117 26 2117 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1307 /apex-mdapi/src/classes/MetadataService.cls 2117 26 2117 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1308 /apex-mdapi/src/classes/MetadataService.cls 2118 26 2118 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1308 /apex-mdapi/src/classes/MetadataService.cls 2118 26 2118 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1309 /apex-mdapi/src/classes/MetadataService.cls 2120 20 2124 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1309 /apex-mdapi/src/classes/MetadataService.cls 2120 20 2124 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1310 /apex-mdapi/src/classes/MetadataService.cls 2125 12 2152 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1310 /apex-mdapi/src/classes/MetadataService.cls 2125 12 2152 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1311 /apex-mdapi/src/classes/MetadataService.cls 2125 12 2152 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1311 /apex-mdapi/src/classes/MetadataService.cls 2125 12 2152 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1312 /apex-mdapi/src/classes/MetadataService.cls 2137 23 2137 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]*'
1312 /apex-mdapi/src/classes/MetadataService.cls 2137 23 2137 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]*'
1313 /apex-mdapi/src/classes/MetadataService.cls 2138 26 2138 109 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 'createdById_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1313 /apex-mdapi/src/classes/MetadataService.cls 2138 26 2138 109 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 'createdById_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1314 /apex-mdapi/src/classes/MetadataService.cls 2139 26 2139 113 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1314 /apex-mdapi/src/classes/MetadataService.cls 2139 26 2139 113 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1315 /apex-mdapi/src/classes/MetadataService.cls 2140 26 2140 109 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1315 /apex-mdapi/src/classes/MetadataService.cls 2140 26 2140 109 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1316 /apex-mdapi/src/classes/MetadataService.cls 2141 26 2141 103 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1316 /apex-mdapi/src/classes/MetadataService.cls 2141 26 2141 103 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1317 /apex-mdapi/src/classes/MetadataService.cls 2142 26 2142 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1317 /apex-mdapi/src/classes/MetadataService.cls 2142 26 2142 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1318 /apex-mdapi/src/classes/MetadataService.cls 2143 26 2143 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1318 /apex-mdapi/src/classes/MetadataService.cls 2143 26 2143 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1319 /apex-mdapi/src/classes/MetadataService.cls 2144 26 2144 119 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 'lastModifiedById_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1319 /apex-mdapi/src/classes/MetadataService.cls 2144 26 2144 119 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 'lastModifiedById_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1320 /apex-mdapi/src/classes/MetadataService.cls 2145 26 2145 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 'lastModifiedByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1320 /apex-mdapi/src/classes/MetadataService.cls 2145 26 2145 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 'lastModifiedByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1321 /apex-mdapi/src/classes/MetadataService.cls 2146 26 2146 119 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1321 /apex-mdapi/src/classes/MetadataService.cls 2146 26 2146 119 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1322 /apex-mdapi/src/classes/MetadataService.cls 2147 26 2147 117 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 'manageableState_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1322 /apex-mdapi/src/classes/MetadataService.cls 2147 26 2147 117 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 'manageableState_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1323 /apex-mdapi/src/classes/MetadataService.cls 2148 26 2148 117 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1323 /apex-mdapi/src/classes/MetadataService.cls 2148 26 2148 117 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1324 /apex-mdapi/src/classes/MetadataService.cls 2149 26 2149 97 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]*'
1324 /apex-mdapi/src/classes/MetadataService.cls 2149 26 2149 97 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]*'
1325 /apex-mdapi/src/classes/MetadataService.cls 2150 26 2150 89 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]*'
1325 /apex-mdapi/src/classes/MetadataService.cls 2150 26 2150 89 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]*'
1326 /apex-mdapi/src/classes/MetadataService.cls 2151 26 2151 238 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]*'
1326 /apex-mdapi/src/classes/MetadataService.cls 2151 26 2151 238 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]*'
1327 /apex-mdapi/src/classes/MetadataService.cls 2153 12 2168 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1327 /apex-mdapi/src/classes/MetadataService.cls 2153 12 2168 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1328 /apex-mdapi/src/classes/MetadataService.cls 2156 26 2156 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1328 /apex-mdapi/src/classes/MetadataService.cls 2156 26 2156 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1329 /apex-mdapi/src/classes/MetadataService.cls 2161 26 2161 131 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 'enableNegativeQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1329 /apex-mdapi/src/classes/MetadataService.cls 2161 26 2161 131 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 'enableNegativeQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1330 /apex-mdapi/src/classes/MetadataService.cls 2162 26 2162 111 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 'enableOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1330 /apex-mdapi/src/classes/MetadataService.cls 2162 26 2162 111 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 'enableOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1331 /apex-mdapi/src/classes/MetadataService.cls 2163 26 2163 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 'enableReductionOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1331 /apex-mdapi/src/classes/MetadataService.cls 2163 26 2163 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 'enableReductionOrders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1332 /apex-mdapi/src/classes/MetadataService.cls 2164 26 2164 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 'enableZeroQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1332 /apex-mdapi/src/classes/MetadataService.cls 2164 26 2164 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 'enableZeroQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1333 /apex-mdapi/src/classes/MetadataService.cls 2165 26 2165 89 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]*'
1333 /apex-mdapi/src/classes/MetadataService.cls 2165 26 2165 89 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]*'
1334 /apex-mdapi/src/classes/MetadataService.cls 2166 26 2166 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1334 /apex-mdapi/src/classes/MetadataService.cls 2166 26 2166 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1335 /apex-mdapi/src/classes/MetadataService.cls 2167 26 2167 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]*'
1335 /apex-mdapi/src/classes/MetadataService.cls 2167 26 2167 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]*'
1336 /apex-mdapi/src/classes/MetadataService.cls 2169 12 2180 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1336 /apex-mdapi/src/classes/MetadataService.cls 2169 12 2180 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1337 /apex-mdapi/src/classes/MetadataService.cls 2174 26 2174 107 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 'dateColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1337 /apex-mdapi/src/classes/MetadataService.cls 2174 26 2174 107 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 'dateColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1338 /apex-mdapi/src/classes/MetadataService.cls 2175 26 2175 101 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 'endDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1338 /apex-mdapi/src/classes/MetadataService.cls 2175 26 2175 101 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 'endDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1339 /apex-mdapi/src/classes/MetadataService.cls 2176 26 2176 103 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 'interval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1339 /apex-mdapi/src/classes/MetadataService.cls 2176 26 2176 103 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 'interval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1340 /apex-mdapi/src/classes/MetadataService.cls 2177 26 2177 105 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 'startDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1340 /apex-mdapi/src/classes/MetadataService.cls 2177 26 2177 105 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 'startDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1341 /apex-mdapi/src/classes/MetadataService.cls 2178 26 2178 89 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]*'
1341 /apex-mdapi/src/classes/MetadataService.cls 2178 26 2178 89 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]*'
1342 /apex-mdapi/src/classes/MetadataService.cls 2179 26 2179 109 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]*'
1342 /apex-mdapi/src/classes/MetadataService.cls 2179 26 2179 109 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]*'
1343 /apex-mdapi/src/classes/MetadataService.cls 2181 12 2190 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1343 /apex-mdapi/src/classes/MetadataService.cls 2181 12 2190 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1344 /apex-mdapi/src/classes/MetadataService.cls 2185 26 2185 99 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 'access_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1344 /apex-mdapi/src/classes/MetadataService.cls 2185 26 2185 99 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 'access_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1345 /apex-mdapi/src/classes/MetadataService.cls 2186 26 2186 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 'isManagingWorkspace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1345 /apex-mdapi/src/classes/MetadataService.cls 2186 26 2186 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 'isManagingWorkspace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1346 /apex-mdapi/src/classes/MetadataService.cls 2187 26 2187 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1346 /apex-mdapi/src/classes/MetadataService.cls 2187 26 2187 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1347 /apex-mdapi/src/classes/MetadataService.cls 2188 26 2188 89 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]*'
1347 /apex-mdapi/src/classes/MetadataService.cls 2188 26 2188 89 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]*'
1348 /apex-mdapi/src/classes/MetadataService.cls 2189 26 2189 101 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]*'
1348 /apex-mdapi/src/classes/MetadataService.cls 2189 26 2189 101 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]*'
1349 /apex-mdapi/src/classes/MetadataService.cls 2191 12 2230 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1349 /apex-mdapi/src/classes/MetadataService.cls 2191 12 2230 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1350 /apex-mdapi/src/classes/MetadataService.cls 2191 12 2230 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1350 /apex-mdapi/src/classes/MetadataService.cls 2191 12 2230 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1351 /apex-mdapi/src/classes/MetadataService.cls 2194 26 2194 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1351 /apex-mdapi/src/classes/MetadataService.cls 2194 26 2194 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1352 /apex-mdapi/src/classes/MetadataService.cls 2196 24 2196 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
1352 /apex-mdapi/src/classes/MetadataService.cls 2196 24 2196 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
1353 /apex-mdapi/src/classes/MetadataService.cls 2200 26 2200 97 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1353 /apex-mdapi/src/classes/MetadataService.cls 2200 26 2200 97 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1354 /apex-mdapi/src/classes/MetadataService.cls 2201 26 2201 103 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1354 /apex-mdapi/src/classes/MetadataService.cls 2201 26 2201 103 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1355 /apex-mdapi/src/classes/MetadataService.cls 2202 26 2202 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1355 /apex-mdapi/src/classes/MetadataService.cls 2202 26 2202 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1356 /apex-mdapi/src/classes/MetadataService.cls 2203 26 2203 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1356 /apex-mdapi/src/classes/MetadataService.cls 2203 26 2203 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1357 /apex-mdapi/src/classes/MetadataService.cls 2204 26 2204 97 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]*'
1357 /apex-mdapi/src/classes/MetadataService.cls 2204 26 2204 97 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]*'
1358 /apex-mdapi/src/classes/MetadataService.cls 2216 26 2216 107 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1358 /apex-mdapi/src/classes/MetadataService.cls 2216 26 2216 107 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1359 /apex-mdapi/src/classes/MetadataService.cls 2217 26 2217 99 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1359 /apex-mdapi/src/classes/MetadataService.cls 2217 26 2217 99 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1360 /apex-mdapi/src/classes/MetadataService.cls 2218 26 2218 105 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 'converted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1360 /apex-mdapi/src/classes/MetadataService.cls 2218 26 2218 105 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 'converted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1361 /apex-mdapi/src/classes/MetadataService.cls 2219 26 2219 107 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1361 /apex-mdapi/src/classes/MetadataService.cls 2219 26 2219 107 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1362 /apex-mdapi/src/classes/MetadataService.cls 2220 26 2220 119 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1362 /apex-mdapi/src/classes/MetadataService.cls 2220 26 2220 119 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1363 /apex-mdapi/src/classes/MetadataService.cls 2221 26 2221 115 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 'groupingString_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1363 /apex-mdapi/src/classes/MetadataService.cls 2221 26 2221 115 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 'groupingString_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1364 /apex-mdapi/src/classes/MetadataService.cls 2222 26 2222 111 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1364 /apex-mdapi/src/classes/MetadataService.cls 2222 26 2222 111 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1365 /apex-mdapi/src/classes/MetadataService.cls 2223 26 2223 109 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 'probability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1365 /apex-mdapi/src/classes/MetadataService.cls 2223 26 2223 109 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 'probability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1366 /apex-mdapi/src/classes/MetadataService.cls 2224 26 2224 109 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 'reverseRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1366 /apex-mdapi/src/classes/MetadataService.cls 2224 26 2224 109 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 'reverseRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1367 /apex-mdapi/src/classes/MetadataService.cls 2225 26 2225 103 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 'reviewed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1367 /apex-mdapi/src/classes/MetadataService.cls 2225 26 2225 103 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 'reviewed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1368 /apex-mdapi/src/classes/MetadataService.cls 2226 26 2226 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1368 /apex-mdapi/src/classes/MetadataService.cls 2226 26 2226 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1369 /apex-mdapi/src/classes/MetadataService.cls 2227 26 2227 89 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]*'
1369 /apex-mdapi/src/classes/MetadataService.cls 2227 26 2227 89 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]*'
1370 /apex-mdapi/src/classes/MetadataService.cls 2228 26 2228 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1370 /apex-mdapi/src/classes/MetadataService.cls 2228 26 2228 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1371 /apex-mdapi/src/classes/MetadataService.cls 2229 26 2229 271 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]*'
1371 /apex-mdapi/src/classes/MetadataService.cls 2229 26 2229 271 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]*'
1372 /apex-mdapi/src/classes/MetadataService.cls 2231 12 2236 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1372 /apex-mdapi/src/classes/MetadataService.cls 2231 12 2236 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1373 /apex-mdapi/src/classes/MetadataService.cls 2233 26 2233 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 'navigationMenuItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1373 /apex-mdapi/src/classes/MetadataService.cls 2233 26 2233 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 'navigationMenuItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1374 /apex-mdapi/src/classes/MetadataService.cls 2234 26 2234 89 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]*'
1374 /apex-mdapi/src/classes/MetadataService.cls 2234 26 2234 89 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]*'
1375 /apex-mdapi/src/classes/MetadataService.cls 2235 26 2235 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]*'
1375 /apex-mdapi/src/classes/MetadataService.cls 2235 26 2235 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]*'
1376 /apex-mdapi/src/classes/MetadataService.cls 2237 12 2250 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1376 /apex-mdapi/src/classes/MetadataService.cls 2237 12 2250 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1377 /apex-mdapi/src/classes/MetadataService.cls 2240 26 2240 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1377 /apex-mdapi/src/classes/MetadataService.cls 2240 26 2240 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1378 /apex-mdapi/src/classes/MetadataService.cls 2244 26 2244 159 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 'enableCascadeActivateToRelatedPrices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1378 /apex-mdapi/src/classes/MetadataService.cls 2244 26 2244 159 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 'enableCascadeActivateToRelatedPrices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1379 /apex-mdapi/src/classes/MetadataService.cls 2245 26 2245 131 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 'enableQuantitySchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1379 /apex-mdapi/src/classes/MetadataService.cls 2245 26 2245 131 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 'enableQuantitySchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1380 /apex-mdapi/src/classes/MetadataService.cls 2246 26 2246 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 'enableRevenueSchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1380 /apex-mdapi/src/classes/MetadataService.cls 2246 26 2246 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 'enableRevenueSchedule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1381 /apex-mdapi/src/classes/MetadataService.cls 2247 26 2247 89 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]*'
1381 /apex-mdapi/src/classes/MetadataService.cls 2247 26 2247 89 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]*'
1382 /apex-mdapi/src/classes/MetadataService.cls 2248 26 2248 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1382 /apex-mdapi/src/classes/MetadataService.cls 2248 26 2248 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1383 /apex-mdapi/src/classes/MetadataService.cls 2249 26 2249 163 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]*'
1383 /apex-mdapi/src/classes/MetadataService.cls 2249 26 2249 163 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]*'
1384 /apex-mdapi/src/classes/MetadataService.cls 2251 12 2278 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1384 /apex-mdapi/src/classes/MetadataService.cls 2251 12 2278 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1385 /apex-mdapi/src/classes/MetadataService.cls 2251 12 2278 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1385 /apex-mdapi/src/classes/MetadataService.cls 2251 12 2278 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1386 /apex-mdapi/src/classes/MetadataService.cls 2254 26 2254 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1386 /apex-mdapi/src/classes/MetadataService.cls 2254 26 2254 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1387 /apex-mdapi/src/classes/MetadataService.cls 2262 24 2262 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1387 /apex-mdapi/src/classes/MetadataService.cls 2262 24 2262 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1388 /apex-mdapi/src/classes/MetadataService.cls 2265 26 2265 107 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1388 /apex-mdapi/src/classes/MetadataService.cls 2265 26 2265 107 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1389 /apex-mdapi/src/classes/MetadataService.cls 2266 26 2266 115 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 'assignedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1389 /apex-mdapi/src/classes/MetadataService.cls 2266 26 2266 115 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 'assignedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1390 /apex-mdapi/src/classes/MetadataService.cls 2267 26 2267 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1390 /apex-mdapi/src/classes/MetadataService.cls 2267 26 2267 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1391 /apex-mdapi/src/classes/MetadataService.cls 2268 26 2268 113 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 'dueDateOffset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1391 /apex-mdapi/src/classes/MetadataService.cls 2268 26 2268 113 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 'dueDateOffset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1392 /apex-mdapi/src/classes/MetadataService.cls 2269 26 2269 115 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 'notifyAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1392 /apex-mdapi/src/classes/MetadataService.cls 2269 26 2269 115 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 'notifyAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1393 /apex-mdapi/src/classes/MetadataService.cls 2270 26 2270 117 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1393 /apex-mdapi/src/classes/MetadataService.cls 2270 26 2270 117 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1394 /apex-mdapi/src/classes/MetadataService.cls 2271 26 2271 103 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 'priority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1394 /apex-mdapi/src/classes/MetadataService.cls 2271 26 2271 103 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 'priority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1395 /apex-mdapi/src/classes/MetadataService.cls 2272 26 2272 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1395 /apex-mdapi/src/classes/MetadataService.cls 2272 26 2272 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1396 /apex-mdapi/src/classes/MetadataService.cls 2273 26 2273 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1396 /apex-mdapi/src/classes/MetadataService.cls 2273 26 2273 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1397 /apex-mdapi/src/classes/MetadataService.cls 2274 26 2274 101 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1397 /apex-mdapi/src/classes/MetadataService.cls 2274 26 2274 101 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1398 /apex-mdapi/src/classes/MetadataService.cls 2275 26 2275 89 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]*'
1398 /apex-mdapi/src/classes/MetadataService.cls 2275 26 2275 89 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]*'
1399 /apex-mdapi/src/classes/MetadataService.cls 2276 26 2276 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1399 /apex-mdapi/src/classes/MetadataService.cls 2276 26 2276 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1400 /apex-mdapi/src/classes/MetadataService.cls 2277 26 2277 214 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]*'
1400 /apex-mdapi/src/classes/MetadataService.cls 2277 26 2277 214 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]*'
1401 /apex-mdapi/src/classes/MetadataService.cls 2279 12 2284 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1401 /apex-mdapi/src/classes/MetadataService.cls 2279 12 2284 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1402 /apex-mdapi/src/classes/MetadataService.cls 2281 26 2281 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 'valueTranslation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1402 /apex-mdapi/src/classes/MetadataService.cls 2281 26 2281 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 'valueTranslation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1403 /apex-mdapi/src/classes/MetadataService.cls 2282 26 2282 89 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]*'
1403 /apex-mdapi/src/classes/MetadataService.cls 2282 26 2282 89 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]*'
1404 /apex-mdapi/src/classes/MetadataService.cls 2283 26 2283 82 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]*'
1404 /apex-mdapi/src/classes/MetadataService.cls 2283 26 2283 82 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]*'
1405 /apex-mdapi/src/classes/MetadataService.cls 2285 12 2290 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1405 /apex-mdapi/src/classes/MetadataService.cls 2285 12 2290 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1406 /apex-mdapi/src/classes/MetadataService.cls 2285 12 2290 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 'deployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1406 /apex-mdapi/src/classes/MetadataService.cls 2285 12 2290 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 'deployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
1407 /apex-mdapi/src/classes/MetadataService.cls 2287 26 2287 99 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]*'
1407 /apex-mdapi/src/classes/MetadataService.cls 2287 26 2287 99 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]*'
1408 /apex-mdapi/src/classes/MetadataService.cls 2288 26 2288 89 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]*'
1408 /apex-mdapi/src/classes/MetadataService.cls 2288 26 2288 89 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]*'
1409 /apex-mdapi/src/classes/MetadataService.cls 2289 26 2289 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]*'
1409 /apex-mdapi/src/classes/MetadataService.cls 2289 26 2289 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]*'
1410 /apex-mdapi/src/classes/MetadataService.cls 2291 12 2302 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1410 /apex-mdapi/src/classes/MetadataService.cls 2291 12 2302 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1411 /apex-mdapi/src/classes/MetadataService.cls 2296 26 2296 115 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 'characterLimit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1411 /apex-mdapi/src/classes/MetadataService.cls 2296 26 2296 115 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 'characterLimit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1412 /apex-mdapi/src/classes/MetadataService.cls 2297 26 2297 115 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 'collapseThread_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1412 /apex-mdapi/src/classes/MetadataService.cls 2297 26 2297 115 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 'collapseThread_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1413 /apex-mdapi/src/classes/MetadataService.cls 2298 26 2298 113 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1413 /apex-mdapi/src/classes/MetadataService.cls 2298 26 2298 113 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1414 /apex-mdapi/src/classes/MetadataService.cls 2299 26 2299 111 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1414 /apex-mdapi/src/classes/MetadataService.cls 2299 26 2299 111 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1415 /apex-mdapi/src/classes/MetadataService.cls 2300 26 2300 89 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]*'
1415 /apex-mdapi/src/classes/MetadataService.cls 2300 26 2300 89 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]*'
1416 /apex-mdapi/src/classes/MetadataService.cls 2301 26 2301 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1416 /apex-mdapi/src/classes/MetadataService.cls 2301 26 2301 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1417 /apex-mdapi/src/classes/MetadataService.cls 2303 12 2328 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1417 /apex-mdapi/src/classes/MetadataService.cls 2303 12 2328 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1418 /apex-mdapi/src/classes/MetadataService.cls 2303 12 2328 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1418 /apex-mdapi/src/classes/MetadataService.cls 2303 12 2328 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1419 /apex-mdapi/src/classes/MetadataService.cls 2315 26 2315 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 'appointmentBookingFlowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1419 /apex-mdapi/src/classes/MetadataService.cls 2315 26 2315 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 'appointmentBookingFlowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1420 /apex-mdapi/src/classes/MetadataService.cls 2316 26 2316 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 'cancelApptBookingFlowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1420 /apex-mdapi/src/classes/MetadataService.cls 2316 26 2316 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 'cancelApptBookingFlowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1421 /apex-mdapi/src/classes/MetadataService.cls 2317 26 2317 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 'embeddedServiceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1421 /apex-mdapi/src/classes/MetadataService.cls 2317 26 2317 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 'embeddedServiceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1422 /apex-mdapi/src/classes/MetadataService.cls 2318 26 2318 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1422 /apex-mdapi/src/classes/MetadataService.cls 2318 26 2318 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1423 /apex-mdapi/src/classes/MetadataService.cls 2319 26 2319 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 'fieldServiceConfirmCardImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1423 /apex-mdapi/src/classes/MetadataService.cls 2319 26 2319 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 'fieldServiceConfirmCardImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1424 /apex-mdapi/src/classes/MetadataService.cls 2320 26 2320 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 'fieldServiceHomeImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1424 /apex-mdapi/src/classes/MetadataService.cls 2320 26 2320 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 'fieldServiceHomeImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1425 /apex-mdapi/src/classes/MetadataService.cls 2321 26 2321 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 'fieldServiceLogoImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1425 /apex-mdapi/src/classes/MetadataService.cls 2321 26 2321 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 'fieldServiceLogoImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1426 /apex-mdapi/src/classes/MetadataService.cls 2322 26 2322 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1426 /apex-mdapi/src/classes/MetadataService.cls 2322 26 2322 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1427 /apex-mdapi/src/classes/MetadataService.cls 2323 26 2323 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 'modifyApptBookingFlowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1427 /apex-mdapi/src/classes/MetadataService.cls 2323 26 2323 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 'modifyApptBookingFlowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1428 /apex-mdapi/src/classes/MetadataService.cls 2324 26 2324 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 'shouldShowExistingAppointment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1428 /apex-mdapi/src/classes/MetadataService.cls 2324 26 2324 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 'shouldShowExistingAppointment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1429 /apex-mdapi/src/classes/MetadataService.cls 2325 26 2325 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 'shouldShowNewAppointment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1429 /apex-mdapi/src/classes/MetadataService.cls 2325 26 2325 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 'shouldShowNewAppointment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1430 /apex-mdapi/src/classes/MetadataService.cls 2326 26 2326 89 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]*'
1430 /apex-mdapi/src/classes/MetadataService.cls 2326 26 2326 89 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]*'
1431 /apex-mdapi/src/classes/MetadataService.cls 2327 26 2327 328 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]*'
1431 /apex-mdapi/src/classes/MetadataService.cls 2327 26 2327 328 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]*'
1432 /apex-mdapi/src/classes/MetadataService.cls 2329 12 2336 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1432 /apex-mdapi/src/classes/MetadataService.cls 2329 12 2336 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1433 /apex-mdapi/src/classes/MetadataService.cls 2332 26 2332 103 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1433 /apex-mdapi/src/classes/MetadataService.cls 2332 26 2332 103 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1434 /apex-mdapi/src/classes/MetadataService.cls 2333 26 2333 97 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1434 /apex-mdapi/src/classes/MetadataService.cls 2333 26 2333 97 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1435 /apex-mdapi/src/classes/MetadataService.cls 2334 26 2334 89 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]*'
1435 /apex-mdapi/src/classes/MetadataService.cls 2334 26 2334 89 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]*'
1436 /apex-mdapi/src/classes/MetadataService.cls 2335 26 2335 82 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]*'
1436 /apex-mdapi/src/classes/MetadataService.cls 2335 26 2335 82 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]*'
1437 /apex-mdapi/src/classes/MetadataService.cls 2337 12 2344 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1437 /apex-mdapi/src/classes/MetadataService.cls 2337 12 2344 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1438 /apex-mdapi/src/classes/MetadataService.cls 2340 26 2340 104 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 'approver_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1438 /apex-mdapi/src/classes/MetadataService.cls 2340 26 2340 104 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 'approver_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1439 /apex-mdapi/src/classes/MetadataService.cls 2341 26 2341 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 'whenMultipleApprovers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1439 /apex-mdapi/src/classes/MetadataService.cls 2341 26 2341 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 'whenMultipleApprovers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1440 /apex-mdapi/src/classes/MetadataService.cls 2342 26 2342 89 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]*'
1440 /apex-mdapi/src/classes/MetadataService.cls 2342 26 2342 89 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]*'
1441 /apex-mdapi/src/classes/MetadataService.cls 2343 26 2343 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]*'
1441 /apex-mdapi/src/classes/MetadataService.cls 2343 26 2343 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]*'
1442 /apex-mdapi/src/classes/MetadataService.cls 2345 12 2360 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1442 /apex-mdapi/src/classes/MetadataService.cls 2345 12 2360 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1443 /apex-mdapi/src/classes/MetadataService.cls 2348 26 2348 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1443 /apex-mdapi/src/classes/MetadataService.cls 2348 26 2348 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1444 /apex-mdapi/src/classes/MetadataService.cls 2350 26 2350 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1444 /apex-mdapi/src/classes/MetadataService.cls 2350 26 2350 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1445 /apex-mdapi/src/classes/MetadataService.cls 2354 26 2354 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1445 /apex-mdapi/src/classes/MetadataService.cls 2354 26 2354 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1446 /apex-mdapi/src/classes/MetadataService.cls 2355 26 2355 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1446 /apex-mdapi/src/classes/MetadataService.cls 2355 26 2355 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1447 /apex-mdapi/src/classes/MetadataService.cls 2356 26 2356 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1447 /apex-mdapi/src/classes/MetadataService.cls 2356 26 2356 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1448 /apex-mdapi/src/classes/MetadataService.cls 2357 26 2357 89 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]*'
1448 /apex-mdapi/src/classes/MetadataService.cls 2357 26 2357 89 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]*'
1449 /apex-mdapi/src/classes/MetadataService.cls 2358 26 2358 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1449 /apex-mdapi/src/classes/MetadataService.cls 2358 26 2358 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1450 /apex-mdapi/src/classes/MetadataService.cls 2359 26 2359 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_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1450 /apex-mdapi/src/classes/MetadataService.cls 2359 26 2359 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_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1451 /apex-mdapi/src/classes/MetadataService.cls 2361 12 2368 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1451 /apex-mdapi/src/classes/MetadataService.cls 2361 12 2368 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1452 /apex-mdapi/src/classes/MetadataService.cls 2364 26 2364 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 'primaryTabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1452 /apex-mdapi/src/classes/MetadataService.cls 2364 26 2364 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 'primaryTabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1453 /apex-mdapi/src/classes/MetadataService.cls 2365 26 2365 119 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 'subtabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1453 /apex-mdapi/src/classes/MetadataService.cls 2365 26 2365 119 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 'subtabComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1454 /apex-mdapi/src/classes/MetadataService.cls 2366 26 2366 89 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]*'
1454 /apex-mdapi/src/classes/MetadataService.cls 2366 26 2366 89 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]*'
1455 /apex-mdapi/src/classes/MetadataService.cls 2367 26 2367 105 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]*'
1455 /apex-mdapi/src/classes/MetadataService.cls 2367 26 2367 105 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]*'
1456 /apex-mdapi/src/classes/MetadataService.cls 2369 12 2382 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1456 /apex-mdapi/src/classes/MetadataService.cls 2369 12 2382 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1457 /apex-mdapi/src/classes/MetadataService.cls 2375 26 2375 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 'enableTouchAppIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1457 /apex-mdapi/src/classes/MetadataService.cls 2375 26 2375 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 'enableTouchAppIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1458 /apex-mdapi/src/classes/MetadataService.cls 2376 26 2376 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 'enableTouchAppIPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1458 /apex-mdapi/src/classes/MetadataService.cls 2376 26 2376 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 'enableTouchAppIPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1459 /apex-mdapi/src/classes/MetadataService.cls 2377 26 2377 131 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 'enableTouchBrowserIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1459 /apex-mdapi/src/classes/MetadataService.cls 2377 26 2377 131 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 'enableTouchBrowserIPad_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1460 /apex-mdapi/src/classes/MetadataService.cls 2378 26 2378 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 'enableTouchIosPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1460 /apex-mdapi/src/classes/MetadataService.cls 2378 26 2378 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 'enableTouchIosPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1461 /apex-mdapi/src/classes/MetadataService.cls 2379 26 2379 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 'enableVisualforceInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1461 /apex-mdapi/src/classes/MetadataService.cls 2379 26 2379 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 'enableVisualforceInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1462 /apex-mdapi/src/classes/MetadataService.cls 2380 26 2380 89 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]*'
1462 /apex-mdapi/src/classes/MetadataService.cls 2380 26 2380 89 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]*'
1463 /apex-mdapi/src/classes/MetadataService.cls 2381 26 2381 181 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]*'
1463 /apex-mdapi/src/classes/MetadataService.cls 2381 26 2381 181 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]*'
1464 /apex-mdapi/src/classes/MetadataService.cls 2383 12 2392 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1464 /apex-mdapi/src/classes/MetadataService.cls 2383 12 2392 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1465 /apex-mdapi/src/classes/MetadataService.cls 2386 26 2386 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1465 /apex-mdapi/src/classes/MetadataService.cls 2386 26 2386 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1466 /apex-mdapi/src/classes/MetadataService.cls 2388 26 2388 112 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 'appMenuItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1466 /apex-mdapi/src/classes/MetadataService.cls 2388 26 2388 112 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 'appMenuItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1467 /apex-mdapi/src/classes/MetadataService.cls 2389 26 2389 89 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]*'
1467 /apex-mdapi/src/classes/MetadataService.cls 2389 26 2389 89 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]*'
1468 /apex-mdapi/src/classes/MetadataService.cls 2390 26 2390 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1468 /apex-mdapi/src/classes/MetadataService.cls 2390 26 2390 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1469 /apex-mdapi/src/classes/MetadataService.cls 2391 26 2391 90 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]*'
1469 /apex-mdapi/src/classes/MetadataService.cls 2391 26 2391 90 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]*'
1470 /apex-mdapi/src/classes/MetadataService.cls 2393 12 2398 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1470 /apex-mdapi/src/classes/MetadataService.cls 2393 12 2398 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1471 /apex-mdapi/src/classes/MetadataService.cls 2395 26 2395 103 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 'debugLog_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1471 /apex-mdapi/src/classes/MetadataService.cls 2395 26 2395 103 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 'debugLog_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1472 /apex-mdapi/src/classes/MetadataService.cls 2396 26 2396 89 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]*'
1472 /apex-mdapi/src/classes/MetadataService.cls 2396 26 2396 89 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]*'
1473 /apex-mdapi/src/classes/MetadataService.cls 2397 26 2397 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1473 /apex-mdapi/src/classes/MetadataService.cls 2397 26 2397 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1474 /apex-mdapi/src/classes/MetadataService.cls 2399 12 2470 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1474 /apex-mdapi/src/classes/MetadataService.cls 2399 12 2470 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1475 /apex-mdapi/src/classes/MetadataService.cls 2399 12 2470 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Report has 34 public methods, attributes, and properties (limit: 20)
1475 /apex-mdapi/src/classes/MetadataService.cls 2399 12 2470 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Report has 34 public methods, attributes, and properties (limit: 20)
1476 /apex-mdapi/src/classes/MetadataService.cls 2399 12 2470 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1476 /apex-mdapi/src/classes/MetadataService.cls 2399 12 2470 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1477 /apex-mdapi/src/classes/MetadataService.cls 2402 26 2402 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1477 /apex-mdapi/src/classes/MetadataService.cls 2402 26 2402 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1478 /apex-mdapi/src/classes/MetadataService.cls 2411 23 2411 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 'currency_x' doesn't match '[a-z][a-zA-Z0-9]*'
1478 /apex-mdapi/src/classes/MetadataService.cls 2411 23 2411 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 'currency_x' doesn't match '[a-z][a-zA-Z0-9]*'
1479 /apex-mdapi/src/classes/MetadataService.cls 2435 26 2435 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 'aggregates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1479 /apex-mdapi/src/classes/MetadataService.cls 2435 26 2435 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 'aggregates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1480 /apex-mdapi/src/classes/MetadataService.cls 2436 26 2436 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 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1480 /apex-mdapi/src/classes/MetadataService.cls 2436 26 2436 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 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1481 /apex-mdapi/src/classes/MetadataService.cls 2437 26 2437 105 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 'blockInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1481 /apex-mdapi/src/classes/MetadataService.cls 2437 26 2437 105 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 'blockInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1482 /apex-mdapi/src/classes/MetadataService.cls 2438 26 2438 102 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 'buckets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1482 /apex-mdapi/src/classes/MetadataService.cls 2438 26 2438 102 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 'buckets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1483 /apex-mdapi/src/classes/MetadataService.cls 2439 26 2439 97 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 'chart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1483 /apex-mdapi/src/classes/MetadataService.cls 2439 26 2439 97 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 'chart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1484 /apex-mdapi/src/classes/MetadataService.cls 2440 26 2440 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 'colorRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1484 /apex-mdapi/src/classes/MetadataService.cls 2440 26 2440 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 'colorRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1485 /apex-mdapi/src/classes/MetadataService.cls 2441 26 2441 102 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]*'
1485 /apex-mdapi/src/classes/MetadataService.cls 2441 26 2441 102 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]*'
1486 /apex-mdapi/src/classes/MetadataService.cls 2442 26 2442 112 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 'crossFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1486 /apex-mdapi/src/classes/MetadataService.cls 2442 26 2442 112 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 'crossFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1487 /apex-mdapi/src/classes/MetadataService.cls 2443 26 2443 105 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 'currency_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1487 /apex-mdapi/src/classes/MetadataService.cls 2443 26 2443 105 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 'currency_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1488 /apex-mdapi/src/classes/MetadataService.cls 2444 26 2444 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 'dataCategoryFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1488 /apex-mdapi/src/classes/MetadataService.cls 2444 26 2444 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 'dataCategoryFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1489 /apex-mdapi/src/classes/MetadataService.cls 2445 26 2445 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1489 /apex-mdapi/src/classes/MetadataService.cls 2445 26 2445 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1490 /apex-mdapi/src/classes/MetadataService.cls 2446 26 2446 103 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 'division_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1490 /apex-mdapi/src/classes/MetadataService.cls 2446 26 2446 103 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 'division_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1491 /apex-mdapi/src/classes/MetadataService.cls 2447 26 2447 99 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1491 /apex-mdapi/src/classes/MetadataService.cls 2447 26 2447 99 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1492 /apex-mdapi/src/classes/MetadataService.cls 2448 26 2448 107 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 'folderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1492 /apex-mdapi/src/classes/MetadataService.cls 2448 26 2448 107 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 'folderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1493 /apex-mdapi/src/classes/MetadataService.cls 2449 26 2449 99 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]*'
1493 /apex-mdapi/src/classes/MetadataService.cls 2449 26 2449 99 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]*'
1494 /apex-mdapi/src/classes/MetadataService.cls 2450 26 2450 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 'groupingsAcross_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1494 /apex-mdapi/src/classes/MetadataService.cls 2450 26 2450 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 'groupingsAcross_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1495 /apex-mdapi/src/classes/MetadataService.cls 2451 26 2451 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 'groupingsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1495 /apex-mdapi/src/classes/MetadataService.cls 2451 26 2451 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 'groupingsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1496 /apex-mdapi/src/classes/MetadataService.cls 2452 26 2452 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 'historicalSelector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1496 /apex-mdapi/src/classes/MetadataService.cls 2452 26 2452 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 'historicalSelector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1497 /apex-mdapi/src/classes/MetadataService.cls 2453 26 2453 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1497 /apex-mdapi/src/classes/MetadataService.cls 2453 26 2453 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1498 /apex-mdapi/src/classes/MetadataService.cls 2454 26 2454 119 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 'numSubscriptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1498 /apex-mdapi/src/classes/MetadataService.cls 2454 26 2454 119 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 'numSubscriptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1499 /apex-mdapi/src/classes/MetadataService.cls 2455 26 2455 100 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 'params_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1499 /apex-mdapi/src/classes/MetadataService.cls 2455 26 2455 100 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 'params_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1500 /apex-mdapi/src/classes/MetadataService.cls 2456 26 2456 107 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1500 /apex-mdapi/src/classes/MetadataService.cls 2456 26 2456 107 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1501 /apex-mdapi/src/classes/MetadataService.cls 2457 26 2457 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 'roleHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1501 /apex-mdapi/src/classes/MetadataService.cls 2457 26 2457 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 'roleHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1502 /apex-mdapi/src/classes/MetadataService.cls 2458 26 2458 103 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 'rowLimit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1502 /apex-mdapi/src/classes/MetadataService.cls 2458 26 2458 103 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 'rowLimit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1503 /apex-mdapi/src/classes/MetadataService.cls 2459 26 2459 97 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 'scope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1503 /apex-mdapi/src/classes/MetadataService.cls 2459 26 2459 97 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 'scope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1504 /apex-mdapi/src/classes/MetadataService.cls 2460 26 2460 117 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 'showCurrentDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1504 /apex-mdapi/src/classes/MetadataService.cls 2460 26 2460 117 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 'showCurrentDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1505 /apex-mdapi/src/classes/MetadataService.cls 2461 26 2461 109 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 'showDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1505 /apex-mdapi/src/classes/MetadataService.cls 2461 26 2461 109 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 'showDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1506 /apex-mdapi/src/classes/MetadataService.cls 2462 26 2462 107 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 'sortColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1506 /apex-mdapi/src/classes/MetadataService.cls 2462 26 2462 107 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 'sortColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1507 /apex-mdapi/src/classes/MetadataService.cls 2463 26 2463 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1507 /apex-mdapi/src/classes/MetadataService.cls 2463 26 2463 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1508 /apex-mdapi/src/classes/MetadataService.cls 2464 26 2464 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 'territoryHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1508 /apex-mdapi/src/classes/MetadataService.cls 2464 26 2464 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 'territoryHierarchyFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1509 /apex-mdapi/src/classes/MetadataService.cls 2465 26 2465 117 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 'timeFrameFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1509 /apex-mdapi/src/classes/MetadataService.cls 2465 26 2465 117 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 'timeFrameFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1510 /apex-mdapi/src/classes/MetadataService.cls 2466 26 2466 107 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 'userFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1510 /apex-mdapi/src/classes/MetadataService.cls 2466 26 2466 107 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 'userFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1511 /apex-mdapi/src/classes/MetadataService.cls 2467 26 2467 89 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]*'
1511 /apex-mdapi/src/classes/MetadataService.cls 2467 26 2467 89 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]*'
1512 /apex-mdapi/src/classes/MetadataService.cls 2468 26 2468 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1512 /apex-mdapi/src/classes/MetadataService.cls 2468 26 2468 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1513 /apex-mdapi/src/classes/MetadataService.cls 2469 26 2469 515 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]*'
1513 /apex-mdapi/src/classes/MetadataService.cls 2469 26 2469 515 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]*'
1514 /apex-mdapi/src/classes/MetadataService.cls 2471 12 2506 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1514 /apex-mdapi/src/classes/MetadataService.cls 2471 12 2506 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1515 /apex-mdapi/src/classes/MetadataService.cls 2471 12 2506 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1515 /apex-mdapi/src/classes/MetadataService.cls 2471 12 2506 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1516 /apex-mdapi/src/classes/MetadataService.cls 2474 26 2474 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1516 /apex-mdapi/src/classes/MetadataService.cls 2474 26 2474 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1517 /apex-mdapi/src/classes/MetadataService.cls 2489 26 2489 101 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 'answers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1517 /apex-mdapi/src/classes/MetadataService.cls 2489 26 2489 101 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 'answers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1518 /apex-mdapi/src/classes/MetadataService.cls 2490 26 2490 97 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 'cases_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1518 /apex-mdapi/src/classes/MetadataService.cls 2490 26 2490 97 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 'cases_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1519 /apex-mdapi/src/classes/MetadataService.cls 2491 26 2491 117 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1519 /apex-mdapi/src/classes/MetadataService.cls 2491 26 2491 117 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1520 /apex-mdapi/src/classes/MetadataService.cls 2492 26 2492 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 'enableChatterQuestionKBDeflection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1520 /apex-mdapi/src/classes/MetadataService.cls 2492 26 2492 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 'enableChatterQuestionKBDeflection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1521 /apex-mdapi/src/classes/MetadataService.cls 2493 26 2493 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 'enableCreateEditOnArticlesTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1521 /apex-mdapi/src/classes/MetadataService.cls 2493 26 2493 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 'enableCreateEditOnArticlesTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1522 /apex-mdapi/src/classes/MetadataService.cls 2494 26 2494 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 'enableExternalMediaContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1522 /apex-mdapi/src/classes/MetadataService.cls 2494 26 2494 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 'enableExternalMediaContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1523 /apex-mdapi/src/classes/MetadataService.cls 2495 26 2495 117 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 'enableKnowledge_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1523 /apex-mdapi/src/classes/MetadataService.cls 2495 26 2495 117 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 'enableKnowledge_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1524 /apex-mdapi/src/classes/MetadataService.cls 2496 26 2496 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 'enableLightningKnowledge_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1524 /apex-mdapi/src/classes/MetadataService.cls 2496 26 2496 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 'enableLightningKnowledge_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1525 /apex-mdapi/src/classes/MetadataService.cls 2497 26 2497 105 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 'languages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1525 /apex-mdapi/src/classes/MetadataService.cls 2497 26 2497 105 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 'languages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1526 /apex-mdapi/src/classes/MetadataService.cls 2498 26 2498 155 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 'showArticleSummariesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1526 /apex-mdapi/src/classes/MetadataService.cls 2498 26 2498 155 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 'showArticleSummariesCustomerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1527 /apex-mdapi/src/classes/MetadataService.cls 2499 26 2499 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 'showArticleSummariesInternalApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1527 /apex-mdapi/src/classes/MetadataService.cls 2499 26 2499 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 'showArticleSummariesInternalApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1528 /apex-mdapi/src/classes/MetadataService.cls 2500 26 2500 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 'showArticleSummariesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1528 /apex-mdapi/src/classes/MetadataService.cls 2500 26 2500 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 'showArticleSummariesPartnerPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1529 /apex-mdapi/src/classes/MetadataService.cls 2501 26 2501 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 'showValidationStatusField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1529 /apex-mdapi/src/classes/MetadataService.cls 2501 26 2501 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 'showValidationStatusField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1530 /apex-mdapi/src/classes/MetadataService.cls 2502 26 2502 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 'suggestedArticles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1530 /apex-mdapi/src/classes/MetadataService.cls 2502 26 2502 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 'suggestedArticles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1531 /apex-mdapi/src/classes/MetadataService.cls 2503 26 2503 89 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]*'
1531 /apex-mdapi/src/classes/MetadataService.cls 2503 26 2503 89 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]*'
1532 /apex-mdapi/src/classes/MetadataService.cls 2504 26 2504 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1532 /apex-mdapi/src/classes/MetadataService.cls 2504 26 2504 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1533 /apex-mdapi/src/classes/MetadataService.cls 2505 26 2505 420 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]*'
1533 /apex-mdapi/src/classes/MetadataService.cls 2505 26 2505 420 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]*'
1534 /apex-mdapi/src/classes/MetadataService.cls 2507 12 2522 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1534 /apex-mdapi/src/classes/MetadataService.cls 2507 12 2522 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1535 /apex-mdapi/src/classes/MetadataService.cls 2510 26 2510 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1535 /apex-mdapi/src/classes/MetadataService.cls 2510 26 2510 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1536 /apex-mdapi/src/classes/MetadataService.cls 2512 26 2512 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1536 /apex-mdapi/src/classes/MetadataService.cls 2512 26 2512 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1537 /apex-mdapi/src/classes/MetadataService.cls 2516 26 2516 111 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 'cacheControl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1537 /apex-mdapi/src/classes/MetadataService.cls 2516 26 2516 111 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 'cacheControl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1538 /apex-mdapi/src/classes/MetadataService.cls 2517 26 2517 109 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 'contentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1538 /apex-mdapi/src/classes/MetadataService.cls 2517 26 2517 109 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 'contentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1539 /apex-mdapi/src/classes/MetadataService.cls 2518 26 2518 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1539 /apex-mdapi/src/classes/MetadataService.cls 2518 26 2518 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1540 /apex-mdapi/src/classes/MetadataService.cls 2519 26 2519 89 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]*'
1540 /apex-mdapi/src/classes/MetadataService.cls 2519 26 2519 89 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]*'
1541 /apex-mdapi/src/classes/MetadataService.cls 2520 26 2520 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1541 /apex-mdapi/src/classes/MetadataService.cls 2520 26 2520 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1542 /apex-mdapi/src/classes/MetadataService.cls 2521 26 2521 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1542 /apex-mdapi/src/classes/MetadataService.cls 2521 26 2521 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1543 /apex-mdapi/src/classes/MetadataService.cls 2523 12 2534 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1543 /apex-mdapi/src/classes/MetadataService.cls 2523 12 2534 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1544 /apex-mdapi/src/classes/MetadataService.cls 2528 26 2528 119 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 'checkedByDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1544 /apex-mdapi/src/classes/MetadataService.cls 2528 26 2528 119 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 'checkedByDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1545 /apex-mdapi/src/classes/MetadataService.cls 2529 26 2529 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 'displayNameOverride_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1545 /apex-mdapi/src/classes/MetadataService.cls 2529 26 2529 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 'displayNameOverride_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1546 /apex-mdapi/src/classes/MetadataService.cls 2530 26 2530 97 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]*'
1546 /apex-mdapi/src/classes/MetadataService.cls 2530 26 2530 97 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]*'
1547 /apex-mdapi/src/classes/MetadataService.cls 2531 26 2531 97 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1547 /apex-mdapi/src/classes/MetadataService.cls 2531 26 2531 97 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1548 /apex-mdapi/src/classes/MetadataService.cls 2532 26 2532 89 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]*'
1548 /apex-mdapi/src/classes/MetadataService.cls 2532 26 2532 89 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]*'
1549 /apex-mdapi/src/classes/MetadataService.cls 2533 26 2533 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1549 /apex-mdapi/src/classes/MetadataService.cls 2533 26 2533 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1550 /apex-mdapi/src/classes/MetadataService.cls 2535 12 2558 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1550 /apex-mdapi/src/classes/MetadataService.cls 2535 12 2558 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1551 /apex-mdapi/src/classes/MetadataService.cls 2535 12 2558 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1551 /apex-mdapi/src/classes/MetadataService.cls 2535 12 2558 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1552 /apex-mdapi/src/classes/MetadataService.cls 2546 26 2546 113 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 'allowDelegate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1552 /apex-mdapi/src/classes/MetadataService.cls 2546 26 2546 113 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 'allowDelegate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1553 /apex-mdapi/src/classes/MetadataService.cls 2547 26 2547 117 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 'approvalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1553 /apex-mdapi/src/classes/MetadataService.cls 2547 26 2547 117 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 'approvalActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1554 /apex-mdapi/src/classes/MetadataService.cls 2548 26 2548 119 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 'assignedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1554 /apex-mdapi/src/classes/MetadataService.cls 2548 26 2548 119 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 'assignedApprover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1555 /apex-mdapi/src/classes/MetadataService.cls 2549 26 2549 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1555 /apex-mdapi/src/classes/MetadataService.cls 2549 26 2549 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1556 /apex-mdapi/src/classes/MetadataService.cls 2550 26 2550 113 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1556 /apex-mdapi/src/classes/MetadataService.cls 2550 26 2550 113 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 'entryCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1557 /apex-mdapi/src/classes/MetadataService.cls 2551 26 2551 119 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 'ifCriteriaNotMet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1557 /apex-mdapi/src/classes/MetadataService.cls 2551 26 2551 119 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 'ifCriteriaNotMet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1558 /apex-mdapi/src/classes/MetadataService.cls 2552 26 2552 97 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]*'
1558 /apex-mdapi/src/classes/MetadataService.cls 2552 26 2552 97 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]*'
1559 /apex-mdapi/src/classes/MetadataService.cls 2553 26 2553 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1559 /apex-mdapi/src/classes/MetadataService.cls 2553 26 2553 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1560 /apex-mdapi/src/classes/MetadataService.cls 2554 26 2554 115 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 'rejectBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1560 /apex-mdapi/src/classes/MetadataService.cls 2554 26 2554 115 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 'rejectBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1561 /apex-mdapi/src/classes/MetadataService.cls 2555 26 2555 119 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 'rejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1561 /apex-mdapi/src/classes/MetadataService.cls 2555 26 2555 119 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 'rejectionActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1562 /apex-mdapi/src/classes/MetadataService.cls 2556 26 2556 89 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]*'
1562 /apex-mdapi/src/classes/MetadataService.cls 2556 26 2556 89 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]*'
1563 /apex-mdapi/src/classes/MetadataService.cls 2557 26 2557 216 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]*'
1563 /apex-mdapi/src/classes/MetadataService.cls 2557 26 2557 216 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]*'
1564 /apex-mdapi/src/classes/MetadataService.cls 2559 12 2568 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1564 /apex-mdapi/src/classes/MetadataService.cls 2559 12 2568 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1565 /apex-mdapi/src/classes/MetadataService.cls 2563 26 2563 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1565 /apex-mdapi/src/classes/MetadataService.cls 2563 26 2563 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1566 /apex-mdapi/src/classes/MetadataService.cls 2564 26 2564 97 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]*'
1566 /apex-mdapi/src/classes/MetadataService.cls 2564 26 2564 97 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]*'
1567 /apex-mdapi/src/classes/MetadataService.cls 2565 26 2565 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1567 /apex-mdapi/src/classes/MetadataService.cls 2565 26 2565 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1568 /apex-mdapi/src/classes/MetadataService.cls 2566 26 2566 89 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]*'
1568 /apex-mdapi/src/classes/MetadataService.cls 2566 26 2566 89 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]*'
1569 /apex-mdapi/src/classes/MetadataService.cls 2567 26 2567 92 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]*'
1569 /apex-mdapi/src/classes/MetadataService.cls 2567 26 2567 92 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]*'
1570 /apex-mdapi/src/classes/MetadataService.cls 2569 12 2580 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1570 /apex-mdapi/src/classes/MetadataService.cls 2569 12 2580 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1571 /apex-mdapi/src/classes/MetadataService.cls 2572 26 2572 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1571 /apex-mdapi/src/classes/MetadataService.cls 2572 26 2572 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1572 /apex-mdapi/src/classes/MetadataService.cls 2575 26 2575 97 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]*'
1572 /apex-mdapi/src/classes/MetadataService.cls 2575 26 2575 97 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]*'
1573 /apex-mdapi/src/classes/MetadataService.cls 2576 26 2576 97 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]*'
1573 /apex-mdapi/src/classes/MetadataService.cls 2576 26 2576 97 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]*'
1574 /apex-mdapi/src/classes/MetadataService.cls 2577 26 2577 89 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]*'
1574 /apex-mdapi/src/classes/MetadataService.cls 2577 26 2577 89 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]*'
1575 /apex-mdapi/src/classes/MetadataService.cls 2578 26 2578 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1575 /apex-mdapi/src/classes/MetadataService.cls 2578 26 2578 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1576 /apex-mdapi/src/classes/MetadataService.cls 2579 26 2579 104 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]*'
1576 /apex-mdapi/src/classes/MetadataService.cls 2579 26 2579 104 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]*'
1577 /apex-mdapi/src/classes/MetadataService.cls 2581 12 2588 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1577 /apex-mdapi/src/classes/MetadataService.cls 2581 12 2588 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1578 /apex-mdapi/src/classes/MetadataService.cls 2583 23 2583 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]*'
1578 /apex-mdapi/src/classes/MetadataService.cls 2583 23 2583 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]*'
1579 /apex-mdapi/src/classes/MetadataService.cls 2584 26 2584 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1579 /apex-mdapi/src/classes/MetadataService.cls 2584 26 2584 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1580 /apex-mdapi/src/classes/MetadataService.cls 2585 26 2585 97 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]*'
1580 /apex-mdapi/src/classes/MetadataService.cls 2585 26 2585 97 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]*'
1581 /apex-mdapi/src/classes/MetadataService.cls 2586 26 2586 89 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]*'
1581 /apex-mdapi/src/classes/MetadataService.cls 2586 26 2586 89 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]*'
1582 /apex-mdapi/src/classes/MetadataService.cls 2587 26 2587 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]*'
1582 /apex-mdapi/src/classes/MetadataService.cls 2587 26 2587 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]*'
1583 /apex-mdapi/src/classes/MetadataService.cls 2589 12 2600 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1583 /apex-mdapi/src/classes/MetadataService.cls 2589 12 2600 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1584 /apex-mdapi/src/classes/MetadataService.cls 2594 26 2594 97 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]*'
1584 /apex-mdapi/src/classes/MetadataService.cls 2594 26 2594 97 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]*'
1585 /apex-mdapi/src/classes/MetadataService.cls 2595 26 2595 105 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1585 /apex-mdapi/src/classes/MetadataService.cls 2595 26 2595 105 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1586 /apex-mdapi/src/classes/MetadataService.cls 2596 26 2596 97 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]*'
1586 /apex-mdapi/src/classes/MetadataService.cls 2596 26 2596 97 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]*'
1587 /apex-mdapi/src/classes/MetadataService.cls 2597 26 2597 107 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1587 /apex-mdapi/src/classes/MetadataService.cls 2597 26 2597 107 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1588 /apex-mdapi/src/classes/MetadataService.cls 2598 26 2598 89 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]*'
1588 /apex-mdapi/src/classes/MetadataService.cls 2598 26 2598 89 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]*'
1589 /apex-mdapi/src/classes/MetadataService.cls 2599 26 2599 104 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]*'
1589 /apex-mdapi/src/classes/MetadataService.cls 2599 26 2599 104 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]*'
1590 /apex-mdapi/src/classes/MetadataService.cls 2601 12 2606 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1590 /apex-mdapi/src/classes/MetadataService.cls 2601 12 2606 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1591 /apex-mdapi/src/classes/MetadataService.cls 2603 26 2603 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1591 /apex-mdapi/src/classes/MetadataService.cls 2603 26 2603 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1592 /apex-mdapi/src/classes/MetadataService.cls 2604 26 2604 89 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]*'
1592 /apex-mdapi/src/classes/MetadataService.cls 2604 26 2604 89 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]*'
1593 /apex-mdapi/src/classes/MetadataService.cls 2605 26 2605 71 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]*'
1593 /apex-mdapi/src/classes/MetadataService.cls 2605 26 2605 71 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]*'
1594 /apex-mdapi/src/classes/MetadataService.cls 2607 12 2626 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1594 /apex-mdapi/src/classes/MetadataService.cls 2607 12 2626 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1595 /apex-mdapi/src/classes/MetadataService.cls 2607 12 2626 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1595 /apex-mdapi/src/classes/MetadataService.cls 2607 12 2626 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1596 /apex-mdapi/src/classes/MetadataService.cls 2616 26 2616 105 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 'cacheData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1596 /apex-mdapi/src/classes/MetadataService.cls 2616 26 2616 105 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 'cacheData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1597 /apex-mdapi/src/classes/MetadataService.cls 2617 26 2617 131 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 'contextFilterableField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1597 /apex-mdapi/src/classes/MetadataService.cls 2617 26 2617 131 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 'contextFilterableField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1598 /apex-mdapi/src/classes/MetadataService.cls 2618 26 2618 97 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 'error_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1598 /apex-mdapi/src/classes/MetadataService.cls 2618 26 2618 97 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 'error_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1599 /apex-mdapi/src/classes/MetadataService.cls 2619 26 2619 109 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 'hideOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1599 /apex-mdapi/src/classes/MetadataService.cls 2619 26 2619 109 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 'hideOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1600 /apex-mdapi/src/classes/MetadataService.cls 2620 26 2620 115 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 'includeContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1600 /apex-mdapi/src/classes/MetadataService.cls 2620 26 2620 115 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 'includeContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1601 /apex-mdapi/src/classes/MetadataService.cls 2621 26 2621 107 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 'reportName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1601 /apex-mdapi/src/classes/MetadataService.cls 2621 26 2621 107 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 'reportName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1602 /apex-mdapi/src/classes/MetadataService.cls 2622 26 2622 105 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 'showTitle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1602 /apex-mdapi/src/classes/MetadataService.cls 2622 26 2622 105 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 'showTitle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1603 /apex-mdapi/src/classes/MetadataService.cls 2623 26 2623 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 'size_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1603 /apex-mdapi/src/classes/MetadataService.cls 2623 26 2623 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 'size_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1604 /apex-mdapi/src/classes/MetadataService.cls 2624 26 2624 89 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]*'
1604 /apex-mdapi/src/classes/MetadataService.cls 2624 26 2624 89 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]*'
1605 /apex-mdapi/src/classes/MetadataService.cls 2625 26 2625 171 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]*'
1605 /apex-mdapi/src/classes/MetadataService.cls 2625 26 2625 171 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]*'
1606 /apex-mdapi/src/classes/MetadataService.cls 2627 12 2632 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1606 /apex-mdapi/src/classes/MetadataService.cls 2627 12 2632 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1607 /apex-mdapi/src/classes/MetadataService.cls 2629 26 2629 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 'valueTranslation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1607 /apex-mdapi/src/classes/MetadataService.cls 2629 26 2629 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 'valueTranslation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1608 /apex-mdapi/src/classes/MetadataService.cls 2630 26 2630 89 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]*'
1608 /apex-mdapi/src/classes/MetadataService.cls 2630 26 2630 89 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]*'
1609 /apex-mdapi/src/classes/MetadataService.cls 2631 26 2631 82 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]*'
1609 /apex-mdapi/src/classes/MetadataService.cls 2631 26 2631 82 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]*'
1610 /apex-mdapi/src/classes/MetadataService.cls 2633 12 2648 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1610 /apex-mdapi/src/classes/MetadataService.cls 2633 12 2648 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1611 /apex-mdapi/src/classes/MetadataService.cls 2636 26 2636 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1611 /apex-mdapi/src/classes/MetadataService.cls 2636 26 2636 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1612 /apex-mdapi/src/classes/MetadataService.cls 2640 23 2640 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]*'
1612 /apex-mdapi/src/classes/MetadataService.cls 2640 23 2640 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]*'
1613 /apex-mdapi/src/classes/MetadataService.cls 2641 26 2641 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 'brandingSetProperty_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1613 /apex-mdapi/src/classes/MetadataService.cls 2641 26 2641 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 'brandingSetProperty_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1614 /apex-mdapi/src/classes/MetadataService.cls 2642 26 2642 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1614 /apex-mdapi/src/classes/MetadataService.cls 2642 26 2642 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1615 /apex-mdapi/src/classes/MetadataService.cls 2643 26 2643 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1615 /apex-mdapi/src/classes/MetadataService.cls 2643 26 2643 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1616 /apex-mdapi/src/classes/MetadataService.cls 2644 26 2644 97 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]*'
1616 /apex-mdapi/src/classes/MetadataService.cls 2644 26 2644 97 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]*'
1617 /apex-mdapi/src/classes/MetadataService.cls 2645 26 2645 89 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]*'
1617 /apex-mdapi/src/classes/MetadataService.cls 2645 26 2645 89 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]*'
1618 /apex-mdapi/src/classes/MetadataService.cls 2646 26 2646 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1618 /apex-mdapi/src/classes/MetadataService.cls 2646 26 2646 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1619 /apex-mdapi/src/classes/MetadataService.cls 2647 26 2647 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1619 /apex-mdapi/src/classes/MetadataService.cls 2647 26 2647 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1620 /apex-mdapi/src/classes/MetadataService.cls 2649 12 2680 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1620 /apex-mdapi/src/classes/MetadataService.cls 2649 12 2680 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1621 /apex-mdapi/src/classes/MetadataService.cls 2649 12 2680 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1621 /apex-mdapi/src/classes/MetadataService.cls 2649 12 2680 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1622 /apex-mdapi/src/classes/MetadataService.cls 2652 26 2652 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1622 /apex-mdapi/src/classes/MetadataService.cls 2652 26 2652 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1623 /apex-mdapi/src/classes/MetadataService.cls 2665 26 2665 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 'emailFollowersOnBestAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1623 /apex-mdapi/src/classes/MetadataService.cls 2665 26 2665 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 'emailFollowersOnBestAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1624 /apex-mdapi/src/classes/MetadataService.cls 2666 26 2666 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 'emailFollowersOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1624 /apex-mdapi/src/classes/MetadataService.cls 2666 26 2666 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 'emailFollowersOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1625 /apex-mdapi/src/classes/MetadataService.cls 2667 26 2667 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 'emailOwnerOnPrivateReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1625 /apex-mdapi/src/classes/MetadataService.cls 2667 26 2667 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 'emailOwnerOnPrivateReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1626 /apex-mdapi/src/classes/MetadataService.cls 2668 26 2668 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 'emailOwnerOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1626 /apex-mdapi/src/classes/MetadataService.cls 2668 26 2668 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 'emailOwnerOnReply_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1627 /apex-mdapi/src/classes/MetadataService.cls 2669 26 2669 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 'enableAnswerViaEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1627 /apex-mdapi/src/classes/MetadataService.cls 2669 26 2669 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 'enableAnswerViaEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1628 /apex-mdapi/src/classes/MetadataService.cls 2670 26 2670 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1628 /apex-mdapi/src/classes/MetadataService.cls 2670 26 2670 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1629 /apex-mdapi/src/classes/MetadataService.cls 2671 26 2671 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 'enableFacebookSSO_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1629 /apex-mdapi/src/classes/MetadataService.cls 2671 26 2671 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 'enableFacebookSSO_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1630 /apex-mdapi/src/classes/MetadataService.cls 2672 26 2672 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 'enableInlinePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1630 /apex-mdapi/src/classes/MetadataService.cls 2672 26 2672 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 'enableInlinePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1631 /apex-mdapi/src/classes/MetadataService.cls 2673 26 2673 119 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1631 /apex-mdapi/src/classes/MetadataService.cls 2673 26 2673 119 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1632 /apex-mdapi/src/classes/MetadataService.cls 2674 26 2674 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 'enableRichTextEditor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1632 /apex-mdapi/src/classes/MetadataService.cls 2674 26 2674 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 'enableRichTextEditor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1633 /apex-mdapi/src/classes/MetadataService.cls 2675 26 2675 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 'facebookAuthProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1633 /apex-mdapi/src/classes/MetadataService.cls 2675 26 2675 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 'facebookAuthProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1634 /apex-mdapi/src/classes/MetadataService.cls 2676 26 2676 113 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 'showInPortals_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1634 /apex-mdapi/src/classes/MetadataService.cls 2676 26 2676 113 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 'showInPortals_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1635 /apex-mdapi/src/classes/MetadataService.cls 2677 26 2677 89 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]*'
1635 /apex-mdapi/src/classes/MetadataService.cls 2677 26 2677 89 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]*'
1636 /apex-mdapi/src/classes/MetadataService.cls 2678 26 2678 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1636 /apex-mdapi/src/classes/MetadataService.cls 2678 26 2678 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1637 /apex-mdapi/src/classes/MetadataService.cls 2679 26 2679 346 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]*'
1637 /apex-mdapi/src/classes/MetadataService.cls 2679 26 2679 346 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]*'
1638 /apex-mdapi/src/classes/MetadataService.cls 2681 12 2696 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1638 /apex-mdapi/src/classes/MetadataService.cls 2681 12 2696 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1639 /apex-mdapi/src/classes/MetadataService.cls 2688 26 2688 111 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 'accessMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1639 /apex-mdapi/src/classes/MetadataService.cls 2688 26 2688 111 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 'accessMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1640 /apex-mdapi/src/classes/MetadataService.cls 2689 26 2689 105 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 'canvasUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1640 /apex-mdapi/src/classes/MetadataService.cls 2689 26 2689 105 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 'canvasUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1641 /apex-mdapi/src/classes/MetadataService.cls 2690 26 2690 115 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 'lifecycleClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1641 /apex-mdapi/src/classes/MetadataService.cls 2690 26 2690 115 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 'lifecycleClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1642 /apex-mdapi/src/classes/MetadataService.cls 2691 26 2691 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 'locations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1642 /apex-mdapi/src/classes/MetadataService.cls 2691 26 2691 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 'locations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1643 /apex-mdapi/src/classes/MetadataService.cls 2692 26 2692 102 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 'options_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1643 /apex-mdapi/src/classes/MetadataService.cls 2692 26 2692 102 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 'options_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1644 /apex-mdapi/src/classes/MetadataService.cls 2693 26 2693 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 'samlInitiationMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1644 /apex-mdapi/src/classes/MetadataService.cls 2693 26 2693 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 'samlInitiationMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1645 /apex-mdapi/src/classes/MetadataService.cls 2694 26 2694 89 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]*'
1645 /apex-mdapi/src/classes/MetadataService.cls 2694 26 2694 89 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]*'
1646 /apex-mdapi/src/classes/MetadataService.cls 2695 26 2695 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1646 /apex-mdapi/src/classes/MetadataService.cls 2695 26 2695 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1647 /apex-mdapi/src/classes/MetadataService.cls 2697 12 2702 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1647 /apex-mdapi/src/classes/MetadataService.cls 2697 12 2702 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1648 /apex-mdapi/src/classes/MetadataService.cls 2699 26 2699 107 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 'showQuotas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1648 /apex-mdapi/src/classes/MetadataService.cls 2699 26 2699 107 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 'showQuotas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1649 /apex-mdapi/src/classes/MetadataService.cls 2700 26 2700 89 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]*'
1649 /apex-mdapi/src/classes/MetadataService.cls 2700 26 2700 89 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]*'
1650 /apex-mdapi/src/classes/MetadataService.cls 2701 26 2701 76 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]*'
1650 /apex-mdapi/src/classes/MetadataService.cls 2701 26 2701 76 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]*'
1651 /apex-mdapi/src/classes/MetadataService.cls 2703 12 2712 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1651 /apex-mdapi/src/classes/MetadataService.cls 2703 12 2712 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1652 /apex-mdapi/src/classes/MetadataService.cls 2706 26 2706 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1652 /apex-mdapi/src/classes/MetadataService.cls 2706 26 2706 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1653 /apex-mdapi/src/classes/MetadataService.cls 2708 26 2708 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 'preferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1653 /apex-mdapi/src/classes/MetadataService.cls 2708 26 2708 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 'preferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1654 /apex-mdapi/src/classes/MetadataService.cls 2709 26 2709 89 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]*'
1654 /apex-mdapi/src/classes/MetadataService.cls 2709 26 2709 89 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]*'
1655 /apex-mdapi/src/classes/MetadataService.cls 2710 26 2710 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1655 /apex-mdapi/src/classes/MetadataService.cls 2710 26 2710 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1656 /apex-mdapi/src/classes/MetadataService.cls 2711 26 2711 89 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]*'
1656 /apex-mdapi/src/classes/MetadataService.cls 2711 26 2711 89 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]*'
1657 /apex-mdapi/src/classes/MetadataService.cls 2713 12 2750 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1657 /apex-mdapi/src/classes/MetadataService.cls 2713 12 2750 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1658 /apex-mdapi/src/classes/MetadataService.cls 2713 12 2750 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1658 /apex-mdapi/src/classes/MetadataService.cls 2713 12 2750 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1659 /apex-mdapi/src/classes/MetadataService.cls 2716 26 2716 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1659 /apex-mdapi/src/classes/MetadataService.cls 2716 26 2716 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1660 /apex-mdapi/src/classes/MetadataService.cls 2732 26 2732 99 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]*'
1660 /apex-mdapi/src/classes/MetadataService.cls 2732 26 2732 99 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]*'
1661 /apex-mdapi/src/classes/MetadataService.cls 2733 26 2733 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 'chatterAnswersFacebookSsoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1661 /apex-mdapi/src/classes/MetadataService.cls 2733 26 2733 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 'chatterAnswersFacebookSsoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1662 /apex-mdapi/src/classes/MetadataService.cls 2734 26 2734 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 'communityFeedPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1662 /apex-mdapi/src/classes/MetadataService.cls 2734 26 2734 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 'communityFeedPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1663 /apex-mdapi/src/classes/MetadataService.cls 2735 26 2735 119 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 'dataCategoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1663 /apex-mdapi/src/classes/MetadataService.cls 2735 26 2735 119 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 'dataCategoryName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1664 /apex-mdapi/src/classes/MetadataService.cls 2736 26 2736 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1664 /apex-mdapi/src/classes/MetadataService.cls 2736 26 2736 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1665 /apex-mdapi/src/classes/MetadataService.cls 2737 26 2737 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 'emailFooterDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1665 /apex-mdapi/src/classes/MetadataService.cls 2737 26 2737 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 'emailFooterDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1666 /apex-mdapi/src/classes/MetadataService.cls 2738 26 2738 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 'emailHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1666 /apex-mdapi/src/classes/MetadataService.cls 2738 26 2738 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 'emailHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1667 /apex-mdapi/src/classes/MetadataService.cls 2739 26 2739 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 'emailNotificationUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1667 /apex-mdapi/src/classes/MetadataService.cls 2739 26 2739 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 'emailNotificationUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1668 /apex-mdapi/src/classes/MetadataService.cls 2740 26 2740 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1668 /apex-mdapi/src/classes/MetadataService.cls 2740 26 2740 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 'enableChatterAnswers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1669 /apex-mdapi/src/classes/MetadataService.cls 2741 26 2741 131 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 'enablePrivateQuestions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1669 /apex-mdapi/src/classes/MetadataService.cls 2741 26 2741 131 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 'enablePrivateQuestions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1670 /apex-mdapi/src/classes/MetadataService.cls 2742 26 2742 111 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 'expertsGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1670 /apex-mdapi/src/classes/MetadataService.cls 2742 26 2742 111 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 'expertsGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1671 /apex-mdapi/src/classes/MetadataService.cls 2743 26 2743 99 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1671 /apex-mdapi/src/classes/MetadataService.cls 2743 26 2743 99 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1672 /apex-mdapi/src/classes/MetadataService.cls 2744 26 2744 119 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1672 /apex-mdapi/src/classes/MetadataService.cls 2744 26 2744 119 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1673 /apex-mdapi/src/classes/MetadataService.cls 2745 26 2745 111 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 'showInPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1673 /apex-mdapi/src/classes/MetadataService.cls 2745 26 2745 111 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 'showInPortal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1674 /apex-mdapi/src/classes/MetadataService.cls 2746 26 2746 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1674 /apex-mdapi/src/classes/MetadataService.cls 2746 26 2746 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1675 /apex-mdapi/src/classes/MetadataService.cls 2747 26 2747 89 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]*'
1675 /apex-mdapi/src/classes/MetadataService.cls 2747 26 2747 89 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]*'
1676 /apex-mdapi/src/classes/MetadataService.cls 2748 26 2748 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1676 /apex-mdapi/src/classes/MetadataService.cls 2748 26 2748 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1677 /apex-mdapi/src/classes/MetadataService.cls 2749 26 2749 348 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]*'
1677 /apex-mdapi/src/classes/MetadataService.cls 2749 26 2749 348 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]*'
1678 /apex-mdapi/src/classes/MetadataService.cls 2751 12 2764 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1678 /apex-mdapi/src/classes/MetadataService.cls 2751 12 2764 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1679 /apex-mdapi/src/classes/MetadataService.cls 2754 26 2754 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1679 /apex-mdapi/src/classes/MetadataService.cls 2754 26 2754 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1680 /apex-mdapi/src/classes/MetadataService.cls 2758 26 2758 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1680 /apex-mdapi/src/classes/MetadataService.cls 2758 26 2758 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1681 /apex-mdapi/src/classes/MetadataService.cls 2759 26 2759 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1681 /apex-mdapi/src/classes/MetadataService.cls 2759 26 2759 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1682 /apex-mdapi/src/classes/MetadataService.cls 2760 26 2760 100 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1682 /apex-mdapi/src/classes/MetadataService.cls 2760 26 2760 100 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1683 /apex-mdapi/src/classes/MetadataService.cls 2761 26 2761 89 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]*'
1683 /apex-mdapi/src/classes/MetadataService.cls 2761 26 2761 89 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]*'
1684 /apex-mdapi/src/classes/MetadataService.cls 2762 26 2762 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1684 /apex-mdapi/src/classes/MetadataService.cls 2762 26 2762 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1685 /apex-mdapi/src/classes/MetadataService.cls 2763 26 2763 109 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]*'
1685 /apex-mdapi/src/classes/MetadataService.cls 2763 26 2763 109 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]*'
1686 /apex-mdapi/src/classes/MetadataService.cls 2765 12 2794 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1686 /apex-mdapi/src/classes/MetadataService.cls 2765 12 2794 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1687 /apex-mdapi/src/classes/MetadataService.cls 2765 12 2794 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1687 /apex-mdapi/src/classes/MetadataService.cls 2765 12 2794 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1688 /apex-mdapi/src/classes/MetadataService.cls 2779 26 2779 109 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 'addressType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1688 /apex-mdapi/src/classes/MetadataService.cls 2779 26 2779 109 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 'addressType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1689 /apex-mdapi/src/classes/MetadataService.cls 2780 26 2780 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1689 /apex-mdapi/src/classes/MetadataService.cls 2780 26 2780 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1690 /apex-mdapi/src/classes/MetadataService.cls 2781 26 2781 107 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1690 /apex-mdapi/src/classes/MetadataService.cls 2781 26 2781 107 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 'caseOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1691 /apex-mdapi/src/classes/MetadataService.cls 2782 26 2782 105 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 'caseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1691 /apex-mdapi/src/classes/MetadataService.cls 2782 26 2782 105 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 'caseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1692 /apex-mdapi/src/classes/MetadataService.cls 2783 26 2783 113 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 'caseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1692 /apex-mdapi/src/classes/MetadataService.cls 2783 26 2783 113 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 'caseOwnerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1693 /apex-mdapi/src/classes/MetadataService.cls 2784 26 2784 111 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 'casePriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1693 /apex-mdapi/src/classes/MetadataService.cls 2784 26 2784 111 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 'casePriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1694 /apex-mdapi/src/classes/MetadataService.cls 2785 26 2785 107 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 'createTask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1694 /apex-mdapi/src/classes/MetadataService.cls 2785 26 2785 107 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 'createTask_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1695 /apex-mdapi/src/classes/MetadataService.cls 2786 26 2786 111 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 'emailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1695 /apex-mdapi/src/classes/MetadataService.cls 2786 26 2786 111 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 'emailAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1696 /apex-mdapi/src/classes/MetadataService.cls 2787 26 2787 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 'emailServicesAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1696 /apex-mdapi/src/classes/MetadataService.cls 2787 26 2787 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 'emailServicesAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1697 /apex-mdapi/src/classes/MetadataService.cls 2788 26 2788 107 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 'isVerified_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1697 /apex-mdapi/src/classes/MetadataService.cls 2788 26 2788 107 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 'isVerified_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1698 /apex-mdapi/src/classes/MetadataService.cls 2789 26 2789 109 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 'routingName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1698 /apex-mdapi/src/classes/MetadataService.cls 2789 26 2789 109 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 'routingName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1699 /apex-mdapi/src/classes/MetadataService.cls 2790 26 2790 119 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 'saveEmailHeaders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1699 /apex-mdapi/src/classes/MetadataService.cls 2790 26 2790 119 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 'saveEmailHeaders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1700 /apex-mdapi/src/classes/MetadataService.cls 2791 26 2791 107 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 'taskStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1700 /apex-mdapi/src/classes/MetadataService.cls 2791 26 2791 107 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 'taskStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1701 /apex-mdapi/src/classes/MetadataService.cls 2792 26 2792 89 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]*'
1701 /apex-mdapi/src/classes/MetadataService.cls 2792 26 2792 89 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]*'
1702 /apex-mdapi/src/classes/MetadataService.cls 2793 26 2793 263 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]*'
1702 /apex-mdapi/src/classes/MetadataService.cls 2793 26 2793 263 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]*'
1703 /apex-mdapi/src/classes/MetadataService.cls 2795 12 2804 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1703 /apex-mdapi/src/classes/MetadataService.cls 2795 12 2804 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1704 /apex-mdapi/src/classes/MetadataService.cls 2799 26 2799 112 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1704 /apex-mdapi/src/classes/MetadataService.cls 2799 26 2799 112 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1705 /apex-mdapi/src/classes/MetadataService.cls 2800 26 2800 97 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]*'
1705 /apex-mdapi/src/classes/MetadataService.cls 2800 26 2800 97 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]*'
1706 /apex-mdapi/src/classes/MetadataService.cls 2801 26 2801 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1706 /apex-mdapi/src/classes/MetadataService.cls 2801 26 2801 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1707 /apex-mdapi/src/classes/MetadataService.cls 2802 26 2802 89 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]*'
1707 /apex-mdapi/src/classes/MetadataService.cls 2802 26 2802 89 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]*'
1708 /apex-mdapi/src/classes/MetadataService.cls 2803 26 2803 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]*'
1708 /apex-mdapi/src/classes/MetadataService.cls 2803 26 2803 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]*'
1709 /apex-mdapi/src/classes/MetadataService.cls 2805 12 2812 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1709 /apex-mdapi/src/classes/MetadataService.cls 2805 12 2812 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1710 /apex-mdapi/src/classes/MetadataService.cls 2808 26 2808 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1710 /apex-mdapi/src/classes/MetadataService.cls 2808 26 2808 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1711 /apex-mdapi/src/classes/MetadataService.cls 2809 26 2809 107 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1711 /apex-mdapi/src/classes/MetadataService.cls 2809 26 2809 107 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1712 /apex-mdapi/src/classes/MetadataService.cls 2810 26 2810 89 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]*'
1712 /apex-mdapi/src/classes/MetadataService.cls 2810 26 2810 89 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]*'
1713 /apex-mdapi/src/classes/MetadataService.cls 2811 26 2811 82 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]*'
1713 /apex-mdapi/src/classes/MetadataService.cls 2811 26 2811 82 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]*'
1714 /apex-mdapi/src/classes/MetadataService.cls 2813 12 2818 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1714 /apex-mdapi/src/classes/MetadataService.cls 2813 12 2818 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1715 /apex-mdapi/src/classes/MetadataService.cls 2815 26 2815 104 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 'snapshot_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1715 /apex-mdapi/src/classes/MetadataService.cls 2815 26 2815 104 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 'snapshot_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1716 /apex-mdapi/src/classes/MetadataService.cls 2816 26 2816 89 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]*'
1716 /apex-mdapi/src/classes/MetadataService.cls 2816 26 2816 89 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]*'
1717 /apex-mdapi/src/classes/MetadataService.cls 2817 26 2817 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1717 /apex-mdapi/src/classes/MetadataService.cls 2817 26 2817 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1718 /apex-mdapi/src/classes/MetadataService.cls 2819 12 2824 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1718 /apex-mdapi/src/classes/MetadataService.cls 2819 12 2824 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1719 /apex-mdapi/src/classes/MetadataService.cls 2820 25 2820 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
1719 /apex-mdapi/src/classes/MetadataService.cls 2820 25 2820 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
1720 /apex-mdapi/src/classes/MetadataService.cls 2821 26 2821 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1720 /apex-mdapi/src/classes/MetadataService.cls 2821 26 2821 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1721 /apex-mdapi/src/classes/MetadataService.cls 2822 26 2822 89 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]*'
1721 /apex-mdapi/src/classes/MetadataService.cls 2822 26 2822 89 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]*'
1722 /apex-mdapi/src/classes/MetadataService.cls 2823 26 2823 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]*'
1722 /apex-mdapi/src/classes/MetadataService.cls 2823 26 2823 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]*'
1723 /apex-mdapi/src/classes/MetadataService.cls 2825 12 2832 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1723 /apex-mdapi/src/classes/MetadataService.cls 2825 12 2832 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1724 /apex-mdapi/src/classes/MetadataService.cls 2828 26 2828 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1724 /apex-mdapi/src/classes/MetadataService.cls 2828 26 2828 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1725 /apex-mdapi/src/classes/MetadataService.cls 2829 26 2829 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1725 /apex-mdapi/src/classes/MetadataService.cls 2829 26 2829 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1726 /apex-mdapi/src/classes/MetadataService.cls 2830 26 2830 89 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]*'
1726 /apex-mdapi/src/classes/MetadataService.cls 2830 26 2830 89 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]*'
1727 /apex-mdapi/src/classes/MetadataService.cls 2831 26 2831 80 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]*'
1727 /apex-mdapi/src/classes/MetadataService.cls 2831 26 2831 80 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]*'
1728 /apex-mdapi/src/classes/MetadataService.cls 2833 12 2846 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1728 /apex-mdapi/src/classes/MetadataService.cls 2833 12 2846 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1729 /apex-mdapi/src/classes/MetadataService.cls 2836 26 2836 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1729 /apex-mdapi/src/classes/MetadataService.cls 2836 26 2836 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1730 /apex-mdapi/src/classes/MetadataService.cls 2840 26 2840 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 'sharingCriteriaRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1730 /apex-mdapi/src/classes/MetadataService.cls 2840 26 2840 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 'sharingCriteriaRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1731 /apex-mdapi/src/classes/MetadataService.cls 2841 26 2841 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 'sharingOwnerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1731 /apex-mdapi/src/classes/MetadataService.cls 2841 26 2841 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 'sharingOwnerRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1732 /apex-mdapi/src/classes/MetadataService.cls 2842 26 2842 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 'sharingTerritoryRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1732 /apex-mdapi/src/classes/MetadataService.cls 2842 26 2842 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 'sharingTerritoryRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1733 /apex-mdapi/src/classes/MetadataService.cls 2843 26 2843 89 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]*'
1733 /apex-mdapi/src/classes/MetadataService.cls 2843 26 2843 89 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]*'
1734 /apex-mdapi/src/classes/MetadataService.cls 2844 26 2844 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1734 /apex-mdapi/src/classes/MetadataService.cls 2844 26 2844 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1735 /apex-mdapi/src/classes/MetadataService.cls 2845 26 2845 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1735 /apex-mdapi/src/classes/MetadataService.cls 2845 26 2845 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1736 /apex-mdapi/src/classes/MetadataService.cls 2847 12 2852 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1736 /apex-mdapi/src/classes/MetadataService.cls 2847 12 2852 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1737 /apex-mdapi/src/classes/MetadataService.cls 2849 26 2849 105 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 'className_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1737 /apex-mdapi/src/classes/MetadataService.cls 2849 26 2849 105 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 'className_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1738 /apex-mdapi/src/classes/MetadataService.cls 2850 26 2850 89 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]*'
1738 /apex-mdapi/src/classes/MetadataService.cls 2850 26 2850 89 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]*'
1739 /apex-mdapi/src/classes/MetadataService.cls 2851 26 2851 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]*'
1739 /apex-mdapi/src/classes/MetadataService.cls 2851 26 2851 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]*'
1740 /apex-mdapi/src/classes/MetadataService.cls 2853 12 2862 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1740 /apex-mdapi/src/classes/MetadataService.cls 2853 12 2862 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1741 /apex-mdapi/src/classes/MetadataService.cls 2856 26 2856 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1741 /apex-mdapi/src/classes/MetadataService.cls 2856 26 2856 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1742 /apex-mdapi/src/classes/MetadataService.cls 2858 26 2858 100 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 'labels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1742 /apex-mdapi/src/classes/MetadataService.cls 2858 26 2858 100 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 'labels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1743 /apex-mdapi/src/classes/MetadataService.cls 2859 26 2859 89 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]*'
1743 /apex-mdapi/src/classes/MetadataService.cls 2859 26 2859 89 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]*'
1744 /apex-mdapi/src/classes/MetadataService.cls 2860 26 2860 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1744 /apex-mdapi/src/classes/MetadataService.cls 2860 26 2860 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1745 /apex-mdapi/src/classes/MetadataService.cls 2861 26 2861 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]*'
1745 /apex-mdapi/src/classes/MetadataService.cls 2861 26 2861 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]*'
1746 /apex-mdapi/src/classes/MetadataService.cls 2863 12 2870 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1746 /apex-mdapi/src/classes/MetadataService.cls 2863 12 2870 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1747 /apex-mdapi/src/classes/MetadataService.cls 2866 26 2866 97 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]*'
1747 /apex-mdapi/src/classes/MetadataService.cls 2866 26 2866 97 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]*'
1748 /apex-mdapi/src/classes/MetadataService.cls 2867 26 2867 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1748 /apex-mdapi/src/classes/MetadataService.cls 2867 26 2867 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1749 /apex-mdapi/src/classes/MetadataService.cls 2868 26 2868 89 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]*'
1749 /apex-mdapi/src/classes/MetadataService.cls 2868 26 2868 89 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]*'
1750 /apex-mdapi/src/classes/MetadataService.cls 2869 26 2869 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]*'
1750 /apex-mdapi/src/classes/MetadataService.cls 2869 26 2869 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]*'
1751 /apex-mdapi/src/classes/MetadataService.cls 2871 12 2876 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1751 /apex-mdapi/src/classes/MetadataService.cls 2871 12 2876 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1752 /apex-mdapi/src/classes/MetadataService.cls 2873 26 2873 107 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 'layoutItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1752 /apex-mdapi/src/classes/MetadataService.cls 2873 26 2873 107 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 'layoutItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1753 /apex-mdapi/src/classes/MetadataService.cls 2874 26 2874 89 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]*'
1753 /apex-mdapi/src/classes/MetadataService.cls 2874 26 2874 89 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]*'
1754 /apex-mdapi/src/classes/MetadataService.cls 2875 26 2875 76 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]*'
1754 /apex-mdapi/src/classes/MetadataService.cls 2875 26 2875 76 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]*'
1755 /apex-mdapi/src/classes/MetadataService.cls 2877 12 2896 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1755 /apex-mdapi/src/classes/MetadataService.cls 2877 12 2896 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1756 /apex-mdapi/src/classes/MetadataService.cls 2877 12 2896 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1756 /apex-mdapi/src/classes/MetadataService.cls 2877 12 2896 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1757 /apex-mdapi/src/classes/MetadataService.cls 2886 26 2886 115 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 'enableLiveChat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1757 /apex-mdapi/src/classes/MetadataService.cls 2886 26 2886 115 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 'enableLiveChat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1758 /apex-mdapi/src/classes/MetadataService.cls 2887 26 2887 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 'openNewAccountSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1758 /apex-mdapi/src/classes/MetadataService.cls 2887 26 2887 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 'openNewAccountSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1759 /apex-mdapi/src/classes/MetadataService.cls 2888 26 2888 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 'openNewCaseSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1759 /apex-mdapi/src/classes/MetadataService.cls 2888 26 2888 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 'openNewCaseSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1760 /apex-mdapi/src/classes/MetadataService.cls 2889 26 2889 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 'openNewContactSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1760 /apex-mdapi/src/classes/MetadataService.cls 2889 26 2889 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 'openNewContactSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1761 /apex-mdapi/src/classes/MetadataService.cls 2890 26 2890 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 'openNewLeadSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1761 /apex-mdapi/src/classes/MetadataService.cls 2890 26 2890 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 'openNewLeadSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1762 /apex-mdapi/src/classes/MetadataService.cls 2891 26 2891 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 'openNewVFPageSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1762 /apex-mdapi/src/classes/MetadataService.cls 2891 26 2891 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 'openNewVFPageSubtab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1763 /apex-mdapi/src/classes/MetadataService.cls 2892 26 2892 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 'pageNamesToOpen_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1763 /apex-mdapi/src/classes/MetadataService.cls 2892 26 2892 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 'pageNamesToOpen_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1764 /apex-mdapi/src/classes/MetadataService.cls 2893 26 2893 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 'showKnowledgeArticles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1764 /apex-mdapi/src/classes/MetadataService.cls 2893 26 2893 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 'showKnowledgeArticles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1765 /apex-mdapi/src/classes/MetadataService.cls 2894 26 2894 89 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]*'
1765 /apex-mdapi/src/classes/MetadataService.cls 2894 26 2894 89 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]*'
1766 /apex-mdapi/src/classes/MetadataService.cls 2895 26 2895 230 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]*'
1766 /apex-mdapi/src/classes/MetadataService.cls 2895 26 2895 230 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]*'
1767 /apex-mdapi/src/classes/MetadataService.cls 2897 12 2916 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1767 /apex-mdapi/src/classes/MetadataService.cls 2897 12 2916 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1768 /apex-mdapi/src/classes/MetadataService.cls 2897 12 2916 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1768 /apex-mdapi/src/classes/MetadataService.cls 2897 12 2916 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1769 /apex-mdapi/src/classes/MetadataService.cls 2906 26 2906 105 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 'apexLogId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1769 /apex-mdapi/src/classes/MetadataService.cls 2906 26 2906 105 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 'apexLogId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1770 /apex-mdapi/src/classes/MetadataService.cls 2907 26 2907 112 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 'codeCoverage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1770 /apex-mdapi/src/classes/MetadataService.cls 2907 26 2907 112 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 'codeCoverage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1771 /apex-mdapi/src/classes/MetadataService.cls 2908 26 2908 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 'codeCoverageWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1771 /apex-mdapi/src/classes/MetadataService.cls 2908 26 2908 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 'codeCoverageWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1772 /apex-mdapi/src/classes/MetadataService.cls 2909 26 2909 104 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 'failures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1772 /apex-mdapi/src/classes/MetadataService.cls 2909 26 2909 104 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 'failures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1773 /apex-mdapi/src/classes/MetadataService.cls 2910 26 2910 109 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 'numFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1773 /apex-mdapi/src/classes/MetadataService.cls 2910 26 2910 109 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 'numFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1774 /apex-mdapi/src/classes/MetadataService.cls 2911 26 2911 109 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 'numTestsRun_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1774 /apex-mdapi/src/classes/MetadataService.cls 2911 26 2911 109 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 'numTestsRun_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1775 /apex-mdapi/src/classes/MetadataService.cls 2912 26 2912 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 'successes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1775 /apex-mdapi/src/classes/MetadataService.cls 2912 26 2912 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 'successes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1776 /apex-mdapi/src/classes/MetadataService.cls 2913 26 2913 105 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 'totalTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1776 /apex-mdapi/src/classes/MetadataService.cls 2913 26 2913 105 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 'totalTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1777 /apex-mdapi/src/classes/MetadataService.cls 2914 26 2914 89 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]*'
1777 /apex-mdapi/src/classes/MetadataService.cls 2914 26 2914 89 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]*'
1778 /apex-mdapi/src/classes/MetadataService.cls 2915 26 2915 176 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]*'
1778 /apex-mdapi/src/classes/MetadataService.cls 2915 26 2915 176 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]*'
1779 /apex-mdapi/src/classes/MetadataService.cls 2917 12 2930 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1779 /apex-mdapi/src/classes/MetadataService.cls 2917 12 2930 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1780 /apex-mdapi/src/classes/MetadataService.cls 2923 26 2923 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 'customThemeLayoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1780 /apex-mdapi/src/classes/MetadataService.cls 2923 26 2923 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 'customThemeLayoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1781 /apex-mdapi/src/classes/MetadataService.cls 2924 26 2924 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1781 /apex-mdapi/src/classes/MetadataService.cls 2924 26 2924 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1782 /apex-mdapi/src/classes/MetadataService.cls 2925 26 2925 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 'enableExtendedCleanUpOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1782 /apex-mdapi/src/classes/MetadataService.cls 2925 26 2925 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 'enableExtendedCleanUpOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1783 /apex-mdapi/src/classes/MetadataService.cls 2926 26 2926 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1783 /apex-mdapi/src/classes/MetadataService.cls 2926 26 2926 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1784 /apex-mdapi/src/classes/MetadataService.cls 2927 26 2927 112 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 'themeSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1784 /apex-mdapi/src/classes/MetadataService.cls 2927 26 2927 112 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 'themeSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1785 /apex-mdapi/src/classes/MetadataService.cls 2928 26 2928 89 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]*'
1785 /apex-mdapi/src/classes/MetadataService.cls 2928 26 2928 89 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]*'
1786 /apex-mdapi/src/classes/MetadataService.cls 2929 26 2929 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1786 /apex-mdapi/src/classes/MetadataService.cls 2929 26 2929 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1787 /apex-mdapi/src/classes/MetadataService.cls 2931 12 2962 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1787 /apex-mdapi/src/classes/MetadataService.cls 2931 12 2962 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1788 /apex-mdapi/src/classes/MetadataService.cls 2931 12 2962 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1788 /apex-mdapi/src/classes/MetadataService.cls 2931 12 2962 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1789 /apex-mdapi/src/classes/MetadataService.cls 2934 26 2934 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1789 /apex-mdapi/src/classes/MetadataService.cls 2934 26 2934 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1790 /apex-mdapi/src/classes/MetadataService.cls 2947 26 2947 119 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 'aggregationGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1790 /apex-mdapi/src/classes/MetadataService.cls 2947 26 2947 119 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 'aggregationGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1791 /apex-mdapi/src/classes/MetadataService.cls 2948 26 2948 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1791 /apex-mdapi/src/classes/MetadataService.cls 2948 26 2948 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1792 /apex-mdapi/src/classes/MetadataService.cls 2949 26 2949 109 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 'isPublished_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1792 /apex-mdapi/src/classes/MetadataService.cls 2949 26 2949 109 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 'isPublished_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1793 /apex-mdapi/src/classes/MetadataService.cls 2950 26 2950 97 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]*'
1793 /apex-mdapi/src/classes/MetadataService.cls 2950 26 2950 97 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]*'
1794 /apex-mdapi/src/classes/MetadataService.cls 2951 26 2951 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 'licensedCustomPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1794 /apex-mdapi/src/classes/MetadataService.cls 2951 26 2951 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 'licensedCustomPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1795 /apex-mdapi/src/classes/MetadataService.cls 2952 26 2952 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 'licensingAuthority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1795 /apex-mdapi/src/classes/MetadataService.cls 2952 26 2952 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 'licensingAuthority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1796 /apex-mdapi/src/classes/MetadataService.cls 2953 26 2953 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 'licensingAuthorityProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1796 /apex-mdapi/src/classes/MetadataService.cls 2953 26 2953 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 'licensingAuthorityProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1797 /apex-mdapi/src/classes/MetadataService.cls 2954 26 2954 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 'minPlatformVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1797 /apex-mdapi/src/classes/MetadataService.cls 2954 26 2954 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 'minPlatformVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1798 /apex-mdapi/src/classes/MetadataService.cls 2955 26 2955 99 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1798 /apex-mdapi/src/classes/MetadataService.cls 2955 26 2955 99 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1799 /apex-mdapi/src/classes/MetadataService.cls 2956 26 2956 103 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 'revision_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1799 /apex-mdapi/src/classes/MetadataService.cls 2956 26 2956 103 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 'revision_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1800 /apex-mdapi/src/classes/MetadataService.cls 2957 26 2957 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 'trialLicenseDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1800 /apex-mdapi/src/classes/MetadataService.cls 2957 26 2957 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 'trialLicenseDuration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1801 /apex-mdapi/src/classes/MetadataService.cls 2958 26 2958 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 'trialLicenseQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1801 /apex-mdapi/src/classes/MetadataService.cls 2958 26 2958 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 'trialLicenseQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1802 /apex-mdapi/src/classes/MetadataService.cls 2959 26 2959 89 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]*'
1802 /apex-mdapi/src/classes/MetadataService.cls 2959 26 2959 89 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]*'
1803 /apex-mdapi/src/classes/MetadataService.cls 2960 26 2960 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1803 /apex-mdapi/src/classes/MetadataService.cls 2960 26 2960 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1804 /apex-mdapi/src/classes/MetadataService.cls 2961 26 2961 295 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]*'
1804 /apex-mdapi/src/classes/MetadataService.cls 2961 26 2961 295 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]*'
1805 /apex-mdapi/src/classes/MetadataService.cls 2963 12 2974 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1805 /apex-mdapi/src/classes/MetadataService.cls 2963 12 2974 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1806 /apex-mdapi/src/classes/MetadataService.cls 2966 26 2966 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1806 /apex-mdapi/src/classes/MetadataService.cls 2966 26 2966 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1807 /apex-mdapi/src/classes/MetadataService.cls 2969 26 2969 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1807 /apex-mdapi/src/classes/MetadataService.cls 2969 26 2969 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1808 /apex-mdapi/src/classes/MetadataService.cls 2970 26 2970 97 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]*'
1808 /apex-mdapi/src/classes/MetadataService.cls 2970 26 2970 97 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]*'
1809 /apex-mdapi/src/classes/MetadataService.cls 2971 26 2971 89 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]*'
1809 /apex-mdapi/src/classes/MetadataService.cls 2971 26 2971 89 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]*'
1810 /apex-mdapi/src/classes/MetadataService.cls 2972 26 2972 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1810 /apex-mdapi/src/classes/MetadataService.cls 2972 26 2972 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1811 /apex-mdapi/src/classes/MetadataService.cls 2973 26 2973 116 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]*'
1811 /apex-mdapi/src/classes/MetadataService.cls 2973 26 2973 116 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]*'
1812 /apex-mdapi/src/classes/MetadataService.cls 2975 12 2986 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1812 /apex-mdapi/src/classes/MetadataService.cls 2975 12 2986 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1813 /apex-mdapi/src/classes/MetadataService.cls 2978 26 2978 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1813 /apex-mdapi/src/classes/MetadataService.cls 2978 26 2978 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1814 /apex-mdapi/src/classes/MetadataService.cls 2981 26 2981 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1814 /apex-mdapi/src/classes/MetadataService.cls 2981 26 2981 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1815 /apex-mdapi/src/classes/MetadataService.cls 2982 26 2982 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1815 /apex-mdapi/src/classes/MetadataService.cls 2982 26 2982 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1816 /apex-mdapi/src/classes/MetadataService.cls 2983 26 2983 89 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]*'
1816 /apex-mdapi/src/classes/MetadataService.cls 2983 26 2983 89 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]*'
1817 /apex-mdapi/src/classes/MetadataService.cls 2984 26 2984 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1817 /apex-mdapi/src/classes/MetadataService.cls 2984 26 2984 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1818 /apex-mdapi/src/classes/MetadataService.cls 2985 26 2985 115 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]*'
1818 /apex-mdapi/src/classes/MetadataService.cls 2985 26 2985 115 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]*'
1819 /apex-mdapi/src/classes/MetadataService.cls 2987 12 2996 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1819 /apex-mdapi/src/classes/MetadataService.cls 2987 12 2996 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1820 /apex-mdapi/src/classes/MetadataService.cls 2991 26 2991 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 'dashboardGridComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1820 /apex-mdapi/src/classes/MetadataService.cls 2991 26 2991 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 'dashboardGridComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1821 /apex-mdapi/src/classes/MetadataService.cls 2992 26 2992 117 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 'numberOfColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1821 /apex-mdapi/src/classes/MetadataService.cls 2992 26 2992 117 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 'numberOfColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1822 /apex-mdapi/src/classes/MetadataService.cls 2993 26 2993 105 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 'rowHeight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1822 /apex-mdapi/src/classes/MetadataService.cls 2993 26 2993 105 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 'rowHeight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1823 /apex-mdapi/src/classes/MetadataService.cls 2994 26 2994 89 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]*'
1823 /apex-mdapi/src/classes/MetadataService.cls 2994 26 2994 89 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]*'
1824 /apex-mdapi/src/classes/MetadataService.cls 2995 26 2995 119 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]*'
1824 /apex-mdapi/src/classes/MetadataService.cls 2995 26 2995 119 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]*'
1825 /apex-mdapi/src/classes/MetadataService.cls 2997 12 3004 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1825 /apex-mdapi/src/classes/MetadataService.cls 2997 12 3004 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1826 /apex-mdapi/src/classes/MetadataService.cls 3000 26 3000 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 'enableAdjustments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1826 /apex-mdapi/src/classes/MetadataService.cls 3000 26 3000 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 'enableAdjustments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1827 /apex-mdapi/src/classes/MetadataService.cls 3001 26 3001 131 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 'enableOwnerAdjustments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1827 /apex-mdapi/src/classes/MetadataService.cls 3001 26 3001 131 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 'enableOwnerAdjustments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1828 /apex-mdapi/src/classes/MetadataService.cls 3002 26 3002 89 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]*'
1828 /apex-mdapi/src/classes/MetadataService.cls 3002 26 3002 89 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]*'
1829 /apex-mdapi/src/classes/MetadataService.cls 3003 26 3003 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1829 /apex-mdapi/src/classes/MetadataService.cls 3003 26 3003 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1830 /apex-mdapi/src/classes/MetadataService.cls 3005 12 3018 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1830 /apex-mdapi/src/classes/MetadataService.cls 3005 12 3018 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1831 /apex-mdapi/src/classes/MetadataService.cls 3011 26 3011 107 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1831 /apex-mdapi/src/classes/MetadataService.cls 3011 26 3011 107 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1832 /apex-mdapi/src/classes/MetadataService.cls 3012 26 3012 97 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]*'
1832 /apex-mdapi/src/classes/MetadataService.cls 3012 26 3012 97 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]*'
1833 /apex-mdapi/src/classes/MetadataService.cls 3013 26 3013 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 'posX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1833 /apex-mdapi/src/classes/MetadataService.cls 3013 26 3013 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 'posX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1834 /apex-mdapi/src/classes/MetadataService.cls 3014 26 3014 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 'posY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1834 /apex-mdapi/src/classes/MetadataService.cls 3014 26 3014 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 'posY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1835 /apex-mdapi/src/classes/MetadataService.cls 3015 26 3015 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 'posZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1835 /apex-mdapi/src/classes/MetadataService.cls 3015 26 3015 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 'posZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1836 /apex-mdapi/src/classes/MetadataService.cls 3016 26 3016 89 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]*'
1836 /apex-mdapi/src/classes/MetadataService.cls 3016 26 3016 89 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]*'
1837 /apex-mdapi/src/classes/MetadataService.cls 3017 26 3017 105 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]*'
1837 /apex-mdapi/src/classes/MetadataService.cls 3017 26 3017 105 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]*'
1838 /apex-mdapi/src/classes/MetadataService.cls 3019 12 3028 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1838 /apex-mdapi/src/classes/MetadataService.cls 3019 12 3028 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1839 /apex-mdapi/src/classes/MetadataService.cls 3023 26 3023 107 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1839 /apex-mdapi/src/classes/MetadataService.cls 3023 26 3023 107 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1840 /apex-mdapi/src/classes/MetadataService.cls 3024 26 3024 97 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]*'
1840 /apex-mdapi/src/classes/MetadataService.cls 3024 26 3024 97 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]*'
1841 /apex-mdapi/src/classes/MetadataService.cls 3025 26 3025 107 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 'uiBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1841 /apex-mdapi/src/classes/MetadataService.cls 3025 26 3025 107 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 'uiBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1842 /apex-mdapi/src/classes/MetadataService.cls 3026 26 3026 89 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]*'
1842 /apex-mdapi/src/classes/MetadataService.cls 3026 26 3026 89 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]*'
1843 /apex-mdapi/src/classes/MetadataService.cls 3027 26 3027 97 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]*'
1843 /apex-mdapi/src/classes/MetadataService.cls 3027 26 3027 97 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]*'
1844 /apex-mdapi/src/classes/MetadataService.cls 3029 12 3040 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1844 /apex-mdapi/src/classes/MetadataService.cls 3029 12 3040 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1845 /apex-mdapi/src/classes/MetadataService.cls 3034 26 3034 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 'componentFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1845 /apex-mdapi/src/classes/MetadataService.cls 3034 26 3034 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 'componentFailures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1846 /apex-mdapi/src/classes/MetadataService.cls 3035 26 3035 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 'componentSuccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1846 /apex-mdapi/src/classes/MetadataService.cls 3035 26 3035 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 'componentSuccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1847 /apex-mdapi/src/classes/MetadataService.cls 3036 26 3036 115 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 'retrieveResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1847 /apex-mdapi/src/classes/MetadataService.cls 3036 26 3036 115 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 'retrieveResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1848 /apex-mdapi/src/classes/MetadataService.cls 3037 26 3037 113 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 'runTestResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1848 /apex-mdapi/src/classes/MetadataService.cls 3037 26 3037 113 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 'runTestResult_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1849 /apex-mdapi/src/classes/MetadataService.cls 3038 26 3038 89 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]*'
1849 /apex-mdapi/src/classes/MetadataService.cls 3038 26 3038 89 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]*'
1850 /apex-mdapi/src/classes/MetadataService.cls 3039 26 3039 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1850 /apex-mdapi/src/classes/MetadataService.cls 3039 26 3039 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1851 /apex-mdapi/src/classes/MetadataService.cls 3041 12 3066 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1851 /apex-mdapi/src/classes/MetadataService.cls 3041 12 3066 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1852 /apex-mdapi/src/classes/MetadataService.cls 3041 12 3066 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1852 /apex-mdapi/src/classes/MetadataService.cls 3041 12 3066 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1853 /apex-mdapi/src/classes/MetadataService.cls 3044 26 3044 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1853 /apex-mdapi/src/classes/MetadataService.cls 3044 26 3044 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1854 /apex-mdapi/src/classes/MetadataService.cls 3053 23 3053 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]*'
1854 /apex-mdapi/src/classes/MetadataService.cls 3053 23 3053 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]*'
1855 /apex-mdapi/src/classes/MetadataService.cls 3054 26 3054 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1855 /apex-mdapi/src/classes/MetadataService.cls 3054 26 3054 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1856 /apex-mdapi/src/classes/MetadataService.cls 3055 26 3055 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 'flexiPageRegions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1856 /apex-mdapi/src/classes/MetadataService.cls 3055 26 3055 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 'flexiPageRegions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1857 /apex-mdapi/src/classes/MetadataService.cls 3056 26 3056 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1857 /apex-mdapi/src/classes/MetadataService.cls 3056 26 3056 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1858 /apex-mdapi/src/classes/MetadataService.cls 3057 26 3057 117 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 'parentFlexiPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1858 /apex-mdapi/src/classes/MetadataService.cls 3057 26 3057 117 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 'parentFlexiPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1859 /apex-mdapi/src/classes/MetadataService.cls 3058 26 3058 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 'platformActionlist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1859 /apex-mdapi/src/classes/MetadataService.cls 3058 26 3058 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 'platformActionlist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1860 /apex-mdapi/src/classes/MetadataService.cls 3059 26 3059 117 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1860 /apex-mdapi/src/classes/MetadataService.cls 3059 26 3059 117 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 'quickActionList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1861 /apex-mdapi/src/classes/MetadataService.cls 3060 26 3060 109 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]*'
1861 /apex-mdapi/src/classes/MetadataService.cls 3060 26 3060 109 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]*'
1862 /apex-mdapi/src/classes/MetadataService.cls 3061 26 3061 103 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1862 /apex-mdapi/src/classes/MetadataService.cls 3061 26 3061 103 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1863 /apex-mdapi/src/classes/MetadataService.cls 3062 26 3062 97 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]*'
1863 /apex-mdapi/src/classes/MetadataService.cls 3062 26 3062 97 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]*'
1864 /apex-mdapi/src/classes/MetadataService.cls 3063 26 3063 89 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]*'
1864 /apex-mdapi/src/classes/MetadataService.cls 3063 26 3063 89 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]*'
1865 /apex-mdapi/src/classes/MetadataService.cls 3064 26 3064 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1865 /apex-mdapi/src/classes/MetadataService.cls 3064 26 3064 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1866 /apex-mdapi/src/classes/MetadataService.cls 3065 26 3065 213 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]*'
1866 /apex-mdapi/src/classes/MetadataService.cls 3065 26 3065 213 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]*'
1867 /apex-mdapi/src/classes/MetadataService.cls 3067 12 3076 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1867 /apex-mdapi/src/classes/MetadataService.cls 3067 12 3076 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1868 /apex-mdapi/src/classes/MetadataService.cls 3071 26 3071 102 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1868 /apex-mdapi/src/classes/MetadataService.cls 3071 26 3071 102 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1869 /apex-mdapi/src/classes/MetadataService.cls 3072 26 3072 107 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1869 /apex-mdapi/src/classes/MetadataService.cls 3072 26 3072 107 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1870 /apex-mdapi/src/classes/MetadataService.cls 3073 26 3073 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1870 /apex-mdapi/src/classes/MetadataService.cls 3073 26 3073 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1871 /apex-mdapi/src/classes/MetadataService.cls 3074 26 3074 89 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]*'
1871 /apex-mdapi/src/classes/MetadataService.cls 3074 26 3074 89 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]*'
1872 /apex-mdapi/src/classes/MetadataService.cls 3075 26 3075 112 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]*'
1872 /apex-mdapi/src/classes/MetadataService.cls 3075 26 3075 112 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]*'
1873 /apex-mdapi/src/classes/MetadataService.cls 3077 12 3082 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1873 /apex-mdapi/src/classes/MetadataService.cls 3077 12 3082 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1874 /apex-mdapi/src/classes/MetadataService.cls 3079 26 3079 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 'navigationMenuItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1874 /apex-mdapi/src/classes/MetadataService.cls 3079 26 3079 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 'navigationMenuItem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1875 /apex-mdapi/src/classes/MetadataService.cls 3080 26 3080 89 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]*'
1875 /apex-mdapi/src/classes/MetadataService.cls 3080 26 3080 89 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]*'
1876 /apex-mdapi/src/classes/MetadataService.cls 3081 26 3081 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]*'
1876 /apex-mdapi/src/classes/MetadataService.cls 3081 26 3081 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]*'
1877 /apex-mdapi/src/classes/MetadataService.cls 3083 12 3096 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1877 /apex-mdapi/src/classes/MetadataService.cls 3083 12 3096 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1878 /apex-mdapi/src/classes/MetadataService.cls 3088 23 3088 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]*'
1878 /apex-mdapi/src/classes/MetadataService.cls 3088 23 3088 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]*'
1879 /apex-mdapi/src/classes/MetadataService.cls 3089 26 3089 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1879 /apex-mdapi/src/classes/MetadataService.cls 3089 26 3089 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1880 /apex-mdapi/src/classes/MetadataService.cls 3090 26 3090 97 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 'image_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1880 /apex-mdapi/src/classes/MetadataService.cls 3090 26 3090 97 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 'image_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1881 /apex-mdapi/src/classes/MetadataService.cls 3091 26 3091 97 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1881 /apex-mdapi/src/classes/MetadataService.cls 3091 26 3091 97 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 'order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1882 /apex-mdapi/src/classes/MetadataService.cls 3092 26 3092 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1882 /apex-mdapi/src/classes/MetadataService.cls 3092 26 3092 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1883 /apex-mdapi/src/classes/MetadataService.cls 3093 26 3093 97 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]*'
1883 /apex-mdapi/src/classes/MetadataService.cls 3093 26 3093 97 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]*'
1884 /apex-mdapi/src/classes/MetadataService.cls 3094 26 3094 89 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]*'
1884 /apex-mdapi/src/classes/MetadataService.cls 3094 26 3094 89 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]*'
1885 /apex-mdapi/src/classes/MetadataService.cls 3095 26 3095 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1885 /apex-mdapi/src/classes/MetadataService.cls 3095 26 3095 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1886 /apex-mdapi/src/classes/MetadataService.cls 3097 12 3106 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1886 /apex-mdapi/src/classes/MetadataService.cls 3097 12 3106 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1887 /apex-mdapi/src/classes/MetadataService.cls 3101 26 3101 105 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 'leftValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1887 /apex-mdapi/src/classes/MetadataService.cls 3101 26 3101 105 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 'leftValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1888 /apex-mdapi/src/classes/MetadataService.cls 3102 26 3102 103 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1888 /apex-mdapi/src/classes/MetadataService.cls 3102 26 3102 103 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1889 /apex-mdapi/src/classes/MetadataService.cls 3103 26 3103 107 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 'rightValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1889 /apex-mdapi/src/classes/MetadataService.cls 3103 26 3103 107 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 'rightValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1890 /apex-mdapi/src/classes/MetadataService.cls 3104 26 3104 89 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]*'
1890 /apex-mdapi/src/classes/MetadataService.cls 3104 26 3104 89 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]*'
1891 /apex-mdapi/src/classes/MetadataService.cls 3105 26 3105 99 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]*'
1891 /apex-mdapi/src/classes/MetadataService.cls 3105 26 3105 99 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]*'
1892 /apex-mdapi/src/classes/MetadataService.cls 3107 12 3116 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1892 /apex-mdapi/src/classes/MetadataService.cls 3107 12 3116 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1893 /apex-mdapi/src/classes/MetadataService.cls 3111 26 3111 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 'actionListContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1893 /apex-mdapi/src/classes/MetadataService.cls 3111 26 3111 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 'actionListContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1894 /apex-mdapi/src/classes/MetadataService.cls 3112 26 3112 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 'platformActionListItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1894 /apex-mdapi/src/classes/MetadataService.cls 3112 26 3112 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 'platformActionListItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1895 /apex-mdapi/src/classes/MetadataService.cls 3113 26 3113 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 'relatedSourceEntity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1895 /apex-mdapi/src/classes/MetadataService.cls 3113 26 3113 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 'relatedSourceEntity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1896 /apex-mdapi/src/classes/MetadataService.cls 3114 26 3114 89 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]*'
1896 /apex-mdapi/src/classes/MetadataService.cls 3114 26 3114 89 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]*'
1897 /apex-mdapi/src/classes/MetadataService.cls 3115 26 3115 131 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]*'
1897 /apex-mdapi/src/classes/MetadataService.cls 3115 26 3115 131 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]*'
1898 /apex-mdapi/src/classes/MetadataService.cls 3117 12 3138 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1898 /apex-mdapi/src/classes/MetadataService.cls 3117 12 3138 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1899 /apex-mdapi/src/classes/MetadataService.cls 3117 12 3138 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1899 /apex-mdapi/src/classes/MetadataService.cls 3117 12 3138 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1900 /apex-mdapi/src/classes/MetadataService.cls 3120 26 3120 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1900 /apex-mdapi/src/classes/MetadataService.cls 3120 26 3120 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1901 /apex-mdapi/src/classes/MetadataService.cls 3128 26 3128 107 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 'adapterUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1901 /apex-mdapi/src/classes/MetadataService.cls 3128 26 3128 107 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 'adapterUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1902 /apex-mdapi/src/classes/MetadataService.cls 3129 26 3129 115 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 'customSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1902 /apex-mdapi/src/classes/MetadataService.cls 3129 26 3129 115 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 'customSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1903 /apex-mdapi/src/classes/MetadataService.cls 3130 26 3130 109 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 'displayName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1903 /apex-mdapi/src/classes/MetadataService.cls 3130 26 3130 109 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 'displayName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1904 /apex-mdapi/src/classes/MetadataService.cls 3131 26 3131 119 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 'displayNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1904 /apex-mdapi/src/classes/MetadataService.cls 3131 26 3131 119 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 'displayNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1905 /apex-mdapi/src/classes/MetadataService.cls 3132 26 3132 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 'internalNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1905 /apex-mdapi/src/classes/MetadataService.cls 3132 26 3132 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 'internalNameLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1906 /apex-mdapi/src/classes/MetadataService.cls 3133 26 3133 104 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1906 /apex-mdapi/src/classes/MetadataService.cls 3133 26 3133 104 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1907 /apex-mdapi/src/classes/MetadataService.cls 3134 26 3134 101 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1907 /apex-mdapi/src/classes/MetadataService.cls 3134 26 3134 101 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1908 /apex-mdapi/src/classes/MetadataService.cls 3135 26 3135 89 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]*'
1908 /apex-mdapi/src/classes/MetadataService.cls 3135 26 3135 89 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]*'
1909 /apex-mdapi/src/classes/MetadataService.cls 3136 26 3136 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1909 /apex-mdapi/src/classes/MetadataService.cls 3136 26 3136 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1910 /apex-mdapi/src/classes/MetadataService.cls 3137 26 3137 179 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]*'
1910 /apex-mdapi/src/classes/MetadataService.cls 3137 26 3137 179 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]*'
1911 /apex-mdapi/src/classes/MetadataService.cls 3139 12 3146 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1911 /apex-mdapi/src/classes/MetadataService.cls 3139 12 3146 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1912 /apex-mdapi/src/classes/MetadataService.cls 3142 26 3142 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1912 /apex-mdapi/src/classes/MetadataService.cls 3142 26 3142 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1913 /apex-mdapi/src/classes/MetadataService.cls 3143 26 3143 105 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 'isExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1913 /apex-mdapi/src/classes/MetadataService.cls 3143 26 3143 105 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 'isExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1914 /apex-mdapi/src/classes/MetadataService.cls 3144 26 3144 89 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]*'
1914 /apex-mdapi/src/classes/MetadataService.cls 3144 26 3144 89 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]*'
1915 /apex-mdapi/src/classes/MetadataService.cls 3145 26 3145 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]*'
1915 /apex-mdapi/src/classes/MetadataService.cls 3145 26 3145 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]*'
1916 /apex-mdapi/src/classes/MetadataService.cls 3147 12 3156 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1916 /apex-mdapi/src/classes/MetadataService.cls 3147 12 3156 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1917 /apex-mdapi/src/classes/MetadataService.cls 3150 26 3150 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1917 /apex-mdapi/src/classes/MetadataService.cls 3150 26 3150 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1918 /apex-mdapi/src/classes/MetadataService.cls 3152 26 3152 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 'enableMarketingAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1918 /apex-mdapi/src/classes/MetadataService.cls 3152 26 3152 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 'enableMarketingAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1919 /apex-mdapi/src/classes/MetadataService.cls 3153 26 3153 89 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]*'
1919 /apex-mdapi/src/classes/MetadataService.cls 3153 26 3153 89 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]*'
1920 /apex-mdapi/src/classes/MetadataService.cls 3154 26 3154 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1920 /apex-mdapi/src/classes/MetadataService.cls 3154 26 3154 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1921 /apex-mdapi/src/classes/MetadataService.cls 3155 26 3155 99 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]*'
1921 /apex-mdapi/src/classes/MetadataService.cls 3155 26 3155 99 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]*'
1922 /apex-mdapi/src/classes/MetadataService.cls 3157 12 3166 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1922 /apex-mdapi/src/classes/MetadataService.cls 3157 12 3166 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1923 /apex-mdapi/src/classes/MetadataService.cls 3161 26 3161 117 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1923 /apex-mdapi/src/classes/MetadataService.cls 3161 26 3161 117 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1924 /apex-mdapi/src/classes/MetadataService.cls 3162 26 3162 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1924 /apex-mdapi/src/classes/MetadataService.cls 3162 26 3162 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1925 /apex-mdapi/src/classes/MetadataService.cls 3163 26 3163 131 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1925 /apex-mdapi/src/classes/MetadataService.cls 3163 26 3163 131 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1926 /apex-mdapi/src/classes/MetadataService.cls 3164 26 3164 89 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]*'
1926 /apex-mdapi/src/classes/MetadataService.cls 3164 26 3164 89 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]*'
1927 /apex-mdapi/src/classes/MetadataService.cls 3165 26 3165 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1927 /apex-mdapi/src/classes/MetadataService.cls 3165 26 3165 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1928 /apex-mdapi/src/classes/MetadataService.cls 3167 12 3172 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1928 /apex-mdapi/src/classes/MetadataService.cls 3167 12 3172 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1929 /apex-mdapi/src/classes/MetadataService.cls 3169 26 3169 100 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 'button_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1929 /apex-mdapi/src/classes/MetadataService.cls 3169 26 3169 100 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 'button_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1930 /apex-mdapi/src/classes/MetadataService.cls 3170 26 3170 89 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]*'
1930 /apex-mdapi/src/classes/MetadataService.cls 3170 26 3170 89 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]*'
1931 /apex-mdapi/src/classes/MetadataService.cls 3171 26 3171 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]*'
1931 /apex-mdapi/src/classes/MetadataService.cls 3171 26 3171 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]*'
1932 /apex-mdapi/src/classes/MetadataService.cls 3173 12 3180 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1932 /apex-mdapi/src/classes/MetadataService.cls 3173 12 3180 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1933 /apex-mdapi/src/classes/MetadataService.cls 3176 26 3176 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1933 /apex-mdapi/src/classes/MetadataService.cls 3176 26 3176 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1934 /apex-mdapi/src/classes/MetadataService.cls 3177 26 3177 105 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 'eventName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1934 /apex-mdapi/src/classes/MetadataService.cls 3177 26 3177 105 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 'eventName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1935 /apex-mdapi/src/classes/MetadataService.cls 3178 26 3178 89 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]*'
1935 /apex-mdapi/src/classes/MetadataService.cls 3178 26 3178 89 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]*'
1936 /apex-mdapi/src/classes/MetadataService.cls 3179 26 3179 89 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]*'
1936 /apex-mdapi/src/classes/MetadataService.cls 3179 26 3179 89 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]*'
1937 /apex-mdapi/src/classes/MetadataService.cls 3181 12 3186 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1937 /apex-mdapi/src/classes/MetadataService.cls 3181 12 3186 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1938 /apex-mdapi/src/classes/MetadataService.cls 3183 26 3183 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 'articleTypeTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1938 /apex-mdapi/src/classes/MetadataService.cls 3183 26 3183 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 'articleTypeTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1939 /apex-mdapi/src/classes/MetadataService.cls 3184 26 3184 89 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]*'
1939 /apex-mdapi/src/classes/MetadataService.cls 3184 26 3184 89 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]*'
1940 /apex-mdapi/src/classes/MetadataService.cls 3185 26 3185 86 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]*'
1940 /apex-mdapi/src/classes/MetadataService.cls 3185 26 3185 86 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]*'
1941 /apex-mdapi/src/classes/MetadataService.cls 3187 12 3198 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1941 /apex-mdapi/src/classes/MetadataService.cls 3187 12 3198 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1942 /apex-mdapi/src/classes/MetadataService.cls 3190 26 3190 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1942 /apex-mdapi/src/classes/MetadataService.cls 3190 26 3190 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1943 /apex-mdapi/src/classes/MetadataService.cls 3193 26 3193 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1943 /apex-mdapi/src/classes/MetadataService.cls 3193 26 3193 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1944 /apex-mdapi/src/classes/MetadataService.cls 3194 26 3194 97 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]*'
1944 /apex-mdapi/src/classes/MetadataService.cls 3194 26 3194 97 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]*'
1945 /apex-mdapi/src/classes/MetadataService.cls 3195 26 3195 89 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]*'
1945 /apex-mdapi/src/classes/MetadataService.cls 3195 26 3195 89 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]*'
1946 /apex-mdapi/src/classes/MetadataService.cls 3196 26 3196 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1946 /apex-mdapi/src/classes/MetadataService.cls 3196 26 3196 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1947 /apex-mdapi/src/classes/MetadataService.cls 3197 26 3197 103 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]*'
1947 /apex-mdapi/src/classes/MetadataService.cls 3197 26 3197 103 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]*'
1948 /apex-mdapi/src/classes/MetadataService.cls 3199 12 3224 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1948 /apex-mdapi/src/classes/MetadataService.cls 3199 12 3224 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1949 /apex-mdapi/src/classes/MetadataService.cls 3199 12 3224 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1949 /apex-mdapi/src/classes/MetadataService.cls 3199 12 3224 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1950 /apex-mdapi/src/classes/MetadataService.cls 3202 26 3202 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1950 /apex-mdapi/src/classes/MetadataService.cls 3202 26 3202 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1951 /apex-mdapi/src/classes/MetadataService.cls 3210 24 3210 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1951 /apex-mdapi/src/classes/MetadataService.cls 3210 24 3210 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
1952 /apex-mdapi/src/classes/MetadataService.cls 3212 26 3212 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1952 /apex-mdapi/src/classes/MetadataService.cls 3212 26 3212 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1953 /apex-mdapi/src/classes/MetadataService.cls 3213 26 3213 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1953 /apex-mdapi/src/classes/MetadataService.cls 3213 26 3213 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1954 /apex-mdapi/src/classes/MetadataService.cls 3214 26 3214 109 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 'endpointUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1954 /apex-mdapi/src/classes/MetadataService.cls 3214 26 3214 109 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 'endpointUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1955 /apex-mdapi/src/classes/MetadataService.cls 3215 26 3215 100 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]*'
1955 /apex-mdapi/src/classes/MetadataService.cls 3215 26 3215 100 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]*'
1956 /apex-mdapi/src/classes/MetadataService.cls 3216 26 3216 119 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 'includeSessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1956 /apex-mdapi/src/classes/MetadataService.cls 3216 26 3216 119 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 'includeSessionId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1957 /apex-mdapi/src/classes/MetadataService.cls 3217 26 3217 117 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 'integrationUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1957 /apex-mdapi/src/classes/MetadataService.cls 3217 26 3217 117 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 'integrationUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1958 /apex-mdapi/src/classes/MetadataService.cls 3218 26 3218 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1958 /apex-mdapi/src/classes/MetadataService.cls 3218 26 3218 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1959 /apex-mdapi/src/classes/MetadataService.cls 3219 26 3219 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1959 /apex-mdapi/src/classes/MetadataService.cls 3219 26 3219 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1960 /apex-mdapi/src/classes/MetadataService.cls 3220 26 3220 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 'useDeadLetterQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1960 /apex-mdapi/src/classes/MetadataService.cls 3220 26 3220 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 'useDeadLetterQueue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1961 /apex-mdapi/src/classes/MetadataService.cls 3221 26 3221 89 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]*'
1961 /apex-mdapi/src/classes/MetadataService.cls 3221 26 3221 89 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]*'
1962 /apex-mdapi/src/classes/MetadataService.cls 3222 26 3222 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1962 /apex-mdapi/src/classes/MetadataService.cls 3222 26 3222 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1963 /apex-mdapi/src/classes/MetadataService.cls 3223 26 3223 204 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]*'
1963 /apex-mdapi/src/classes/MetadataService.cls 3223 26 3223 204 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]*'
1964 /apex-mdapi/src/classes/MetadataService.cls 3225 12 3240 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1964 /apex-mdapi/src/classes/MetadataService.cls 3225 12 3240 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1965 /apex-mdapi/src/classes/MetadataService.cls 3228 26 3228 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1965 /apex-mdapi/src/classes/MetadataService.cls 3228 26 3228 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1966 /apex-mdapi/src/classes/MetadataService.cls 3233 26 3233 109 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1966 /apex-mdapi/src/classes/MetadataService.cls 3233 26 3233 109 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1967 /apex-mdapi/src/classes/MetadataService.cls 3234 26 3234 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1967 /apex-mdapi/src/classes/MetadataService.cls 3234 26 3234 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1968 /apex-mdapi/src/classes/MetadataService.cls 3235 26 3235 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1968 /apex-mdapi/src/classes/MetadataService.cls 3235 26 3235 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1969 /apex-mdapi/src/classes/MetadataService.cls 3236 26 3236 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1969 /apex-mdapi/src/classes/MetadataService.cls 3236 26 3236 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1970 /apex-mdapi/src/classes/MetadataService.cls 3237 26 3237 89 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]*'
1970 /apex-mdapi/src/classes/MetadataService.cls 3237 26 3237 89 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]*'
1971 /apex-mdapi/src/classes/MetadataService.cls 3238 26 3238 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1971 /apex-mdapi/src/classes/MetadataService.cls 3238 26 3238 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1972 /apex-mdapi/src/classes/MetadataService.cls 3239 26 3239 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]*'
1972 /apex-mdapi/src/classes/MetadataService.cls 3239 26 3239 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]*'
1973 /apex-mdapi/src/classes/MetadataService.cls 3241 12 3250 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1973 /apex-mdapi/src/classes/MetadataService.cls 3241 12 3250 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1974 /apex-mdapi/src/classes/MetadataService.cls 3244 26 3244 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1974 /apex-mdapi/src/classes/MetadataService.cls 3244 26 3244 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1975 /apex-mdapi/src/classes/MetadataService.cls 3246 26 3246 107 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 'urlPattern_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1975 /apex-mdapi/src/classes/MetadataService.cls 3246 26 3246 107 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 'urlPattern_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1976 /apex-mdapi/src/classes/MetadataService.cls 3247 26 3247 89 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]*'
1976 /apex-mdapi/src/classes/MetadataService.cls 3247 26 3247 89 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]*'
1977 /apex-mdapi/src/classes/MetadataService.cls 3248 26 3248 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1977 /apex-mdapi/src/classes/MetadataService.cls 3248 26 3248 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1978 /apex-mdapi/src/classes/MetadataService.cls 3249 26 3249 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]*'
1978 /apex-mdapi/src/classes/MetadataService.cls 3249 26 3249 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]*'
1979 /apex-mdapi/src/classes/MetadataService.cls 3251 12 3256 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1979 /apex-mdapi/src/classes/MetadataService.cls 3251 12 3256 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1980 /apex-mdapi/src/classes/MetadataService.cls 3253 26 3253 105 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]*'
1980 /apex-mdapi/src/classes/MetadataService.cls 3253 26 3253 105 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]*'
1981 /apex-mdapi/src/classes/MetadataService.cls 3254 26 3254 89 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]*'
1981 /apex-mdapi/src/classes/MetadataService.cls 3254 26 3254 89 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]*'
1982 /apex-mdapi/src/classes/MetadataService.cls 3255 26 3255 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]*'
1982 /apex-mdapi/src/classes/MetadataService.cls 3255 26 3255 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]*'
1983 /apex-mdapi/src/classes/MetadataService.cls 3257 12 3278 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1983 /apex-mdapi/src/classes/MetadataService.cls 3257 12 3278 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1984 /apex-mdapi/src/classes/MetadataService.cls 3257 12 3278 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1984 /apex-mdapi/src/classes/MetadataService.cls 3257 12 3278 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
1985 /apex-mdapi/src/classes/MetadataService.cls 3260 26 3260 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1985 /apex-mdapi/src/classes/MetadataService.cls 3260 26 3260 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1986 /apex-mdapi/src/classes/MetadataService.cls 3268 26 3268 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1986 /apex-mdapi/src/classes/MetadataService.cls 3268 26 3268 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1987 /apex-mdapi/src/classes/MetadataService.cls 3269 26 3269 109 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 'groupColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1987 /apex-mdapi/src/classes/MetadataService.cls 3269 26 3269 109 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 'groupColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1988 /apex-mdapi/src/classes/MetadataService.cls 3270 26 3270 104 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 'mappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1988 /apex-mdapi/src/classes/MetadataService.cls 3270 26 3270 104 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 'mappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1989 /apex-mdapi/src/classes/MetadataService.cls 3271 26 3271 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1989 /apex-mdapi/src/classes/MetadataService.cls 3271 26 3271 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1990 /apex-mdapi/src/classes/MetadataService.cls 3272 26 3272 109 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1990 /apex-mdapi/src/classes/MetadataService.cls 3272 26 3272 109 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1991 /apex-mdapi/src/classes/MetadataService.cls 3273 26 3273 111 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 'sourceReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1991 /apex-mdapi/src/classes/MetadataService.cls 3273 26 3273 111 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 'sourceReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1992 /apex-mdapi/src/classes/MetadataService.cls 3274 26 3274 111 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1992 /apex-mdapi/src/classes/MetadataService.cls 3274 26 3274 111 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 'targetObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1993 /apex-mdapi/src/classes/MetadataService.cls 3275 26 3275 89 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]*'
1993 /apex-mdapi/src/classes/MetadataService.cls 3275 26 3275 89 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]*'
1994 /apex-mdapi/src/classes/MetadataService.cls 3276 26 3276 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1994 /apex-mdapi/src/classes/MetadataService.cls 3276 26 3276 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
1995 /apex-mdapi/src/classes/MetadataService.cls 3277 26 3277 165 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]*'
1995 /apex-mdapi/src/classes/MetadataService.cls 3277 26 3277 165 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]*'
1996 /apex-mdapi/src/classes/MetadataService.cls 3279 20 3282 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1996 /apex-mdapi/src/classes/MetadataService.cls 3279 20 3282 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1997 /apex-mdapi/src/classes/MetadataService.cls 3283 12 3288 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1997 /apex-mdapi/src/classes/MetadataService.cls 3283 12 3288 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
1998 /apex-mdapi/src/classes/MetadataService.cls 3285 26 3285 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 'pointsRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1998 /apex-mdapi/src/classes/MetadataService.cls 3285 26 3285 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 'pointsRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
1999 /apex-mdapi/src/classes/MetadataService.cls 3286 26 3286 89 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]*'
1999 /apex-mdapi/src/classes/MetadataService.cls 3286 26 3286 89 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]*'
2000 /apex-mdapi/src/classes/MetadataService.cls 3287 26 3287 76 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]*'
2000 /apex-mdapi/src/classes/MetadataService.cls 3287 26 3287 76 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]*'
2001 /apex-mdapi/src/classes/MetadataService.cls 3289 12 3296 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2001 /apex-mdapi/src/classes/MetadataService.cls 3289 12 3296 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2002 /apex-mdapi/src/classes/MetadataService.cls 3292 26 3292 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2002 /apex-mdapi/src/classes/MetadataService.cls 3292 26 3292 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2003 /apex-mdapi/src/classes/MetadataService.cls 3293 26 3293 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2003 /apex-mdapi/src/classes/MetadataService.cls 3293 26 3293 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2004 /apex-mdapi/src/classes/MetadataService.cls 3294 26 3294 89 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]*'
2004 /apex-mdapi/src/classes/MetadataService.cls 3294 26 3294 89 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]*'
2005 /apex-mdapi/src/classes/MetadataService.cls 3295 26 3295 80 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]*'
2005 /apex-mdapi/src/classes/MetadataService.cls 3295 26 3295 80 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]*'
2006 /apex-mdapi/src/classes/MetadataService.cls 3297 12 3304 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2006 /apex-mdapi/src/classes/MetadataService.cls 3297 12 3304 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2007 /apex-mdapi/src/classes/MetadataService.cls 3300 26 3300 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2007 /apex-mdapi/src/classes/MetadataService.cls 3300 26 3300 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2008 /apex-mdapi/src/classes/MetadataService.cls 3301 26 3301 97 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]*'
2008 /apex-mdapi/src/classes/MetadataService.cls 3301 26 3301 97 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]*'
2009 /apex-mdapi/src/classes/MetadataService.cls 3302 26 3302 89 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]*'
2009 /apex-mdapi/src/classes/MetadataService.cls 3302 26 3302 89 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]*'
2010 /apex-mdapi/src/classes/MetadataService.cls 3303 26 3303 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]*'
2010 /apex-mdapi/src/classes/MetadataService.cls 3303 26 3303 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]*'
2011 /apex-mdapi/src/classes/MetadataService.cls 3305 12 3310 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2011 /apex-mdapi/src/classes/MetadataService.cls 3305 12 3310 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2012 /apex-mdapi/src/classes/MetadataService.cls 3305 12 3310 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 'deployRecentValidationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2012 /apex-mdapi/src/classes/MetadataService.cls 3305 12 3310 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 'deployRecentValidationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2013 /apex-mdapi/src/classes/MetadataService.cls 3307 26 3307 99 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]*'
2013 /apex-mdapi/src/classes/MetadataService.cls 3307 26 3307 99 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]*'
2014 /apex-mdapi/src/classes/MetadataService.cls 3308 26 3308 89 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]*'
2014 /apex-mdapi/src/classes/MetadataService.cls 3308 26 3308 89 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]*'
2015 /apex-mdapi/src/classes/MetadataService.cls 3309 26 3309 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]*'
2015 /apex-mdapi/src/classes/MetadataService.cls 3309 26 3309 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]*'
2016 /apex-mdapi/src/classes/MetadataService.cls 3311 12 3318 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2016 /apex-mdapi/src/classes/MetadataService.cls 3311 12 3318 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2017 /apex-mdapi/src/classes/MetadataService.cls 3314 26 3314 101 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 'context_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2017 /apex-mdapi/src/classes/MetadataService.cls 3314 26 3314 101 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 'context_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2018 /apex-mdapi/src/classes/MetadataService.cls 3315 26 3315 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2018 /apex-mdapi/src/classes/MetadataService.cls 3315 26 3315 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2019 /apex-mdapi/src/classes/MetadataService.cls 3316 26 3316 89 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]*'
2019 /apex-mdapi/src/classes/MetadataService.cls 3316 26 3316 89 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]*'
2020 /apex-mdapi/src/classes/MetadataService.cls 3317 26 3317 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]*'
2020 /apex-mdapi/src/classes/MetadataService.cls 3317 26 3317 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]*'
2021 /apex-mdapi/src/classes/MetadataService.cls 3319 12 3324 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2021 /apex-mdapi/src/classes/MetadataService.cls 3319 12 3324 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2022 /apex-mdapi/src/classes/MetadataService.cls 3321 26 3321 148 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 'scheduledRecommendationDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2022 /apex-mdapi/src/classes/MetadataService.cls 3321 26 3321 148 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 'scheduledRecommendationDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2023 /apex-mdapi/src/classes/MetadataService.cls 3322 26 3322 89 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]*'
2023 /apex-mdapi/src/classes/MetadataService.cls 3322 26 3322 89 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]*'
2024 /apex-mdapi/src/classes/MetadataService.cls 3323 26 3323 96 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]*'
2024 /apex-mdapi/src/classes/MetadataService.cls 3323 26 3323 96 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]*'
2025 /apex-mdapi/src/classes/MetadataService.cls 3325 12 3334 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2025 /apex-mdapi/src/classes/MetadataService.cls 3325 12 3334 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2026 /apex-mdapi/src/classes/MetadataService.cls 3327 23 3327 28 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 'end_x' doesn't match '[a-z][a-zA-Z0-9]*'
2026 /apex-mdapi/src/classes/MetadataService.cls 3327 23 3327 28 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 'end_x' doesn't match '[a-z][a-zA-Z0-9]*'
2027 /apex-mdapi/src/classes/MetadataService.cls 3329 26 3329 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2027 /apex-mdapi/src/classes/MetadataService.cls 3329 26 3329 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2028 /apex-mdapi/src/classes/MetadataService.cls 3330 26 3330 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 'end_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2028 /apex-mdapi/src/classes/MetadataService.cls 3330 26 3330 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 'end_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2029 /apex-mdapi/src/classes/MetadataService.cls 3331 26 3331 97 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2029 /apex-mdapi/src/classes/MetadataService.cls 3331 26 3331 97 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2030 /apex-mdapi/src/classes/MetadataService.cls 3332 26 3332 89 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]*'
2030 /apex-mdapi/src/classes/MetadataService.cls 3332 26 3332 89 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]*'
2031 /apex-mdapi/src/classes/MetadataService.cls 3333 26 3333 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]*'
2031 /apex-mdapi/src/classes/MetadataService.cls 3333 26 3333 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]*'
2032 /apex-mdapi/src/classes/MetadataService.cls 3335 12 3340 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2032 /apex-mdapi/src/classes/MetadataService.cls 3335 12 3340 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2033 /apex-mdapi/src/classes/MetadataService.cls 3335 12 3340 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 'deployRecentValidation_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2033 /apex-mdapi/src/classes/MetadataService.cls 3335 12 3340 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 'deployRecentValidation_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2034 /apex-mdapi/src/classes/MetadataService.cls 3337 26 3337 111 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 'validationId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2034 /apex-mdapi/src/classes/MetadataService.cls 3337 26 3337 111 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 'validationId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2035 /apex-mdapi/src/classes/MetadataService.cls 3338 26 3338 89 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]*'
2035 /apex-mdapi/src/classes/MetadataService.cls 3338 26 3338 89 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]*'
2036 /apex-mdapi/src/classes/MetadataService.cls 3339 26 3339 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]*'
2036 /apex-mdapi/src/classes/MetadataService.cls 3339 26 3339 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]*'
2037 /apex-mdapi/src/classes/MetadataService.cls 3341 12 3352 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2037 /apex-mdapi/src/classes/MetadataService.cls 3341 12 3352 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2038 /apex-mdapi/src/classes/MetadataService.cls 3346 26 3346 115 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 'conditionLogic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2038 /apex-mdapi/src/classes/MetadataService.cls 3346 26 3346 115 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 'conditionLogic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2039 /apex-mdapi/src/classes/MetadataService.cls 3347 26 3347 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2039 /apex-mdapi/src/classes/MetadataService.cls 3347 26 3347 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2040 /apex-mdapi/src/classes/MetadataService.cls 3348 26 3348 97 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]*'
2040 /apex-mdapi/src/classes/MetadataService.cls 3348 26 3348 97 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]*'
2041 /apex-mdapi/src/classes/MetadataService.cls 3349 26 3349 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 'ruleActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2041 /apex-mdapi/src/classes/MetadataService.cls 3349 26 3349 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 'ruleActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2042 /apex-mdapi/src/classes/MetadataService.cls 3350 26 3350 89 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]*'
2042 /apex-mdapi/src/classes/MetadataService.cls 3350 26 3350 89 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]*'
2043 /apex-mdapi/src/classes/MetadataService.cls 3351 26 3351 115 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]*'
2043 /apex-mdapi/src/classes/MetadataService.cls 3351 26 3351 115 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]*'
2044 /apex-mdapi/src/classes/MetadataService.cls 3353 12 3362 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2044 /apex-mdapi/src/classes/MetadataService.cls 3353 12 3362 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2045 /apex-mdapi/src/classes/MetadataService.cls 3356 26 3356 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2045 /apex-mdapi/src/classes/MetadataService.cls 3356 26 3356 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2046 /apex-mdapi/src/classes/MetadataService.cls 3358 26 3358 112 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 'managedTopic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2046 /apex-mdapi/src/classes/MetadataService.cls 3358 26 3358 112 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 'managedTopic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2047 /apex-mdapi/src/classes/MetadataService.cls 3359 26 3359 89 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]*'
2047 /apex-mdapi/src/classes/MetadataService.cls 3359 26 3359 89 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]*'
2048 /apex-mdapi/src/classes/MetadataService.cls 3360 26 3360 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2048 /apex-mdapi/src/classes/MetadataService.cls 3360 26 3360 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2049 /apex-mdapi/src/classes/MetadataService.cls 3361 26 3361 90 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]*'
2049 /apex-mdapi/src/classes/MetadataService.cls 3361 26 3361 90 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]*'
2050 /apex-mdapi/src/classes/MetadataService.cls 3363 12 3372 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2050 /apex-mdapi/src/classes/MetadataService.cls 3363 12 3372 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2051 /apex-mdapi/src/classes/MetadataService.cls 3367 26 3367 111 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2051 /apex-mdapi/src/classes/MetadataService.cls 3367 26 3367 111 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 'feedItemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2052 /apex-mdapi/src/classes/MetadataService.cls 3368 26 3368 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 'feedItemVisibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2052 /apex-mdapi/src/classes/MetadataService.cls 3368 26 3368 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 'feedItemVisibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2053 /apex-mdapi/src/classes/MetadataService.cls 3369 26 3369 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 'relatedSObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2053 /apex-mdapi/src/classes/MetadataService.cls 3369 26 3369 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 'relatedSObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2054 /apex-mdapi/src/classes/MetadataService.cls 3370 26 3370 89 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]*'
2054 /apex-mdapi/src/classes/MetadataService.cls 3370 26 3370 89 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]*'
2055 /apex-mdapi/src/classes/MetadataService.cls 3371 26 3371 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2055 /apex-mdapi/src/classes/MetadataService.cls 3371 26 3371 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2056 /apex-mdapi/src/classes/MetadataService.cls 3373 12 3382 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2056 /apex-mdapi/src/classes/MetadataService.cls 3373 12 3382 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2057 /apex-mdapi/src/classes/MetadataService.cls 3377 26 3377 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 'aggregateReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2057 /apex-mdapi/src/classes/MetadataService.cls 3377 26 3377 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 'aggregateReferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2058 /apex-mdapi/src/classes/MetadataService.cls 3378 26 3378 101 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 'blockId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2058 /apex-mdapi/src/classes/MetadataService.cls 3378 26 3378 101 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 'blockId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2059 /apex-mdapi/src/classes/MetadataService.cls 3379 26 3379 105 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 'joinTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2059 /apex-mdapi/src/classes/MetadataService.cls 3379 26 3379 105 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 'joinTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2060 /apex-mdapi/src/classes/MetadataService.cls 3380 26 3380 89 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]*'
2060 /apex-mdapi/src/classes/MetadataService.cls 3380 26 3380 89 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]*'
2061 /apex-mdapi/src/classes/MetadataService.cls 3381 26 3381 107 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]*'
2061 /apex-mdapi/src/classes/MetadataService.cls 3381 26 3381 107 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]*'
2062 /apex-mdapi/src/classes/MetadataService.cls 3383 20 3389 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2062 /apex-mdapi/src/classes/MetadataService.cls 3383 20 3389 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2063 /apex-mdapi/src/classes/MetadataService.cls 3390 12 3433 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2063 /apex-mdapi/src/classes/MetadataService.cls 3390 12 3433 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2064 /apex-mdapi/src/classes/MetadataService.cls 3390 12 3433 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Profile has 20 public methods, attributes, and properties (limit: 20)
2064 /apex-mdapi/src/classes/MetadataService.cls 3390 12 3433 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Profile has 20 public methods, attributes, and properties (limit: 20)
2065 /apex-mdapi/src/classes/MetadataService.cls 3390 12 3433 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2065 /apex-mdapi/src/classes/MetadataService.cls 3390 12 3433 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2066 /apex-mdapi/src/classes/MetadataService.cls 3393 26 3393 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2066 /apex-mdapi/src/classes/MetadataService.cls 3393 26 3393 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2067 /apex-mdapi/src/classes/MetadataService.cls 3412 26 3412 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2067 /apex-mdapi/src/classes/MetadataService.cls 3412 26 3412 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2068 /apex-mdapi/src/classes/MetadataService.cls 3413 26 3413 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 'categoryGroupVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2068 /apex-mdapi/src/classes/MetadataService.cls 3413 26 3413 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 'categoryGroupVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2069 /apex-mdapi/src/classes/MetadataService.cls 3414 26 3414 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2069 /apex-mdapi/src/classes/MetadataService.cls 3414 26 3414 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2070 /apex-mdapi/src/classes/MetadataService.cls 3415 26 3415 99 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]*'
2070 /apex-mdapi/src/classes/MetadataService.cls 3415 26 3415 99 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]*'
2071 /apex-mdapi/src/classes/MetadataService.cls 3416 26 3416 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2071 /apex-mdapi/src/classes/MetadataService.cls 3416 26 3416 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2072 /apex-mdapi/src/classes/MetadataService.cls 3417 26 3417 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2072 /apex-mdapi/src/classes/MetadataService.cls 3417 26 3417 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2073 /apex-mdapi/src/classes/MetadataService.cls 3418 26 3418 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2073 /apex-mdapi/src/classes/MetadataService.cls 3418 26 3418 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2074 /apex-mdapi/src/classes/MetadataService.cls 3419 26 3419 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2074 /apex-mdapi/src/classes/MetadataService.cls 3419 26 3419 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2075 /apex-mdapi/src/classes/MetadataService.cls 3420 26 3420 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 'layoutAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2075 /apex-mdapi/src/classes/MetadataService.cls 3420 26 3420 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 'layoutAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2076 /apex-mdapi/src/classes/MetadataService.cls 3421 26 3421 107 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 'loginHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2076 /apex-mdapi/src/classes/MetadataService.cls 3421 26 3421 107 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 'loginHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2077 /apex-mdapi/src/classes/MetadataService.cls 3422 26 3422 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 'loginIpRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2077 /apex-mdapi/src/classes/MetadataService.cls 3422 26 3422 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 'loginIpRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2078 /apex-mdapi/src/classes/MetadataService.cls 3423 26 3423 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2078 /apex-mdapi/src/classes/MetadataService.cls 3423 26 3423 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2079 /apex-mdapi/src/classes/MetadataService.cls 3424 26 3424 112 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2079 /apex-mdapi/src/classes/MetadataService.cls 3424 26 3424 112 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2080 /apex-mdapi/src/classes/MetadataService.cls 3425 26 3425 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 'profileActionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2080 /apex-mdapi/src/classes/MetadataService.cls 3425 26 3425 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 'profileActionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2081 /apex-mdapi/src/classes/MetadataService.cls 3426 26 3426 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2081 /apex-mdapi/src/classes/MetadataService.cls 3426 26 3426 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2082 /apex-mdapi/src/classes/MetadataService.cls 3427 26 3427 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 'tabVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2082 /apex-mdapi/src/classes/MetadataService.cls 3427 26 3427 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 'tabVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2083 /apex-mdapi/src/classes/MetadataService.cls 3428 26 3428 109 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 'userLicense_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2083 /apex-mdapi/src/classes/MetadataService.cls 3428 26 3428 109 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 'userLicense_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2084 /apex-mdapi/src/classes/MetadataService.cls 3429 26 3429 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2084 /apex-mdapi/src/classes/MetadataService.cls 3429 26 3429 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2085 /apex-mdapi/src/classes/MetadataService.cls 3430 26 3430 89 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]*'
2085 /apex-mdapi/src/classes/MetadataService.cls 3430 26 3430 89 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]*'
2086 /apex-mdapi/src/classes/MetadataService.cls 3431 26 3431 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2086 /apex-mdapi/src/classes/MetadataService.cls 3431 26 3431 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2087 /apex-mdapi/src/classes/MetadataService.cls 3432 26 3432 420 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]*'
2087 /apex-mdapi/src/classes/MetadataService.cls 3432 26 3432 420 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]*'
2088 /apex-mdapi/src/classes/MetadataService.cls 3434 12 3449 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2088 /apex-mdapi/src/classes/MetadataService.cls 3434 12 3449 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2089 /apex-mdapi/src/classes/MetadataService.cls 3441 26 3441 99 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]*'
2089 /apex-mdapi/src/classes/MetadataService.cls 3441 26 3441 99 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]*'
2090 /apex-mdapi/src/classes/MetadataService.cls 3442 26 3442 117 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 'defaultAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2090 /apex-mdapi/src/classes/MetadataService.cls 3442 26 3442 117 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 'defaultAssignee_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2091 /apex-mdapi/src/classes/MetadataService.cls 3443 26 3443 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 'defaultAssigneeType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2091 /apex-mdapi/src/classes/MetadataService.cls 3443 26 3443 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 'defaultAssigneeType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2092 /apex-mdapi/src/classes/MetadataService.cls 3444 26 3444 117 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 'defaultReviewer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2092 /apex-mdapi/src/classes/MetadataService.cls 3444 26 3444 117 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 'defaultReviewer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2093 /apex-mdapi/src/classes/MetadataService.cls 3445 26 3445 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 'defaultReviewerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2093 /apex-mdapi/src/classes/MetadataService.cls 3445 26 3445 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 'defaultReviewerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2094 /apex-mdapi/src/classes/MetadataService.cls 3446 26 3446 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2094 /apex-mdapi/src/classes/MetadataService.cls 3446 26 3446 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2095 /apex-mdapi/src/classes/MetadataService.cls 3447 26 3447 89 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]*'
2095 /apex-mdapi/src/classes/MetadataService.cls 3447 26 3447 89 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]*'
2096 /apex-mdapi/src/classes/MetadataService.cls 3448 26 3448 159 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]*'
2096 /apex-mdapi/src/classes/MetadataService.cls 3448 26 3448 159 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]*'
2097 /apex-mdapi/src/classes/MetadataService.cls 3450 12 3473 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2097 /apex-mdapi/src/classes/MetadataService.cls 3450 12 3473 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2098 /apex-mdapi/src/classes/MetadataService.cls 3450 12 3473 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2098 /apex-mdapi/src/classes/MetadataService.cls 3450 12 3473 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2099 /apex-mdapi/src/classes/MetadataService.cls 3461 26 3461 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 'allowMissingFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2099 /apex-mdapi/src/classes/MetadataService.cls 3461 26 3461 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 'allowMissingFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2100 /apex-mdapi/src/classes/MetadataService.cls 3462 26 3462 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 'autoUpdatePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2100 /apex-mdapi/src/classes/MetadataService.cls 3462 26 3462 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 'autoUpdatePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2101 /apex-mdapi/src/classes/MetadataService.cls 3463 26 3463 105 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 'checkOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2101 /apex-mdapi/src/classes/MetadataService.cls 3463 26 3463 105 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 'checkOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2102 /apex-mdapi/src/classes/MetadataService.cls 3464 26 3464 115 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 'ignoreWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2102 /apex-mdapi/src/classes/MetadataService.cls 3464 26 3464 115 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 'ignoreWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2103 /apex-mdapi/src/classes/MetadataService.cls 3465 26 3465 117 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 'performRetrieve_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2103 /apex-mdapi/src/classes/MetadataService.cls 3465 26 3465 117 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 'performRetrieve_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2104 /apex-mdapi/src/classes/MetadataService.cls 3466 26 3466 113 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 'purgeOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2104 /apex-mdapi/src/classes/MetadataService.cls 3466 26 3466 113 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 'purgeOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2105 /apex-mdapi/src/classes/MetadataService.cls 3467 26 3467 117 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2105 /apex-mdapi/src/classes/MetadataService.cls 3467 26 3467 117 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2106 /apex-mdapi/src/classes/MetadataService.cls 3468 26 3468 104 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 'runTests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2106 /apex-mdapi/src/classes/MetadataService.cls 3468 26 3468 104 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 'runTests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2107 /apex-mdapi/src/classes/MetadataService.cls 3469 26 3469 113 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2107 /apex-mdapi/src/classes/MetadataService.cls 3469 26 3469 113 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2108 /apex-mdapi/src/classes/MetadataService.cls 3470 26 3470 105 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 'testLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2108 /apex-mdapi/src/classes/MetadataService.cls 3470 26 3470 105 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 'testLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2109 /apex-mdapi/src/classes/MetadataService.cls 3471 26 3471 89 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]*'
2109 /apex-mdapi/src/classes/MetadataService.cls 3471 26 3471 89 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]*'
2110 /apex-mdapi/src/classes/MetadataService.cls 3472 26 3472 223 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]*'
2110 /apex-mdapi/src/classes/MetadataService.cls 3472 26 3472 223 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]*'
2111 /apex-mdapi/src/classes/MetadataService.cls 3474 12 3489 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2111 /apex-mdapi/src/classes/MetadataService.cls 3474 12 3489 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2112 /apex-mdapi/src/classes/MetadataService.cls 3481 26 3481 119 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 'defaultTrendType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2112 /apex-mdapi/src/classes/MetadataService.cls 3481 26 3481 119 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 'defaultTrendType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2113 /apex-mdapi/src/classes/MetadataService.cls 3482 26 3482 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2113 /apex-mdapi/src/classes/MetadataService.cls 3482 26 3482 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2114 /apex-mdapi/src/classes/MetadataService.cls 3483 26 3483 109 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2114 /apex-mdapi/src/classes/MetadataService.cls 3483 26 3483 109 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2115 /apex-mdapi/src/classes/MetadataService.cls 3484 26 3484 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2115 /apex-mdapi/src/classes/MetadataService.cls 3484 26 3484 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2116 /apex-mdapi/src/classes/MetadataService.cls 3485 26 3485 107 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 'parentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2116 /apex-mdapi/src/classes/MetadataService.cls 3485 26 3485 107 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 'parentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2117 /apex-mdapi/src/classes/MetadataService.cls 3486 26 3486 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2117 /apex-mdapi/src/classes/MetadataService.cls 3486 26 3486 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2118 /apex-mdapi/src/classes/MetadataService.cls 3487 26 3487 89 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]*'
2118 /apex-mdapi/src/classes/MetadataService.cls 3487 26 3487 89 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]*'
2119 /apex-mdapi/src/classes/MetadataService.cls 3488 26 3488 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2119 /apex-mdapi/src/classes/MetadataService.cls 3488 26 3488 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2120 /apex-mdapi/src/classes/MetadataService.cls 3490 12 3505 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2120 /apex-mdapi/src/classes/MetadataService.cls 3490 12 3505 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2121 /apex-mdapi/src/classes/MetadataService.cls 3493 26 3493 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2121 /apex-mdapi/src/classes/MetadataService.cls 3493 26 3493 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2122 /apex-mdapi/src/classes/MetadataService.cls 3498 26 3498 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 'availableFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2122 /apex-mdapi/src/classes/MetadataService.cls 3498 26 3498 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 'availableFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2123 /apex-mdapi/src/classes/MetadataService.cls 3499 26 3499 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2123 /apex-mdapi/src/classes/MetadataService.cls 3499 26 3499 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2124 /apex-mdapi/src/classes/MetadataService.cls 3500 26 3500 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 'displayedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2124 /apex-mdapi/src/classes/MetadataService.cls 3500 26 3500 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 'displayedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2125 /apex-mdapi/src/classes/MetadataService.cls 3501 26 3501 97 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]*'
2125 /apex-mdapi/src/classes/MetadataService.cls 3501 26 3501 97 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]*'
2126 /apex-mdapi/src/classes/MetadataService.cls 3502 26 3502 89 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]*'
2126 /apex-mdapi/src/classes/MetadataService.cls 3502 26 3502 89 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]*'
2127 /apex-mdapi/src/classes/MetadataService.cls 3503 26 3503 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2127 /apex-mdapi/src/classes/MetadataService.cls 3503 26 3503 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2128 /apex-mdapi/src/classes/MetadataService.cls 3504 26 3504 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2128 /apex-mdapi/src/classes/MetadataService.cls 3504 26 3504 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2129 /apex-mdapi/src/classes/MetadataService.cls 3506 12 3537 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2129 /apex-mdapi/src/classes/MetadataService.cls 3506 12 3537 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2130 /apex-mdapi/src/classes/MetadataService.cls 3506 12 3537 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2130 /apex-mdapi/src/classes/MetadataService.cls 3506 12 3537 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2131 /apex-mdapi/src/classes/MetadataService.cls 3521 26 3521 105 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 'fridayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2131 /apex-mdapi/src/classes/MetadataService.cls 3521 26 3521 105 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 'fridayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2132 /apex-mdapi/src/classes/MetadataService.cls 3522 26 3522 109 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 'fridayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2132 /apex-mdapi/src/classes/MetadataService.cls 3522 26 3522 109 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 'fridayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2133 /apex-mdapi/src/classes/MetadataService.cls 3523 26 3523 105 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 'mondayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2133 /apex-mdapi/src/classes/MetadataService.cls 3523 26 3523 105 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 'mondayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2134 /apex-mdapi/src/classes/MetadataService.cls 3524 26 3524 109 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 'mondayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2134 /apex-mdapi/src/classes/MetadataService.cls 3524 26 3524 109 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 'mondayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2135 /apex-mdapi/src/classes/MetadataService.cls 3525 26 3525 109 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 'saturdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2135 /apex-mdapi/src/classes/MetadataService.cls 3525 26 3525 109 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 'saturdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2136 /apex-mdapi/src/classes/MetadataService.cls 3526 26 3526 113 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 'saturdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2136 /apex-mdapi/src/classes/MetadataService.cls 3526 26 3526 113 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 'saturdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2137 /apex-mdapi/src/classes/MetadataService.cls 3527 26 3527 105 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 'sundayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2137 /apex-mdapi/src/classes/MetadataService.cls 3527 26 3527 105 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 'sundayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2138 /apex-mdapi/src/classes/MetadataService.cls 3528 26 3528 109 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 'sundayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2138 /apex-mdapi/src/classes/MetadataService.cls 3528 26 3528 109 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 'sundayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2139 /apex-mdapi/src/classes/MetadataService.cls 3529 26 3529 109 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 'thursdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2139 /apex-mdapi/src/classes/MetadataService.cls 3529 26 3529 109 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 'thursdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2140 /apex-mdapi/src/classes/MetadataService.cls 3530 26 3530 113 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 'thursdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2140 /apex-mdapi/src/classes/MetadataService.cls 3530 26 3530 113 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 'thursdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2141 /apex-mdapi/src/classes/MetadataService.cls 3531 26 3531 107 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 'tuesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2141 /apex-mdapi/src/classes/MetadataService.cls 3531 26 3531 107 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 'tuesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2142 /apex-mdapi/src/classes/MetadataService.cls 3532 26 3532 111 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 'tuesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2142 /apex-mdapi/src/classes/MetadataService.cls 3532 26 3532 111 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 'tuesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2143 /apex-mdapi/src/classes/MetadataService.cls 3533 26 3533 111 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 'wednesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2143 /apex-mdapi/src/classes/MetadataService.cls 3533 26 3533 111 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 'wednesdayEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2144 /apex-mdapi/src/classes/MetadataService.cls 3534 26 3534 115 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 'wednesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2144 /apex-mdapi/src/classes/MetadataService.cls 3534 26 3534 115 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 'wednesdayStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2145 /apex-mdapi/src/classes/MetadataService.cls 3535 26 3535 89 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]*'
2145 /apex-mdapi/src/classes/MetadataService.cls 3535 26 3535 89 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]*'
2146 /apex-mdapi/src/classes/MetadataService.cls 3536 26 3536 261 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]*'
2146 /apex-mdapi/src/classes/MetadataService.cls 3536 26 3536 261 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]*'
2147 /apex-mdapi/src/classes/MetadataService.cls 3538 12 3551 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2147 /apex-mdapi/src/classes/MetadataService.cls 3538 12 3551 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2148 /apex-mdapi/src/classes/MetadataService.cls 3541 26 3541 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2148 /apex-mdapi/src/classes/MetadataService.cls 3541 26 3541 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2149 /apex-mdapi/src/classes/MetadataService.cls 3545 26 3545 107 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2149 /apex-mdapi/src/classes/MetadataService.cls 3545 26 3545 107 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2150 /apex-mdapi/src/classes/MetadataService.cls 3546 26 3546 107 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 'promptText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2150 /apex-mdapi/src/classes/MetadataService.cls 3546 26 3546 107 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 'promptText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2151 /apex-mdapi/src/classes/MetadataService.cls 3547 26 3547 115 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 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2151 /apex-mdapi/src/classes/MetadataService.cls 3547 26 3547 115 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 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2152 /apex-mdapi/src/classes/MetadataService.cls 3548 26 3548 89 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]*'
2152 /apex-mdapi/src/classes/MetadataService.cls 3548 26 3548 89 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]*'
2153 /apex-mdapi/src/classes/MetadataService.cls 3549 26 3549 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2153 /apex-mdapi/src/classes/MetadataService.cls 3549 26 3549 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2154 /apex-mdapi/src/classes/MetadataService.cls 3550 26 3550 131 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]*'
2154 /apex-mdapi/src/classes/MetadataService.cls 3550 26 3550 131 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]*'
2155 /apex-mdapi/src/classes/MetadataService.cls 3552 12 3575 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2155 /apex-mdapi/src/classes/MetadataService.cls 3552 12 3575 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2156 /apex-mdapi/src/classes/MetadataService.cls 3552 12 3575 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2156 /apex-mdapi/src/classes/MetadataService.cls 3552 12 3575 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2157 /apex-mdapi/src/classes/MetadataService.cls 3555 26 3555 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2157 /apex-mdapi/src/classes/MetadataService.cls 3555 26 3555 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2158 /apex-mdapi/src/classes/MetadataService.cls 3559 23 3559 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2158 /apex-mdapi/src/classes/MetadataService.cls 3559 23 3559 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2159 /apex-mdapi/src/classes/MetadataService.cls 3564 26 3564 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 'body_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2159 /apex-mdapi/src/classes/MetadataService.cls 3564 26 3564 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 'body_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2160 /apex-mdapi/src/classes/MetadataService.cls 3565 26 3565 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2160 /apex-mdapi/src/classes/MetadataService.cls 3565 26 3565 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2161 /apex-mdapi/src/classes/MetadataService.cls 3566 26 3566 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 'links_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2161 /apex-mdapi/src/classes/MetadataService.cls 3566 26 3566 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 'links_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2162 /apex-mdapi/src/classes/MetadataService.cls 3567 26 3567 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2162 /apex-mdapi/src/classes/MetadataService.cls 3567 26 3567 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2163 /apex-mdapi/src/classes/MetadataService.cls 3568 26 3568 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 'pageComponentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2163 /apex-mdapi/src/classes/MetadataService.cls 3568 26 3568 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 'pageComponentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2164 /apex-mdapi/src/classes/MetadataService.cls 3569 26 3569 105 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 'showLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2164 /apex-mdapi/src/classes/MetadataService.cls 3569 26 3569 105 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 'showLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2165 /apex-mdapi/src/classes/MetadataService.cls 3570 26 3570 115 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 'showScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2165 /apex-mdapi/src/classes/MetadataService.cls 3570 26 3570 115 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 'showScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2166 /apex-mdapi/src/classes/MetadataService.cls 3571 26 3571 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2166 /apex-mdapi/src/classes/MetadataService.cls 3571 26 3571 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2167 /apex-mdapi/src/classes/MetadataService.cls 3572 26 3572 89 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]*'
2167 /apex-mdapi/src/classes/MetadataService.cls 3572 26 3572 89 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]*'
2168 /apex-mdapi/src/classes/MetadataService.cls 3573 26 3573 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2168 /apex-mdapi/src/classes/MetadataService.cls 3573 26 3573 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2169 /apex-mdapi/src/classes/MetadataService.cls 3574 26 3574 165 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]*'
2169 /apex-mdapi/src/classes/MetadataService.cls 3574 26 3574 165 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]*'
2170 /apex-mdapi/src/classes/MetadataService.cls 3576 12 3585 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2170 /apex-mdapi/src/classes/MetadataService.cls 3576 12 3585 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2171 /apex-mdapi/src/classes/MetadataService.cls 3580 26 3580 103 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]*'
2171 /apex-mdapi/src/classes/MetadataService.cls 3580 26 3580 103 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]*'
2172 /apex-mdapi/src/classes/MetadataService.cls 3581 26 3581 97 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]*'
2172 /apex-mdapi/src/classes/MetadataService.cls 3581 26 3581 97 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]*'
2173 /apex-mdapi/src/classes/MetadataService.cls 3582 26 3582 103 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 'readable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2173 /apex-mdapi/src/classes/MetadataService.cls 3582 26 3582 103 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 'readable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2174 /apex-mdapi/src/classes/MetadataService.cls 3583 26 3583 89 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]*'
2174 /apex-mdapi/src/classes/MetadataService.cls 3583 26 3583 89 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]*'
2175 /apex-mdapi/src/classes/MetadataService.cls 3584 26 3584 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]*'
2175 /apex-mdapi/src/classes/MetadataService.cls 3584 26 3584 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]*'
2176 /apex-mdapi/src/classes/MetadataService.cls 3586 12 3599 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2176 /apex-mdapi/src/classes/MetadataService.cls 3586 12 3599 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2177 /apex-mdapi/src/classes/MetadataService.cls 3592 26 3592 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2177 /apex-mdapi/src/classes/MetadataService.cls 3592 26 3592 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2178 /apex-mdapi/src/classes/MetadataService.cls 3593 26 3593 112 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 'packageNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2178 /apex-mdapi/src/classes/MetadataService.cls 3593 26 3593 112 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 'packageNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2179 /apex-mdapi/src/classes/MetadataService.cls 3594 26 3594 113 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2179 /apex-mdapi/src/classes/MetadataService.cls 3594 26 3594 113 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 'singlePackage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2180 /apex-mdapi/src/classes/MetadataService.cls 3595 26 3595 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 'specificFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2180 /apex-mdapi/src/classes/MetadataService.cls 3595 26 3595 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 'specificFiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2181 /apex-mdapi/src/classes/MetadataService.cls 3596 26 3596 107 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 'unpackaged_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2181 /apex-mdapi/src/classes/MetadataService.cls 3596 26 3596 107 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 'unpackaged_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2182 /apex-mdapi/src/classes/MetadataService.cls 3597 26 3597 89 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]*'
2182 /apex-mdapi/src/classes/MetadataService.cls 3597 26 3597 89 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]*'
2183 /apex-mdapi/src/classes/MetadataService.cls 3598 26 3598 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2183 /apex-mdapi/src/classes/MetadataService.cls 3598 26 3598 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2184 /apex-mdapi/src/classes/MetadataService.cls 3600 12 3609 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2184 /apex-mdapi/src/classes/MetadataService.cls 3600 12 3609 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2185 /apex-mdapi/src/classes/MetadataService.cls 3601 51 3601 57 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 'join_x' doesn't match '[a-z][a-zA-Z0-9]*'
2185 /apex-mdapi/src/classes/MetadataService.cls 3601 51 3601 57 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 'join_x' doesn't match '[a-z][a-zA-Z0-9]*'
2186 /apex-mdapi/src/classes/MetadataService.cls 3604 26 3604 97 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2186 /apex-mdapi/src/classes/MetadataService.cls 3604 26 3604 97 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2187 /apex-mdapi/src/classes/MetadataService.cls 3605 26 3605 105 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 'outerJoin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2187 /apex-mdapi/src/classes/MetadataService.cls 3605 26 3605 105 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 'outerJoin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2188 /apex-mdapi/src/classes/MetadataService.cls 3606 26 3606 111 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 'relationship_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2188 /apex-mdapi/src/classes/MetadataService.cls 3606 26 3606 111 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 'relationship_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2189 /apex-mdapi/src/classes/MetadataService.cls 3607 26 3607 89 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]*'
2189 /apex-mdapi/src/classes/MetadataService.cls 3607 26 3607 89 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]*'
2190 /apex-mdapi/src/classes/MetadataService.cls 3608 26 3608 99 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]*'
2190 /apex-mdapi/src/classes/MetadataService.cls 3608 26 3608 99 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]*'
2191 /apex-mdapi/src/classes/MetadataService.cls 3610 12 3617 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2191 /apex-mdapi/src/classes/MetadataService.cls 3610 12 3617 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2192 /apex-mdapi/src/classes/MetadataService.cls 3613 26 3613 102 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]*'
2192 /apex-mdapi/src/classes/MetadataService.cls 3613 26 3613 102 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]*'
2193 /apex-mdapi/src/classes/MetadataService.cls 3614 26 3614 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2193 /apex-mdapi/src/classes/MetadataService.cls 3614 26 3614 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2194 /apex-mdapi/src/classes/MetadataService.cls 3615 26 3615 89 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]*'
2194 /apex-mdapi/src/classes/MetadataService.cls 3615 26 3615 89 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]*'
2195 /apex-mdapi/src/classes/MetadataService.cls 3616 26 3616 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]*'
2195 /apex-mdapi/src/classes/MetadataService.cls 3616 26 3616 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]*'
2196 /apex-mdapi/src/classes/MetadataService.cls 3618 12 3629 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2196 /apex-mdapi/src/classes/MetadataService.cls 3618 12 3629 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2197 /apex-mdapi/src/classes/MetadataService.cls 3621 26 3621 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2197 /apex-mdapi/src/classes/MetadataService.cls 3621 26 3621 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2198 /apex-mdapi/src/classes/MetadataService.cls 3624 26 3624 100 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]*'
2198 /apex-mdapi/src/classes/MetadataService.cls 3624 26 3624 100 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]*'
2199 /apex-mdapi/src/classes/MetadataService.cls 3625 26 3625 97 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]*'
2199 /apex-mdapi/src/classes/MetadataService.cls 3625 26 3625 97 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]*'
2200 /apex-mdapi/src/classes/MetadataService.cls 3626 26 3626 89 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]*'
2200 /apex-mdapi/src/classes/MetadataService.cls 3626 26 3626 89 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]*'
2201 /apex-mdapi/src/classes/MetadataService.cls 3627 26 3627 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2201 /apex-mdapi/src/classes/MetadataService.cls 3627 26 3627 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2202 /apex-mdapi/src/classes/MetadataService.cls 3628 26 3628 92 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]*'
2202 /apex-mdapi/src/classes/MetadataService.cls 3628 26 3628 92 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]*'
2203 /apex-mdapi/src/classes/MetadataService.cls 3630 12 3643 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2203 /apex-mdapi/src/classes/MetadataService.cls 3630 12 3643 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2204 /apex-mdapi/src/classes/MetadataService.cls 3636 26 3636 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2204 /apex-mdapi/src/classes/MetadataService.cls 3636 26 3636 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2205 /apex-mdapi/src/classes/MetadataService.cls 3637 26 3637 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2205 /apex-mdapi/src/classes/MetadataService.cls 3637 26 3637 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2206 /apex-mdapi/src/classes/MetadataService.cls 3638 26 3638 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2206 /apex-mdapi/src/classes/MetadataService.cls 3638 26 3638 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2207 /apex-mdapi/src/classes/MetadataService.cls 3639 26 3639 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2207 /apex-mdapi/src/classes/MetadataService.cls 3639 26 3639 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2208 /apex-mdapi/src/classes/MetadataService.cls 3640 26 3640 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 'scriptBootstrapMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2208 /apex-mdapi/src/classes/MetadataService.cls 3640 26 3640 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 'scriptBootstrapMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2209 /apex-mdapi/src/classes/MetadataService.cls 3641 26 3641 89 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]*'
2209 /apex-mdapi/src/classes/MetadataService.cls 3641 26 3641 89 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]*'
2210 /apex-mdapi/src/classes/MetadataService.cls 3642 26 3642 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]*'
2210 /apex-mdapi/src/classes/MetadataService.cls 3642 26 3642 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]*'
2211 /apex-mdapi/src/classes/MetadataService.cls 3644 20 3650 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2211 /apex-mdapi/src/classes/MetadataService.cls 3644 20 3650 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2212 /apex-mdapi/src/classes/MetadataService.cls 3651 12 3698 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2212 /apex-mdapi/src/classes/MetadataService.cls 3651 12 3698 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2213 /apex-mdapi/src/classes/MetadataService.cls 3651 12 3698 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class AuthProvider has 22 public methods, attributes, and properties (limit: 20)
2213 /apex-mdapi/src/classes/MetadataService.cls 3651 12 3698 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class AuthProvider has 22 public methods, attributes, and properties (limit: 20)
2214 /apex-mdapi/src/classes/MetadataService.cls 3651 12 3698 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2214 /apex-mdapi/src/classes/MetadataService.cls 3651 12 3698 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2215 /apex-mdapi/src/classes/MetadataService.cls 3654 26 3654 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2215 /apex-mdapi/src/classes/MetadataService.cls 3654 26 3654 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2216 /apex-mdapi/src/classes/MetadataService.cls 3675 26 3675 111 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 'authorizeUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2216 /apex-mdapi/src/classes/MetadataService.cls 3675 26 3675 111 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 'authorizeUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2217 /apex-mdapi/src/classes/MetadataService.cls 3676 26 3676 109 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 'consumerKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2217 /apex-mdapi/src/classes/MetadataService.cls 3676 26 3676 109 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 'consumerKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2218 /apex-mdapi/src/classes/MetadataService.cls 3677 26 3677 115 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 'consumerSecret_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2218 /apex-mdapi/src/classes/MetadataService.cls 3677 26 3677 115 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 'consumerSecret_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2219 /apex-mdapi/src/classes/MetadataService.cls 3678 26 3678 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 'customMetadataTypeRecord_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2219 /apex-mdapi/src/classes/MetadataService.cls 3678 26 3678 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 'customMetadataTypeRecord_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2220 /apex-mdapi/src/classes/MetadataService.cls 3679 26 3679 113 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 'defaultScopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2220 /apex-mdapi/src/classes/MetadataService.cls 3679 26 3679 113 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 'defaultScopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2221 /apex-mdapi/src/classes/MetadataService.cls 3680 26 3680 103 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 'errorUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2221 /apex-mdapi/src/classes/MetadataService.cls 3680 26 3680 103 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 'errorUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2222 /apex-mdapi/src/classes/MetadataService.cls 3681 26 3681 113 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 'executionUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2222 /apex-mdapi/src/classes/MetadataService.cls 3681 26 3681 113 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 'executionUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2223 /apex-mdapi/src/classes/MetadataService.cls 3682 26 3682 111 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 'friendlyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2223 /apex-mdapi/src/classes/MetadataService.cls 3682 26 3682 111 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 'friendlyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2224 /apex-mdapi/src/classes/MetadataService.cls 3683 26 3683 101 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2224 /apex-mdapi/src/classes/MetadataService.cls 3683 26 3683 101 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2225 /apex-mdapi/src/classes/MetadataService.cls 3684 26 3684 113 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 'idTokenIssuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2225 /apex-mdapi/src/classes/MetadataService.cls 3684 26 3684 113 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 'idTokenIssuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2226 /apex-mdapi/src/classes/MetadataService.cls 3685 26 3685 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 'includeOrgIdInIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2226 /apex-mdapi/src/classes/MetadataService.cls 3685 26 3685 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 'includeOrgIdInIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2227 /apex-mdapi/src/classes/MetadataService.cls 3686 26 3686 105 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2227 /apex-mdapi/src/classes/MetadataService.cls 3686 26 3686 105 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2228 /apex-mdapi/src/classes/MetadataService.cls 3687 26 3687 99 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 'plugin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2228 /apex-mdapi/src/classes/MetadataService.cls 3687 26 3687 99 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 'plugin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2229 /apex-mdapi/src/classes/MetadataService.cls 3688 26 3688 99 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2229 /apex-mdapi/src/classes/MetadataService.cls 3688 26 3688 99 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2230 /apex-mdapi/src/classes/MetadataService.cls 3689 26 3689 111 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 'providerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2230 /apex-mdapi/src/classes/MetadataService.cls 3689 26 3689 111 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 'providerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2231 /apex-mdapi/src/classes/MetadataService.cls 3690 26 3690 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 'registrationHandler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2231 /apex-mdapi/src/classes/MetadataService.cls 3690 26 3690 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 'registrationHandler_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2232 /apex-mdapi/src/classes/MetadataService.cls 3691 26 3691 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 'sendAccessTokenInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2232 /apex-mdapi/src/classes/MetadataService.cls 3691 26 3691 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 'sendAccessTokenInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2233 /apex-mdapi/src/classes/MetadataService.cls 3692 26 3692 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 'sendClientCredentialsInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2233 /apex-mdapi/src/classes/MetadataService.cls 3692 26 3692 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 'sendClientCredentialsInHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2234 /apex-mdapi/src/classes/MetadataService.cls 3693 26 3693 103 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 'tokenUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2234 /apex-mdapi/src/classes/MetadataService.cls 3693 26 3693 103 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 'tokenUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2235 /apex-mdapi/src/classes/MetadataService.cls 3694 26 3694 109 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 'userInfoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2235 /apex-mdapi/src/classes/MetadataService.cls 3694 26 3694 109 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 'userInfoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2236 /apex-mdapi/src/classes/MetadataService.cls 3695 26 3695 89 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]*'
2236 /apex-mdapi/src/classes/MetadataService.cls 3695 26 3695 89 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]*'
2237 /apex-mdapi/src/classes/MetadataService.cls 3696 26 3696 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2237 /apex-mdapi/src/classes/MetadataService.cls 3696 26 3696 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2238 /apex-mdapi/src/classes/MetadataService.cls 3697 26 3697 409 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]*'
2238 /apex-mdapi/src/classes/MetadataService.cls 3697 26 3697 409 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]*'
2239 /apex-mdapi/src/classes/MetadataService.cls 3699 12 3732 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2239 /apex-mdapi/src/classes/MetadataService.cls 3699 12 3732 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2240 /apex-mdapi/src/classes/MetadataService.cls 3699 12 3732 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2240 /apex-mdapi/src/classes/MetadataService.cls 3699 12 3732 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2241 /apex-mdapi/src/classes/MetadataService.cls 3702 26 3702 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2241 /apex-mdapi/src/classes/MetadataService.cls 3702 26 3702 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2242 /apex-mdapi/src/classes/MetadataService.cls 3705 26 3705 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2242 /apex-mdapi/src/classes/MetadataService.cls 3705 26 3705 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2243 /apex-mdapi/src/classes/MetadataService.cls 3706 26 3706 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2243 /apex-mdapi/src/classes/MetadataService.cls 3706 26 3706 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2244 /apex-mdapi/src/classes/MetadataService.cls 3710 24 3710 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'limit_x' doesn't match '[a-z][a-zA-Z0-9]*'
2244 /apex-mdapi/src/classes/MetadataService.cls 3710 24 3710 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'limit_x' doesn't match '[a-z][a-zA-Z0-9]*'
2245 /apex-mdapi/src/classes/MetadataService.cls 3711 23 3711 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2245 /apex-mdapi/src/classes/MetadataService.cls 3711 23 3711 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2246 /apex-mdapi/src/classes/MetadataService.cls 3718 26 3718 103 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2246 /apex-mdapi/src/classes/MetadataService.cls 3718 26 3718 103 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2247 /apex-mdapi/src/classes/MetadataService.cls 3719 26 3719 111 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 'displayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2247 /apex-mdapi/src/classes/MetadataService.cls 3719 26 3719 111 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 'displayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2248 /apex-mdapi/src/classes/MetadataService.cls 3720 26 3720 102 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2248 /apex-mdapi/src/classes/MetadataService.cls 3720 26 3720 102 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2249 /apex-mdapi/src/classes/MetadataService.cls 3721 26 3721 99 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 'limit_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2249 /apex-mdapi/src/classes/MetadataService.cls 3721 26 3721 99 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 'limit_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2250 /apex-mdapi/src/classes/MetadataService.cls 3722 26 3722 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2250 /apex-mdapi/src/classes/MetadataService.cls 3722 26 3722 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2251 /apex-mdapi/src/classes/MetadataService.cls 3723 26 3723 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2251 /apex-mdapi/src/classes/MetadataService.cls 3723 26 3723 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2252 /apex-mdapi/src/classes/MetadataService.cls 3724 26 3724 113 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 'picklistField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2252 /apex-mdapi/src/classes/MetadataService.cls 3724 26 3724 113 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 'picklistField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2253 /apex-mdapi/src/classes/MetadataService.cls 3725 26 3725 115 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 'picklistObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2253 /apex-mdapi/src/classes/MetadataService.cls 3725 26 3725 115 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 'picklistObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2254 /apex-mdapi/src/classes/MetadataService.cls 3726 26 3726 105 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2254 /apex-mdapi/src/classes/MetadataService.cls 3726 26 3726 105 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2255 /apex-mdapi/src/classes/MetadataService.cls 3727 26 3727 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2255 /apex-mdapi/src/classes/MetadataService.cls 3727 26 3727 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2256 /apex-mdapi/src/classes/MetadataService.cls 3728 26 3728 107 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2256 /apex-mdapi/src/classes/MetadataService.cls 3728 26 3728 107 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 'valueField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2257 /apex-mdapi/src/classes/MetadataService.cls 3729 26 3729 89 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]*'
2257 /apex-mdapi/src/classes/MetadataService.cls 3729 26 3729 89 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]*'
2258 /apex-mdapi/src/classes/MetadataService.cls 3730 26 3730 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2258 /apex-mdapi/src/classes/MetadataService.cls 3730 26 3730 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2259 /apex-mdapi/src/classes/MetadataService.cls 3731 26 3731 256 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]*'
2259 /apex-mdapi/src/classes/MetadataService.cls 3731 26 3731 256 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]*'
2260 /apex-mdapi/src/classes/MetadataService.cls 3733 12 3738 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2260 /apex-mdapi/src/classes/MetadataService.cls 3733 12 3738 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2261 /apex-mdapi/src/classes/MetadataService.cls 3735 26 3735 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 'relatedContentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2261 /apex-mdapi/src/classes/MetadataService.cls 3735 26 3735 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 'relatedContentItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2262 /apex-mdapi/src/classes/MetadataService.cls 3736 26 3736 89 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]*'
2262 /apex-mdapi/src/classes/MetadataService.cls 3736 26 3736 89 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]*'
2263 /apex-mdapi/src/classes/MetadataService.cls 3737 26 3737 85 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]*'
2263 /apex-mdapi/src/classes/MetadataService.cls 3737 26 3737 85 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]*'
2264 /apex-mdapi/src/classes/MetadataService.cls 3739 12 3788 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2264 /apex-mdapi/src/classes/MetadataService.cls 3739 12 3788 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2265 /apex-mdapi/src/classes/MetadataService.cls 3739 12 3788 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class WebLink has 23 public methods, attributes, and properties (limit: 20)
2265 /apex-mdapi/src/classes/MetadataService.cls 3739 12 3788 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class WebLink has 23 public methods, attributes, and properties (limit: 20)
2266 /apex-mdapi/src/classes/MetadataService.cls 3739 12 3788 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2266 /apex-mdapi/src/classes/MetadataService.cls 3739 12 3788 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2267 /apex-mdapi/src/classes/MetadataService.cls 3742 26 3742 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2267 /apex-mdapi/src/classes/MetadataService.cls 3742 26 3742 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2268 /apex-mdapi/src/classes/MetadataService.cls 3755 23 3755 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2268 /apex-mdapi/src/classes/MetadataService.cls 3755 23 3755 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2269 /apex-mdapi/src/classes/MetadataService.cls 3757 24 3757 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2269 /apex-mdapi/src/classes/MetadataService.cls 3757 24 3757 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2270 /apex-mdapi/src/classes/MetadataService.cls 3764 26 3764 111 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2270 /apex-mdapi/src/classes/MetadataService.cls 3764 26 3764 111 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2271 /apex-mdapi/src/classes/MetadataService.cls 3765 26 3765 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2271 /apex-mdapi/src/classes/MetadataService.cls 3765 26 3765 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2272 /apex-mdapi/src/classes/MetadataService.cls 3766 26 3766 109 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2272 /apex-mdapi/src/classes/MetadataService.cls 3766 26 3766 109 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2273 /apex-mdapi/src/classes/MetadataService.cls 3767 26 3767 109 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2273 /apex-mdapi/src/classes/MetadataService.cls 3767 26 3767 109 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2274 /apex-mdapi/src/classes/MetadataService.cls 3768 26 3768 107 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2274 /apex-mdapi/src/classes/MetadataService.cls 3768 26 3768 107 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2275 /apex-mdapi/src/classes/MetadataService.cls 3769 26 3769 113 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2275 /apex-mdapi/src/classes/MetadataService.cls 3769 26 3769 113 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2276 /apex-mdapi/src/classes/MetadataService.cls 3770 26 3770 107 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2276 /apex-mdapi/src/classes/MetadataService.cls 3770 26 3770 107 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2277 /apex-mdapi/src/classes/MetadataService.cls 3771 26 3771 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2277 /apex-mdapi/src/classes/MetadataService.cls 3771 26 3771 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2278 /apex-mdapi/src/classes/MetadataService.cls 3772 26 3772 109 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2278 /apex-mdapi/src/classes/MetadataService.cls 3772 26 3772 109 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2279 /apex-mdapi/src/classes/MetadataService.cls 3773 26 3773 103 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 'linkType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2279 /apex-mdapi/src/classes/MetadataService.cls 3773 26 3773 103 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 'linkType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2280 /apex-mdapi/src/classes/MetadataService.cls 3774 26 3774 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2280 /apex-mdapi/src/classes/MetadataService.cls 3774 26 3774 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2281 /apex-mdapi/src/classes/MetadataService.cls 3775 26 3775 103 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 'openType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2281 /apex-mdapi/src/classes/MetadataService.cls 3775 26 3775 103 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 'openType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2282 /apex-mdapi/src/classes/MetadataService.cls 3776 26 3776 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2282 /apex-mdapi/src/classes/MetadataService.cls 3776 26 3776 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2283 /apex-mdapi/src/classes/MetadataService.cls 3777 26 3777 103 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2283 /apex-mdapi/src/classes/MetadataService.cls 3777 26 3777 103 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2284 /apex-mdapi/src/classes/MetadataService.cls 3778 26 3778 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2284 /apex-mdapi/src/classes/MetadataService.cls 3778 26 3778 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2285 /apex-mdapi/src/classes/MetadataService.cls 3779 26 3779 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2285 /apex-mdapi/src/classes/MetadataService.cls 3779 26 3779 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2286 /apex-mdapi/src/classes/MetadataService.cls 3780 26 3780 103 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2286 /apex-mdapi/src/classes/MetadataService.cls 3780 26 3780 103 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2287 /apex-mdapi/src/classes/MetadataService.cls 3781 26 3781 113 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2287 /apex-mdapi/src/classes/MetadataService.cls 3781 26 3781 113 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2288 /apex-mdapi/src/classes/MetadataService.cls 3782 26 3782 109 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2288 /apex-mdapi/src/classes/MetadataService.cls 3782 26 3782 109 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2289 /apex-mdapi/src/classes/MetadataService.cls 3783 26 3783 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2289 /apex-mdapi/src/classes/MetadataService.cls 3783 26 3783 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2290 /apex-mdapi/src/classes/MetadataService.cls 3784 26 3784 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2290 /apex-mdapi/src/classes/MetadataService.cls 3784 26 3784 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2291 /apex-mdapi/src/classes/MetadataService.cls 3785 26 3785 89 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]*'
2291 /apex-mdapi/src/classes/MetadataService.cls 3785 26 3785 89 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]*'
2292 /apex-mdapi/src/classes/MetadataService.cls 3786 26 3786 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2292 /apex-mdapi/src/classes/MetadataService.cls 3786 26 3786 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2293 /apex-mdapi/src/classes/MetadataService.cls 3787 26 3787 344 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]*'
2293 /apex-mdapi/src/classes/MetadataService.cls 3787 26 3787 344 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]*'
2294 /apex-mdapi/src/classes/MetadataService.cls 3789 12 3848 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2294 /apex-mdapi/src/classes/MetadataService.cls 3789 12 3848 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2295 /apex-mdapi/src/classes/MetadataService.cls 3789 12 3848 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Flow has 28 public methods, attributes, and properties (limit: 20)
2295 /apex-mdapi/src/classes/MetadataService.cls 3789 12 3848 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Flow has 28 public methods, attributes, and properties (limit: 20)
2296 /apex-mdapi/src/classes/MetadataService.cls 3789 12 3848 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2296 /apex-mdapi/src/classes/MetadataService.cls 3789 12 3848 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2297 /apex-mdapi/src/classes/MetadataService.cls 3792 26 3792 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2297 /apex-mdapi/src/classes/MetadataService.cls 3792 26 3792 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2298 /apex-mdapi/src/classes/MetadataService.cls 3819 26 3819 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 'actionCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2298 /apex-mdapi/src/classes/MetadataService.cls 3819 26 3819 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 'actionCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2299 /apex-mdapi/src/classes/MetadataService.cls 3820 26 3820 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 'apexPluginCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2299 /apex-mdapi/src/classes/MetadataService.cls 3820 26 3820 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 'apexPluginCalls_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2300 /apex-mdapi/src/classes/MetadataService.cls 3821 26 3821 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2300 /apex-mdapi/src/classes/MetadataService.cls 3821 26 3821 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2301 /apex-mdapi/src/classes/MetadataService.cls 3822 26 3822 102 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 'choices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2301 /apex-mdapi/src/classes/MetadataService.cls 3822 26 3822 102 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 'choices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2302 /apex-mdapi/src/classes/MetadataService.cls 3823 26 3823 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 'constants_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2302 /apex-mdapi/src/classes/MetadataService.cls 3823 26 3823 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 'constants_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2303 /apex-mdapi/src/classes/MetadataService.cls 3824 26 3824 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 'decisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2303 /apex-mdapi/src/classes/MetadataService.cls 3824 26 3824 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 'decisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2304 /apex-mdapi/src/classes/MetadataService.cls 3825 26 3825 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2304 /apex-mdapi/src/classes/MetadataService.cls 3825 26 3825 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2305 /apex-mdapi/src/classes/MetadataService.cls 3826 26 3826 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 'dynamicChoiceSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2305 /apex-mdapi/src/classes/MetadataService.cls 3826 26 3826 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 'dynamicChoiceSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2306 /apex-mdapi/src/classes/MetadataService.cls 3827 26 3827 104 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 'formulas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2306 /apex-mdapi/src/classes/MetadataService.cls 3827 26 3827 104 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 'formulas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2307 /apex-mdapi/src/classes/MetadataService.cls 3828 26 3828 115 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 'interviewLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2307 /apex-mdapi/src/classes/MetadataService.cls 3828 26 3828 115 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 'interviewLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2308 /apex-mdapi/src/classes/MetadataService.cls 3829 26 3829 97 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]*'
2308 /apex-mdapi/src/classes/MetadataService.cls 3829 26 3829 97 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]*'
2309 /apex-mdapi/src/classes/MetadataService.cls 3830 26 3830 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 'loops_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2309 /apex-mdapi/src/classes/MetadataService.cls 3830 26 3830 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 'loops_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2310 /apex-mdapi/src/classes/MetadataService.cls 3831 26 3831 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2310 /apex-mdapi/src/classes/MetadataService.cls 3831 26 3831 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2311 /apex-mdapi/src/classes/MetadataService.cls 3832 26 3832 109 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 'processType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2311 /apex-mdapi/src/classes/MetadataService.cls 3832 26 3832 109 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 'processType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2312 /apex-mdapi/src/classes/MetadataService.cls 3833 26 3833 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 'recordCreates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2312 /apex-mdapi/src/classes/MetadataService.cls 3833 26 3833 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 'recordCreates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2313 /apex-mdapi/src/classes/MetadataService.cls 3834 26 3834 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 'recordDeletes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2313 /apex-mdapi/src/classes/MetadataService.cls 3834 26 3834 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 'recordDeletes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2314 /apex-mdapi/src/classes/MetadataService.cls 3835 26 3835 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 'recordLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2314 /apex-mdapi/src/classes/MetadataService.cls 3835 26 3835 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 'recordLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2315 /apex-mdapi/src/classes/MetadataService.cls 3836 26 3836 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 'recordUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2315 /apex-mdapi/src/classes/MetadataService.cls 3836 26 3836 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 'recordUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2316 /apex-mdapi/src/classes/MetadataService.cls 3837 26 3837 102 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 'screens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2316 /apex-mdapi/src/classes/MetadataService.cls 3837 26 3837 102 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 'screens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2317 /apex-mdapi/src/classes/MetadataService.cls 3838 26 3838 100 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 'stages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2317 /apex-mdapi/src/classes/MetadataService.cls 3838 26 3838 100 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 'stages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2318 /apex-mdapi/src/classes/MetadataService.cls 3839 26 3839 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 'startElementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2318 /apex-mdapi/src/classes/MetadataService.cls 3839 26 3839 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 'startElementReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2319 /apex-mdapi/src/classes/MetadataService.cls 3840 26 3840 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 'steps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2319 /apex-mdapi/src/classes/MetadataService.cls 3840 26 3840 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 'steps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2320 /apex-mdapi/src/classes/MetadataService.cls 3841 26 3841 104 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 'subflows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2320 /apex-mdapi/src/classes/MetadataService.cls 3841 26 3841 104 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 'subflows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2321 /apex-mdapi/src/classes/MetadataService.cls 3842 26 3842 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 'textTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2321 /apex-mdapi/src/classes/MetadataService.cls 3842 26 3842 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 'textTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2322 /apex-mdapi/src/classes/MetadataService.cls 3843 26 3843 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 'variables_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2322 /apex-mdapi/src/classes/MetadataService.cls 3843 26 3843 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 'variables_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2323 /apex-mdapi/src/classes/MetadataService.cls 3844 26 3844 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 'waits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2323 /apex-mdapi/src/classes/MetadataService.cls 3844 26 3844 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 'waits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2324 /apex-mdapi/src/classes/MetadataService.cls 3845 26 3845 89 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]*'
2324 /apex-mdapi/src/classes/MetadataService.cls 3845 26 3845 89 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]*'
2325 /apex-mdapi/src/classes/MetadataService.cls 3846 26 3846 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2325 /apex-mdapi/src/classes/MetadataService.cls 3846 26 3846 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2326 /apex-mdapi/src/classes/MetadataService.cls 3847 26 3847 433 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]*'
2326 /apex-mdapi/src/classes/MetadataService.cls 3847 26 3847 433 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]*'
2327 /apex-mdapi/src/classes/MetadataService.cls 3849 12 3856 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2327 /apex-mdapi/src/classes/MetadataService.cls 3849 12 3856 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2328 /apex-mdapi/src/classes/MetadataService.cls 3852 26 3852 97 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]*'
2328 /apex-mdapi/src/classes/MetadataService.cls 3852 26 3852 97 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]*'
2329 /apex-mdapi/src/classes/MetadataService.cls 3853 26 3853 96 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]*'
2329 /apex-mdapi/src/classes/MetadataService.cls 3853 26 3853 96 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]*'
2330 /apex-mdapi/src/classes/MetadataService.cls 3854 26 3854 89 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]*'
2330 /apex-mdapi/src/classes/MetadataService.cls 3854 26 3854 89 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]*'
2331 /apex-mdapi/src/classes/MetadataService.cls 3855 26 3855 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]*'
2331 /apex-mdapi/src/classes/MetadataService.cls 3855 26 3855 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]*'
2332 /apex-mdapi/src/classes/MetadataService.cls 3857 12 3870 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2332 /apex-mdapi/src/classes/MetadataService.cls 3857 12 3870 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2333 /apex-mdapi/src/classes/MetadataService.cls 3863 26 3863 111 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 'publicGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2333 /apex-mdapi/src/classes/MetadataService.cls 3863 26 3863 111 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 'publicGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2334 /apex-mdapi/src/classes/MetadataService.cls 3864 26 3864 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 'roleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2334 /apex-mdapi/src/classes/MetadataService.cls 3864 26 3864 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 'roleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2335 /apex-mdapi/src/classes/MetadataService.cls 3865 26 3865 141 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 'roleAndSubordinatesInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2335 /apex-mdapi/src/classes/MetadataService.cls 3865 26 3865 141 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 'roleAndSubordinatesInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2336 /apex-mdapi/src/classes/MetadataService.cls 3866 26 3866 97 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2336 /apex-mdapi/src/classes/MetadataService.cls 3866 26 3866 97 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2337 /apex-mdapi/src/classes/MetadataService.cls 3867 26 3867 97 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2337 /apex-mdapi/src/classes/MetadataService.cls 3867 26 3867 97 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2338 /apex-mdapi/src/classes/MetadataService.cls 3868 26 3868 89 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]*'
2338 /apex-mdapi/src/classes/MetadataService.cls 3868 26 3868 89 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]*'
2339 /apex-mdapi/src/classes/MetadataService.cls 3869 26 3869 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2339 /apex-mdapi/src/classes/MetadataService.cls 3869 26 3869 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2340 /apex-mdapi/src/classes/MetadataService.cls 3871 12 3880 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2340 /apex-mdapi/src/classes/MetadataService.cls 3871 12 3880 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2341 /apex-mdapi/src/classes/MetadataService.cls 3873 23 3873 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2341 /apex-mdapi/src/classes/MetadataService.cls 3873 23 3873 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2342 /apex-mdapi/src/classes/MetadataService.cls 3875 26 3875 101 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 'channel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2342 /apex-mdapi/src/classes/MetadataService.cls 3875 26 3875 101 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 'channel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2343 /apex-mdapi/src/classes/MetadataService.cls 3876 26 3876 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2343 /apex-mdapi/src/classes/MetadataService.cls 3876 26 3876 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2344 /apex-mdapi/src/classes/MetadataService.cls 3877 26 3877 103 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2344 /apex-mdapi/src/classes/MetadataService.cls 3877 26 3877 103 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2345 /apex-mdapi/src/classes/MetadataService.cls 3878 26 3878 89 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]*'
2345 /apex-mdapi/src/classes/MetadataService.cls 3878 26 3878 89 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]*'
2346 /apex-mdapi/src/classes/MetadataService.cls 3879 26 3879 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]*'
2346 /apex-mdapi/src/classes/MetadataService.cls 3879 26 3879 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]*'
2347 /apex-mdapi/src/classes/MetadataService.cls 3881 12 3896 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2347 /apex-mdapi/src/classes/MetadataService.cls 3881 12 3896 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2348 /apex-mdapi/src/classes/MetadataService.cls 3884 26 3884 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2348 /apex-mdapi/src/classes/MetadataService.cls 3884 26 3884 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2349 /apex-mdapi/src/classes/MetadataService.cls 3886 26 3886 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2349 /apex-mdapi/src/classes/MetadataService.cls 3886 26 3886 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2350 /apex-mdapi/src/classes/MetadataService.cls 3890 26 3890 111 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 'dataflowType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2350 /apex-mdapi/src/classes/MetadataService.cls 3890 26 3890 111 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 'dataflowType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2351 /apex-mdapi/src/classes/MetadataService.cls 3891 26 3891 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2351 /apex-mdapi/src/classes/MetadataService.cls 3891 26 3891 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2352 /apex-mdapi/src/classes/MetadataService.cls 3892 26 3892 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2352 /apex-mdapi/src/classes/MetadataService.cls 3892 26 3892 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2353 /apex-mdapi/src/classes/MetadataService.cls 3893 26 3893 89 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]*'
2353 /apex-mdapi/src/classes/MetadataService.cls 3893 26 3893 89 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]*'
2354 /apex-mdapi/src/classes/MetadataService.cls 3894 26 3894 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2354 /apex-mdapi/src/classes/MetadataService.cls 3894 26 3894 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2355 /apex-mdapi/src/classes/MetadataService.cls 3895 26 3895 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2355 /apex-mdapi/src/classes/MetadataService.cls 3895 26 3895 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2356 /apex-mdapi/src/classes/MetadataService.cls 3897 12 3910 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2356 /apex-mdapi/src/classes/MetadataService.cls 3897 12 3910 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2357 /apex-mdapi/src/classes/MetadataService.cls 3900 26 3900 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2357 /apex-mdapi/src/classes/MetadataService.cls 3900 26 3900 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2358 /apex-mdapi/src/classes/MetadataService.cls 3904 26 3904 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 'groupingStringEnum_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2358 /apex-mdapi/src/classes/MetadataService.cls 3904 26 3904 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 'groupingStringEnum_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2359 /apex-mdapi/src/classes/MetadataService.cls 3905 26 3905 99 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2359 /apex-mdapi/src/classes/MetadataService.cls 3905 26 3905 99 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2360 /apex-mdapi/src/classes/MetadataService.cls 3906 26 3906 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 'standardValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2360 /apex-mdapi/src/classes/MetadataService.cls 3906 26 3906 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 'standardValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2361 /apex-mdapi/src/classes/MetadataService.cls 3907 26 3907 89 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]*'
2361 /apex-mdapi/src/classes/MetadataService.cls 3907 26 3907 89 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]*'
2362 /apex-mdapi/src/classes/MetadataService.cls 3908 26 3908 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2362 /apex-mdapi/src/classes/MetadataService.cls 3908 26 3908 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2363 /apex-mdapi/src/classes/MetadataService.cls 3909 26 3909 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2363 /apex-mdapi/src/classes/MetadataService.cls 3909 26 3909 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2364 /apex-mdapi/src/classes/MetadataService.cls 3911 12 3922 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2364 /apex-mdapi/src/classes/MetadataService.cls 3911 12 3922 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2365 /apex-mdapi/src/classes/MetadataService.cls 3914 26 3914 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2365 /apex-mdapi/src/classes/MetadataService.cls 3914 26 3914 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2366 /apex-mdapi/src/classes/MetadataService.cls 3917 26 3917 112 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 'dispositions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2366 /apex-mdapi/src/classes/MetadataService.cls 3917 26 3917 112 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 'dispositions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2367 /apex-mdapi/src/classes/MetadataService.cls 3918 26 3918 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 'noHtmlUploadAsAttachment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2367 /apex-mdapi/src/classes/MetadataService.cls 3918 26 3918 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 'noHtmlUploadAsAttachment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2368 /apex-mdapi/src/classes/MetadataService.cls 3919 26 3919 89 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]*'
2368 /apex-mdapi/src/classes/MetadataService.cls 3919 26 3919 89 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]*'
2369 /apex-mdapi/src/classes/MetadataService.cls 3920 26 3920 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2369 /apex-mdapi/src/classes/MetadataService.cls 3920 26 3920 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2370 /apex-mdapi/src/classes/MetadataService.cls 3921 26 3921 117 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]*'
2370 /apex-mdapi/src/classes/MetadataService.cls 3921 26 3921 117 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]*'
2371 /apex-mdapi/src/classes/MetadataService.cls 3923 12 3936 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2371 /apex-mdapi/src/classes/MetadataService.cls 3923 12 3936 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2372 /apex-mdapi/src/classes/MetadataService.cls 3929 26 3929 117 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2372 /apex-mdapi/src/classes/MetadataService.cls 3929 26 3929 117 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2373 /apex-mdapi/src/classes/MetadataService.cls 3930 26 3930 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2373 /apex-mdapi/src/classes/MetadataService.cls 3930 26 3930 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2374 /apex-mdapi/src/classes/MetadataService.cls 3931 26 3931 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 'horizontalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2374 /apex-mdapi/src/classes/MetadataService.cls 3931 26 3931 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 'horizontalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2375 /apex-mdapi/src/classes/MetadataService.cls 3932 26 3932 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 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2375 /apex-mdapi/src/classes/MetadataService.cls 3932 26 3932 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 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2376 /apex-mdapi/src/classes/MetadataService.cls 3933 26 3933 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 'verticalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2376 /apex-mdapi/src/classes/MetadataService.cls 3933 26 3933 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 'verticalAlignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2377 /apex-mdapi/src/classes/MetadataService.cls 3934 26 3934 89 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]*'
2377 /apex-mdapi/src/classes/MetadataService.cls 3934 26 3934 89 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]*'
2378 /apex-mdapi/src/classes/MetadataService.cls 3935 26 3935 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2378 /apex-mdapi/src/classes/MetadataService.cls 3935 26 3935 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2379 /apex-mdapi/src/classes/MetadataService.cls 3937 12 3944 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2379 /apex-mdapi/src/classes/MetadataService.cls 3937 12 3944 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2380 /apex-mdapi/src/classes/MetadataService.cls 3940 26 3940 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2380 /apex-mdapi/src/classes/MetadataService.cls 3940 26 3940 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2381 /apex-mdapi/src/classes/MetadataService.cls 3941 26 3941 109 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 'translation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2381 /apex-mdapi/src/classes/MetadataService.cls 3941 26 3941 109 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 'translation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2382 /apex-mdapi/src/classes/MetadataService.cls 3942 26 3942 89 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]*'
2382 /apex-mdapi/src/classes/MetadataService.cls 3942 26 3942 89 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]*'
2383 /apex-mdapi/src/classes/MetadataService.cls 3943 26 3943 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]*'
2383 /apex-mdapi/src/classes/MetadataService.cls 3943 26 3943 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]*'
2384 /apex-mdapi/src/classes/MetadataService.cls 3945 12 3950 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2384 /apex-mdapi/src/classes/MetadataService.cls 3945 12 3950 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2385 /apex-mdapi/src/classes/MetadataService.cls 3947 26 3947 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 'countries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2385 /apex-mdapi/src/classes/MetadataService.cls 3947 26 3947 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 'countries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2386 /apex-mdapi/src/classes/MetadataService.cls 3948 26 3948 89 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]*'
2386 /apex-mdapi/src/classes/MetadataService.cls 3948 26 3948 89 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]*'
2387 /apex-mdapi/src/classes/MetadataService.cls 3949 26 3949 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]*'
2387 /apex-mdapi/src/classes/MetadataService.cls 3949 26 3949 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]*'
2388 /apex-mdapi/src/classes/MetadataService.cls 3951 12 3966 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2388 /apex-mdapi/src/classes/MetadataService.cls 3951 12 3966 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2389 /apex-mdapi/src/classes/MetadataService.cls 3958 26 3958 99 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]*'
2389 /apex-mdapi/src/classes/MetadataService.cls 3958 26 3958 99 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]*'
2390 /apex-mdapi/src/classes/MetadataService.cls 3959 26 3959 107 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 'entityName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2390 /apex-mdapi/src/classes/MetadataService.cls 3959 26 3959 107 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 'entityName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2391 /apex-mdapi/src/classes/MetadataService.cls 3960 26 3960 105 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 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2391 /apex-mdapi/src/classes/MetadataService.cls 3960 26 3960 105 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 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2392 /apex-mdapi/src/classes/MetadataService.cls 3961 26 3961 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2392 /apex-mdapi/src/classes/MetadataService.cls 3961 26 3961 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2393 /apex-mdapi/src/classes/MetadataService.cls 3962 26 3962 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 'pathAssistantSteps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2393 /apex-mdapi/src/classes/MetadataService.cls 3962 26 3962 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 'pathAssistantSteps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2394 /apex-mdapi/src/classes/MetadataService.cls 3963 26 3963 115 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 'recordTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2394 /apex-mdapi/src/classes/MetadataService.cls 3963 26 3963 115 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 'recordTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2395 /apex-mdapi/src/classes/MetadataService.cls 3964 26 3964 89 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]*'
2395 /apex-mdapi/src/classes/MetadataService.cls 3964 26 3964 89 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]*'
2396 /apex-mdapi/src/classes/MetadataService.cls 3965 26 3965 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]*'
2396 /apex-mdapi/src/classes/MetadataService.cls 3965 26 3965 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]*'
2397 /apex-mdapi/src/classes/MetadataService.cls 3967 12 3980 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2397 /apex-mdapi/src/classes/MetadataService.cls 3967 12 3980 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2398 /apex-mdapi/src/classes/MetadataService.cls 3973 26 3973 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2398 /apex-mdapi/src/classes/MetadataService.cls 3973 26 3973 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2399 /apex-mdapi/src/classes/MetadataService.cls 3974 26 3974 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2399 /apex-mdapi/src/classes/MetadataService.cls 3974 26 3974 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2400 /apex-mdapi/src/classes/MetadataService.cls 3975 26 3975 101 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2400 /apex-mdapi/src/classes/MetadataService.cls 3975 26 3975 101 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2401 /apex-mdapi/src/classes/MetadataService.cls 3976 26 3976 97 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 'state_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2401 /apex-mdapi/src/classes/MetadataService.cls 3976 26 3976 97 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 'state_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2402 /apex-mdapi/src/classes/MetadataService.cls 3977 26 3977 107 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2402 /apex-mdapi/src/classes/MetadataService.cls 3977 26 3977 107 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2403 /apex-mdapi/src/classes/MetadataService.cls 3978 26 3978 89 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]*'
2403 /apex-mdapi/src/classes/MetadataService.cls 3978 26 3978 89 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]*'
2404 /apex-mdapi/src/classes/MetadataService.cls 3979 26 3979 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]*'
2404 /apex-mdapi/src/classes/MetadataService.cls 3979 26 3979 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]*'
2405 /apex-mdapi/src/classes/MetadataService.cls 3981 12 3996 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2405 /apex-mdapi/src/classes/MetadataService.cls 3981 12 3996 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2406 /apex-mdapi/src/classes/MetadataService.cls 3984 26 3984 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2406 /apex-mdapi/src/classes/MetadataService.cls 3984 26 3984 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2407 /apex-mdapi/src/classes/MetadataService.cls 3989 26 3989 97 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]*'
2407 /apex-mdapi/src/classes/MetadataService.cls 3989 26 3989 97 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]*'
2408 /apex-mdapi/src/classes/MetadataService.cls 3990 26 3990 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 'lockSharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2408 /apex-mdapi/src/classes/MetadataService.cls 3990 26 3990 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 'lockSharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2409 /apex-mdapi/src/classes/MetadataService.cls 3991 26 3991 116 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2409 /apex-mdapi/src/classes/MetadataService.cls 3991 26 3991 116 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2410 /apex-mdapi/src/classes/MetadataService.cls 3992 26 3992 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 'sharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2410 /apex-mdapi/src/classes/MetadataService.cls 3992 26 3992 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 'sharedObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2411 /apex-mdapi/src/classes/MetadataService.cls 3993 26 3993 89 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]*'
2411 /apex-mdapi/src/classes/MetadataService.cls 3993 26 3993 89 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]*'
2412 /apex-mdapi/src/classes/MetadataService.cls 3994 26 3994 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2412 /apex-mdapi/src/classes/MetadataService.cls 3994 26 3994 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2413 /apex-mdapi/src/classes/MetadataService.cls 3995 26 3995 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2413 /apex-mdapi/src/classes/MetadataService.cls 3995 26 3995 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2414 /apex-mdapi/src/classes/MetadataService.cls 3997 12 4004 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2414 /apex-mdapi/src/classes/MetadataService.cls 3997 12 4004 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2415 /apex-mdapi/src/classes/MetadataService.cls 3999 23 3999 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]*'
2415 /apex-mdapi/src/classes/MetadataService.cls 3999 23 3999 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]*'
2416 /apex-mdapi/src/classes/MetadataService.cls 4000 26 4000 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2416 /apex-mdapi/src/classes/MetadataService.cls 4000 26 4000 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2417 /apex-mdapi/src/classes/MetadataService.cls 4001 26 4001 97 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]*'
2417 /apex-mdapi/src/classes/MetadataService.cls 4001 26 4001 97 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]*'
2418 /apex-mdapi/src/classes/MetadataService.cls 4002 26 4002 89 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]*'
2418 /apex-mdapi/src/classes/MetadataService.cls 4002 26 4002 89 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]*'
2419 /apex-mdapi/src/classes/MetadataService.cls 4003 26 4003 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]*'
2419 /apex-mdapi/src/classes/MetadataService.cls 4003 26 4003 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]*'
2420 /apex-mdapi/src/classes/MetadataService.cls 4005 12 4022 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2420 /apex-mdapi/src/classes/MetadataService.cls 4005 12 4022 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2421 /apex-mdapi/src/classes/MetadataService.cls 4005 12 4022 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2421 /apex-mdapi/src/classes/MetadataService.cls 4005 12 4022 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2422 /apex-mdapi/src/classes/MetadataService.cls 4008 26 4008 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2422 /apex-mdapi/src/classes/MetadataService.cls 4008 26 4008 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2423 /apex-mdapi/src/classes/MetadataService.cls 4011 24 4011 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2423 /apex-mdapi/src/classes/MetadataService.cls 4011 24 4011 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
2424 /apex-mdapi/src/classes/MetadataService.cls 4014 26 4014 107 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2424 /apex-mdapi/src/classes/MetadataService.cls 4014 26 4014 107 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2425 /apex-mdapi/src/classes/MetadataService.cls 4015 26 4015 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2425 /apex-mdapi/src/classes/MetadataService.cls 4015 26 4015 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2426 /apex-mdapi/src/classes/MetadataService.cls 4016 26 4016 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2426 /apex-mdapi/src/classes/MetadataService.cls 4016 26 4016 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2427 /apex-mdapi/src/classes/MetadataService.cls 4017 26 4017 119 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 'shortDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2427 /apex-mdapi/src/classes/MetadataService.cls 4017 26 4017 119 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 'shortDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2428 /apex-mdapi/src/classes/MetadataService.cls 4018 26 4018 97 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]*'
2428 /apex-mdapi/src/classes/MetadataService.cls 4018 26 4018 97 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]*'
2429 /apex-mdapi/src/classes/MetadataService.cls 4019 26 4019 89 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]*'
2429 /apex-mdapi/src/classes/MetadataService.cls 4019 26 4019 89 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]*'
2430 /apex-mdapi/src/classes/MetadataService.cls 4020 26 4020 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2430 /apex-mdapi/src/classes/MetadataService.cls 4020 26 4020 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2431 /apex-mdapi/src/classes/MetadataService.cls 4021 26 4021 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]*'
2431 /apex-mdapi/src/classes/MetadataService.cls 4021 26 4021 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]*'
2432 /apex-mdapi/src/classes/MetadataService.cls 4023 12 4046 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2432 /apex-mdapi/src/classes/MetadataService.cls 4023 12 4046 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2433 /apex-mdapi/src/classes/MetadataService.cls 4023 12 4046 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2433 /apex-mdapi/src/classes/MetadataService.cls 4023 12 4046 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2434 /apex-mdapi/src/classes/MetadataService.cls 4033 23 4033 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]*'
2434 /apex-mdapi/src/classes/MetadataService.cls 4033 23 4033 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]*'
2435 /apex-mdapi/src/classes/MetadataService.cls 4034 26 4034 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 'compositionComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2435 /apex-mdapi/src/classes/MetadataService.cls 4034 26 4034 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 'compositionComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2436 /apex-mdapi/src/classes/MetadataService.cls 4035 26 4035 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2436 /apex-mdapi/src/classes/MetadataService.cls 4035 26 4035 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2437 /apex-mdapi/src/classes/MetadataService.cls 4036 26 4036 113 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 'extensionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2437 /apex-mdapi/src/classes/MetadataService.cls 4036 26 4036 113 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 'extensionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2438 /apex-mdapi/src/classes/MetadataService.cls 4037 26 4037 107 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 'headerText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2438 /apex-mdapi/src/classes/MetadataService.cls 4037 26 4037 107 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 'headerText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2439 /apex-mdapi/src/classes/MetadataService.cls 4038 26 4038 105 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 'hoverText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2439 /apex-mdapi/src/classes/MetadataService.cls 4038 26 4038 105 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 'hoverText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2440 /apex-mdapi/src/classes/MetadataService.cls 4039 26 4039 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2440 /apex-mdapi/src/classes/MetadataService.cls 4039 26 4039 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2441 /apex-mdapi/src/classes/MetadataService.cls 4040 26 4040 109 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2441 /apex-mdapi/src/classes/MetadataService.cls 4040 26 4040 109 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2442 /apex-mdapi/src/classes/MetadataService.cls 4041 26 4041 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2442 /apex-mdapi/src/classes/MetadataService.cls 4041 26 4041 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2443 /apex-mdapi/src/classes/MetadataService.cls 4042 26 4042 117 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 'renderComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2443 /apex-mdapi/src/classes/MetadataService.cls 4042 26 4042 117 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 'renderComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2444 /apex-mdapi/src/classes/MetadataService.cls 4043 26 4043 97 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]*'
2444 /apex-mdapi/src/classes/MetadataService.cls 4043 26 4043 97 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]*'
2445 /apex-mdapi/src/classes/MetadataService.cls 4044 26 4044 89 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]*'
2445 /apex-mdapi/src/classes/MetadataService.cls 4044 26 4044 89 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]*'
2446 /apex-mdapi/src/classes/MetadataService.cls 4045 26 4045 203 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]*'
2446 /apex-mdapi/src/classes/MetadataService.cls 4045 26 4045 203 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]*'
2447 /apex-mdapi/src/classes/MetadataService.cls 4047 12 4058 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2447 /apex-mdapi/src/classes/MetadataService.cls 4047 12 4058 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2448 /apex-mdapi/src/classes/MetadataService.cls 4050 26 4050 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2448 /apex-mdapi/src/classes/MetadataService.cls 4050 26 4050 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2449 /apex-mdapi/src/classes/MetadataService.cls 4053 26 4053 119 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 'enableMiddleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2449 /apex-mdapi/src/classes/MetadataService.cls 4053 26 4053 119 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 'enableMiddleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2450 /apex-mdapi/src/classes/MetadataService.cls 4054 26 4054 119 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 'enableNameSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2450 /apex-mdapi/src/classes/MetadataService.cls 4054 26 4054 119 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 'enableNameSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2451 /apex-mdapi/src/classes/MetadataService.cls 4055 26 4055 89 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]*'
2451 /apex-mdapi/src/classes/MetadataService.cls 4055 26 4055 89 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]*'
2452 /apex-mdapi/src/classes/MetadataService.cls 4056 26 4056 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2452 /apex-mdapi/src/classes/MetadataService.cls 4056 26 4056 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2453 /apex-mdapi/src/classes/MetadataService.cls 4057 26 4057 113 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]*'
2453 /apex-mdapi/src/classes/MetadataService.cls 4057 26 4057 113 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]*'
2454 /apex-mdapi/src/classes/MetadataService.cls 4059 12 4072 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2454 /apex-mdapi/src/classes/MetadataService.cls 4059 12 4072 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2455 /apex-mdapi/src/classes/MetadataService.cls 4062 26 4062 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2455 /apex-mdapi/src/classes/MetadataService.cls 4062 26 4062 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2456 /apex-mdapi/src/classes/MetadataService.cls 4066 26 4066 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2456 /apex-mdapi/src/classes/MetadataService.cls 4066 26 4066 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2457 /apex-mdapi/src/classes/MetadataService.cls 4067 26 4067 100 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]*'
2457 /apex-mdapi/src/classes/MetadataService.cls 4067 26 4067 100 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]*'
2458 /apex-mdapi/src/classes/MetadataService.cls 4068 26 4068 97 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]*'
2458 /apex-mdapi/src/classes/MetadataService.cls 4068 26 4068 97 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]*'
2459 /apex-mdapi/src/classes/MetadataService.cls 4069 26 4069 89 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]*'
2459 /apex-mdapi/src/classes/MetadataService.cls 4069 26 4069 89 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]*'
2460 /apex-mdapi/src/classes/MetadataService.cls 4070 26 4070 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2460 /apex-mdapi/src/classes/MetadataService.cls 4070 26 4070 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2461 /apex-mdapi/src/classes/MetadataService.cls 4071 26 4071 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]*'
2461 /apex-mdapi/src/classes/MetadataService.cls 4071 26 4071 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]*'
2462 /apex-mdapi/src/classes/MetadataService.cls 4073 12 4078 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2462 /apex-mdapi/src/classes/MetadataService.cls 4073 12 4078 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2463 /apex-mdapi/src/classes/MetadataService.cls 4073 12 4078 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 'checkRetrieveStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2463 /apex-mdapi/src/classes/MetadataService.cls 4073 12 4078 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 'checkRetrieveStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2464 /apex-mdapi/src/classes/MetadataService.cls 4075 26 4075 99 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]*'
2464 /apex-mdapi/src/classes/MetadataService.cls 4075 26 4075 99 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]*'
2465 /apex-mdapi/src/classes/MetadataService.cls 4076 26 4076 89 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]*'
2465 /apex-mdapi/src/classes/MetadataService.cls 4076 26 4076 89 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]*'
2466 /apex-mdapi/src/classes/MetadataService.cls 4077 26 4077 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]*'
2466 /apex-mdapi/src/classes/MetadataService.cls 4077 26 4077 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]*'
2467 /apex-mdapi/src/classes/MetadataService.cls 4079 12 4096 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2467 /apex-mdapi/src/classes/MetadataService.cls 4079 12 4096 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2468 /apex-mdapi/src/classes/MetadataService.cls 4079 12 4096 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2468 /apex-mdapi/src/classes/MetadataService.cls 4079 12 4096 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2469 /apex-mdapi/src/classes/MetadataService.cls 4082 26 4082 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2469 /apex-mdapi/src/classes/MetadataService.cls 4082 26 4082 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2470 /apex-mdapi/src/classes/MetadataService.cls 4088 26 4088 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 'defaultAccountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2470 /apex-mdapi/src/classes/MetadataService.cls 4088 26 4088 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 'defaultAccountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2471 /apex-mdapi/src/classes/MetadataService.cls 4089 26 4089 131 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 'defaultCaseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2471 /apex-mdapi/src/classes/MetadataService.cls 4089 26 4089 131 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 'defaultCaseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2472 /apex-mdapi/src/classes/MetadataService.cls 4090 26 4090 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 'defaultContactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2472 /apex-mdapi/src/classes/MetadataService.cls 4090 26 4090 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 'defaultContactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2473 /apex-mdapi/src/classes/MetadataService.cls 4091 26 4091 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 'defaultOpportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2473 /apex-mdapi/src/classes/MetadataService.cls 4091 26 4091 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 'defaultOpportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2474 /apex-mdapi/src/classes/MetadataService.cls 4092 26 4092 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 'opportunityFilterSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2474 /apex-mdapi/src/classes/MetadataService.cls 4092 26 4092 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 'opportunityFilterSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2475 /apex-mdapi/src/classes/MetadataService.cls 4093 26 4093 89 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]*'
2475 /apex-mdapi/src/classes/MetadataService.cls 4093 26 4093 89 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]*'
2476 /apex-mdapi/src/classes/MetadataService.cls 4094 26 4094 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2476 /apex-mdapi/src/classes/MetadataService.cls 4094 26 4094 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2477 /apex-mdapi/src/classes/MetadataService.cls 4095 26 4095 216 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]*'
2477 /apex-mdapi/src/classes/MetadataService.cls 4095 26 4095 216 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]*'
2478 /apex-mdapi/src/classes/MetadataService.cls 4097 12 4108 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2478 /apex-mdapi/src/classes/MetadataService.cls 4097 12 4108 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2479 /apex-mdapi/src/classes/MetadataService.cls 4102 26 4102 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2479 /apex-mdapi/src/classes/MetadataService.cls 4102 26 4102 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2480 /apex-mdapi/src/classes/MetadataService.cls 4103 26 4103 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 'isDefaultPartition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2480 /apex-mdapi/src/classes/MetadataService.cls 4103 26 4103 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 'isDefaultPartition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2481 /apex-mdapi/src/classes/MetadataService.cls 4104 26 4104 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2481 /apex-mdapi/src/classes/MetadataService.cls 4104 26 4104 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2482 /apex-mdapi/src/classes/MetadataService.cls 4105 26 4105 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 'platformCachePartitionTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2482 /apex-mdapi/src/classes/MetadataService.cls 4105 26 4105 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 'platformCachePartitionTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2483 /apex-mdapi/src/classes/MetadataService.cls 4106 26 4106 89 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]*'
2483 /apex-mdapi/src/classes/MetadataService.cls 4106 26 4106 89 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]*'
2484 /apex-mdapi/src/classes/MetadataService.cls 4107 26 4107 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2484 /apex-mdapi/src/classes/MetadataService.cls 4107 26 4107 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2485 /apex-mdapi/src/classes/MetadataService.cls 4109 12 4118 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2485 /apex-mdapi/src/classes/MetadataService.cls 4109 12 4118 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2486 /apex-mdapi/src/classes/MetadataService.cls 4111 23 4111 28 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 'end_x' doesn't match '[a-z][a-zA-Z0-9]*'
2486 /apex-mdapi/src/classes/MetadataService.cls 4111 23 4111 28 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 'end_x' doesn't match '[a-z][a-zA-Z0-9]*'
2487 /apex-mdapi/src/classes/MetadataService.cls 4113 26 4113 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2487 /apex-mdapi/src/classes/MetadataService.cls 4113 26 4113 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2488 /apex-mdapi/src/classes/MetadataService.cls 4114 26 4114 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 'end_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2488 /apex-mdapi/src/classes/MetadataService.cls 4114 26 4114 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 'end_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2489 /apex-mdapi/src/classes/MetadataService.cls 4115 26 4115 97 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2489 /apex-mdapi/src/classes/MetadataService.cls 4115 26 4115 97 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 'start_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2490 /apex-mdapi/src/classes/MetadataService.cls 4116 26 4116 89 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]*'
2490 /apex-mdapi/src/classes/MetadataService.cls 4116 26 4116 89 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]*'
2491 /apex-mdapi/src/classes/MetadataService.cls 4117 26 4117 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]*'
2491 /apex-mdapi/src/classes/MetadataService.cls 4117 26 4117 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]*'
2492 /apex-mdapi/src/classes/MetadataService.cls 4119 12 4158 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2492 /apex-mdapi/src/classes/MetadataService.cls 4119 12 4158 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2493 /apex-mdapi/src/classes/MetadataService.cls 4119 12 4158 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2493 /apex-mdapi/src/classes/MetadataService.cls 4119 12 4158 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2494 /apex-mdapi/src/classes/MetadataService.cls 4122 26 4122 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2494 /apex-mdapi/src/classes/MetadataService.cls 4122 26 4122 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2495 /apex-mdapi/src/classes/MetadataService.cls 4136 23 4136 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]*'
2495 /apex-mdapi/src/classes/MetadataService.cls 4136 23 4136 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]*'
2496 /apex-mdapi/src/classes/MetadataService.cls 4139 26 4139 111 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 'authProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2496 /apex-mdapi/src/classes/MetadataService.cls 4139 26 4139 111 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 'authProvider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2497 /apex-mdapi/src/classes/MetadataService.cls 4140 26 4140 109 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2497 /apex-mdapi/src/classes/MetadataService.cls 4140 26 4140 109 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2498 /apex-mdapi/src/classes/MetadataService.cls 4141 26 4141 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 'customConfiguration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2498 /apex-mdapi/src/classes/MetadataService.cls 4141 26 4141 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 'customConfiguration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2499 /apex-mdapi/src/classes/MetadataService.cls 4142 26 4142 103 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2499 /apex-mdapi/src/classes/MetadataService.cls 4142 26 4142 103 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2500 /apex-mdapi/src/classes/MetadataService.cls 4143 26 4143 107 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 'isWritable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2500 /apex-mdapi/src/classes/MetadataService.cls 4143 26 4143 107 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 'isWritable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2501 /apex-mdapi/src/classes/MetadataService.cls 4144 26 4144 97 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]*'
2501 /apex-mdapi/src/classes/MetadataService.cls 4144 26 4144 97 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]*'
2502 /apex-mdapi/src/classes/MetadataService.cls 4145 26 4145 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 'oauthRefreshToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2502 /apex-mdapi/src/classes/MetadataService.cls 4145 26 4145 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 'oauthRefreshToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2503 /apex-mdapi/src/classes/MetadataService.cls 4146 26 4146 107 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 'oauthScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2503 /apex-mdapi/src/classes/MetadataService.cls 4146 26 4146 107 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 'oauthScope_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2504 /apex-mdapi/src/classes/MetadataService.cls 4147 26 4147 107 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 'oauthToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2504 /apex-mdapi/src/classes/MetadataService.cls 4147 26 4147 107 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 'oauthToken_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2505 /apex-mdapi/src/classes/MetadataService.cls 4148 26 4148 103 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 'password_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2505 /apex-mdapi/src/classes/MetadataService.cls 4148 26 4148 103 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 'password_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2506 /apex-mdapi/src/classes/MetadataService.cls 4149 26 4149 113 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 'principalType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2506 /apex-mdapi/src/classes/MetadataService.cls 4149 26 4149 113 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 'principalType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2507 /apex-mdapi/src/classes/MetadataService.cls 4150 26 4150 103 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 'protocol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2507 /apex-mdapi/src/classes/MetadataService.cls 4150 26 4150 103 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 'protocol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2508 /apex-mdapi/src/classes/MetadataService.cls 4151 26 4151 107 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 'repository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2508 /apex-mdapi/src/classes/MetadataService.cls 4151 26 4151 107 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 'repository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2509 /apex-mdapi/src/classes/MetadataService.cls 4152 26 4152 97 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]*'
2509 /apex-mdapi/src/classes/MetadataService.cls 4152 26 4152 97 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]*'
2510 /apex-mdapi/src/classes/MetadataService.cls 4153 26 4153 103 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 'username_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2510 /apex-mdapi/src/classes/MetadataService.cls 4153 26 4153 103 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 'username_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2511 /apex-mdapi/src/classes/MetadataService.cls 4154 26 4154 101 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2511 /apex-mdapi/src/classes/MetadataService.cls 4154 26 4154 101 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2512 /apex-mdapi/src/classes/MetadataService.cls 4155 26 4155 89 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]*'
2512 /apex-mdapi/src/classes/MetadataService.cls 4155 26 4155 89 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]*'
2513 /apex-mdapi/src/classes/MetadataService.cls 4156 26 4156 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2513 /apex-mdapi/src/classes/MetadataService.cls 4156 26 4156 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2514 /apex-mdapi/src/classes/MetadataService.cls 4157 26 4157 285 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]*'
2514 /apex-mdapi/src/classes/MetadataService.cls 4157 26 4157 285 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]*'
2515 /apex-mdapi/src/classes/MetadataService.cls 4159 12 4164 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2515 /apex-mdapi/src/classes/MetadataService.cls 4159 12 4164 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2516 /apex-mdapi/src/classes/MetadataService.cls 4159 12 4164 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 'retrieveResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2516 /apex-mdapi/src/classes/MetadataService.cls 4159 12 4164 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 'retrieveResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2517 /apex-mdapi/src/classes/MetadataService.cls 4161 26 4161 99 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]*'
2517 /apex-mdapi/src/classes/MetadataService.cls 4161 26 4161 99 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]*'
2518 /apex-mdapi/src/classes/MetadataService.cls 4162 26 4162 89 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]*'
2518 /apex-mdapi/src/classes/MetadataService.cls 4162 26 4162 89 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]*'
2519 /apex-mdapi/src/classes/MetadataService.cls 4163 26 4163 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]*'
2519 /apex-mdapi/src/classes/MetadataService.cls 4163 26 4163 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]*'
2520 /apex-mdapi/src/classes/MetadataService.cls 4165 12 4174 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2520 /apex-mdapi/src/classes/MetadataService.cls 4165 12 4174 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2521 /apex-mdapi/src/classes/MetadataService.cls 4169 26 4169 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 'componentInstanceProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2521 /apex-mdapi/src/classes/MetadataService.cls 4169 26 4169 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 'componentInstanceProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2522 /apex-mdapi/src/classes/MetadataService.cls 4170 26 4170 113 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 'componentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2522 /apex-mdapi/src/classes/MetadataService.cls 4170 26 4170 113 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 'componentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2523 /apex-mdapi/src/classes/MetadataService.cls 4171 26 4171 115 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 'visibilityRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2523 /apex-mdapi/src/classes/MetadataService.cls 4171 26 4171 115 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 'visibilityRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2524 /apex-mdapi/src/classes/MetadataService.cls 4172 26 4172 89 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]*'
2524 /apex-mdapi/src/classes/MetadataService.cls 4172 26 4172 89 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]*'
2525 /apex-mdapi/src/classes/MetadataService.cls 4173 26 4173 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]*'
2525 /apex-mdapi/src/classes/MetadataService.cls 4173 26 4173 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]*'
2526 /apex-mdapi/src/classes/MetadataService.cls 4175 12 4182 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2526 /apex-mdapi/src/classes/MetadataService.cls 4175 12 4182 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2527 /apex-mdapi/src/classes/MetadataService.cls 4178 26 4178 97 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]*'
2527 /apex-mdapi/src/classes/MetadataService.cls 4178 26 4178 97 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]*'
2528 /apex-mdapi/src/classes/MetadataService.cls 4179 26 4179 101 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 'section_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2528 /apex-mdapi/src/classes/MetadataService.cls 4179 26 4179 101 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 'section_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2529 /apex-mdapi/src/classes/MetadataService.cls 4180 26 4180 89 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]*'
2529 /apex-mdapi/src/classes/MetadataService.cls 4180 26 4180 89 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]*'
2530 /apex-mdapi/src/classes/MetadataService.cls 4181 26 4181 81 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]*'
2530 /apex-mdapi/src/classes/MetadataService.cls 4181 26 4181 81 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]*'
2531 /apex-mdapi/src/classes/MetadataService.cls 4183 12 4194 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2531 /apex-mdapi/src/classes/MetadataService.cls 4183 12 4194 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2532 /apex-mdapi/src/classes/MetadataService.cls 4186 26 4186 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2532 /apex-mdapi/src/classes/MetadataService.cls 4186 26 4186 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2533 /apex-mdapi/src/classes/MetadataService.cls 4189 26 4189 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2533 /apex-mdapi/src/classes/MetadataService.cls 4189 26 4189 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2534 /apex-mdapi/src/classes/MetadataService.cls 4190 26 4190 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2534 /apex-mdapi/src/classes/MetadataService.cls 4190 26 4190 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2535 /apex-mdapi/src/classes/MetadataService.cls 4191 26 4191 89 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]*'
2535 /apex-mdapi/src/classes/MetadataService.cls 4191 26 4191 89 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]*'
2536 /apex-mdapi/src/classes/MetadataService.cls 4192 26 4192 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2536 /apex-mdapi/src/classes/MetadataService.cls 4192 26 4192 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2537 /apex-mdapi/src/classes/MetadataService.cls 4193 26 4193 115 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]*'
2537 /apex-mdapi/src/classes/MetadataService.cls 4193 26 4193 115 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]*'
2538 /apex-mdapi/src/classes/MetadataService.cls 4195 12 4210 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2538 /apex-mdapi/src/classes/MetadataService.cls 4195 12 4210 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2539 /apex-mdapi/src/classes/MetadataService.cls 4198 26 4198 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2539 /apex-mdapi/src/classes/MetadataService.cls 4198 26 4198 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2540 /apex-mdapi/src/classes/MetadataService.cls 4201 23 4201 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2540 /apex-mdapi/src/classes/MetadataService.cls 4201 23 4201 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2541 /apex-mdapi/src/classes/MetadataService.cls 4203 26 4203 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2541 /apex-mdapi/src/classes/MetadataService.cls 4203 26 4203 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2542 /apex-mdapi/src/classes/MetadataService.cls 4204 26 4204 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2542 /apex-mdapi/src/classes/MetadataService.cls 4204 26 4204 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2543 /apex-mdapi/src/classes/MetadataService.cls 4205 26 4205 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2543 /apex-mdapi/src/classes/MetadataService.cls 4205 26 4205 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2544 /apex-mdapi/src/classes/MetadataService.cls 4206 26 4206 103 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 'provider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2544 /apex-mdapi/src/classes/MetadataService.cls 4206 26 4206 103 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 'provider_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2545 /apex-mdapi/src/classes/MetadataService.cls 4207 26 4207 89 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]*'
2545 /apex-mdapi/src/classes/MetadataService.cls 4207 26 4207 89 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]*'
2546 /apex-mdapi/src/classes/MetadataService.cls 4208 26 4208 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2546 /apex-mdapi/src/classes/MetadataService.cls 4208 26 4208 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2547 /apex-mdapi/src/classes/MetadataService.cls 4209 26 4209 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_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2547 /apex-mdapi/src/classes/MetadataService.cls 4209 26 4209 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_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2548 /apex-mdapi/src/classes/MetadataService.cls 4211 12 4218 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2548 /apex-mdapi/src/classes/MetadataService.cls 4211 12 4218 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2549 /apex-mdapi/src/classes/MetadataService.cls 4213 23 4213 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]*'
2549 /apex-mdapi/src/classes/MetadataService.cls 4213 23 4213 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]*'
2550 /apex-mdapi/src/classes/MetadataService.cls 4214 26 4214 105 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 'submitter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2550 /apex-mdapi/src/classes/MetadataService.cls 4214 26 4214 105 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 'submitter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2551 /apex-mdapi/src/classes/MetadataService.cls 4215 26 4215 97 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]*'
2551 /apex-mdapi/src/classes/MetadataService.cls 4215 26 4215 97 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]*'
2552 /apex-mdapi/src/classes/MetadataService.cls 4216 26 4216 89 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]*'
2552 /apex-mdapi/src/classes/MetadataService.cls 4216 26 4216 89 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]*'
2553 /apex-mdapi/src/classes/MetadataService.cls 4217 26 4217 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]*'
2553 /apex-mdapi/src/classes/MetadataService.cls 4217 26 4217 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]*'
2554 /apex-mdapi/src/classes/MetadataService.cls 4219 12 4248 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2554 /apex-mdapi/src/classes/MetadataService.cls 4219 12 4248 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2555 /apex-mdapi/src/classes/MetadataService.cls 4219 12 4248 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2555 /apex-mdapi/src/classes/MetadataService.cls 4219 12 4248 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2556 /apex-mdapi/src/classes/MetadataService.cls 4222 26 4222 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2556 /apex-mdapi/src/classes/MetadataService.cls 4222 26 4222 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2557 /apex-mdapi/src/classes/MetadataService.cls 4225 26 4225 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2557 /apex-mdapi/src/classes/MetadataService.cls 4225 26 4225 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2558 /apex-mdapi/src/classes/MetadataService.cls 4226 26 4226 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2558 /apex-mdapi/src/classes/MetadataService.cls 4226 26 4226 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2559 /apex-mdapi/src/classes/MetadataService.cls 4230 26 4230 97 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]*'
2559 /apex-mdapi/src/classes/MetadataService.cls 4230 26 4230 97 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]*'
2560 /apex-mdapi/src/classes/MetadataService.cls 4231 26 4231 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2560 /apex-mdapi/src/classes/MetadataService.cls 4231 26 4231 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2561 /apex-mdapi/src/classes/MetadataService.cls 4232 26 4232 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2561 /apex-mdapi/src/classes/MetadataService.cls 4232 26 4232 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2562 /apex-mdapi/src/classes/MetadataService.cls 4238 23 4238 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2562 /apex-mdapi/src/classes/MetadataService.cls 4238 23 4238 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
2563 /apex-mdapi/src/classes/MetadataService.cls 4239 26 4239 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 'assignRecordIdToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2563 /apex-mdapi/src/classes/MetadataService.cls 4239 26 4239 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 'assignRecordIdToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2564 /apex-mdapi/src/classes/MetadataService.cls 4240 26 4240 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2564 /apex-mdapi/src/classes/MetadataService.cls 4240 26 4240 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2565 /apex-mdapi/src/classes/MetadataService.cls 4241 26 4241 115 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2565 /apex-mdapi/src/classes/MetadataService.cls 4241 26 4241 115 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2566 /apex-mdapi/src/classes/MetadataService.cls 4242 26 4242 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2566 /apex-mdapi/src/classes/MetadataService.cls 4242 26 4242 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2567 /apex-mdapi/src/classes/MetadataService.cls 4243 26 4243 115 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 'inputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2567 /apex-mdapi/src/classes/MetadataService.cls 4243 26 4243 115 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 'inputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2568 /apex-mdapi/src/classes/MetadataService.cls 4244 26 4244 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2568 /apex-mdapi/src/classes/MetadataService.cls 4244 26 4244 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2569 /apex-mdapi/src/classes/MetadataService.cls 4245 26 4245 89 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]*'
2569 /apex-mdapi/src/classes/MetadataService.cls 4245 26 4245 89 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]*'
2570 /apex-mdapi/src/classes/MetadataService.cls 4246 26 4246 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2570 /apex-mdapi/src/classes/MetadataService.cls 4246 26 4246 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2571 /apex-mdapi/src/classes/MetadataService.cls 4247 26 4247 245 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]*'
2571 /apex-mdapi/src/classes/MetadataService.cls 4247 26 4247 245 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]*'
2572 /apex-mdapi/src/classes/MetadataService.cls 4249 12 4254 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2572 /apex-mdapi/src/classes/MetadataService.cls 4249 12 4254 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2573 /apex-mdapi/src/classes/MetadataService.cls 4249 12 4254 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 'upsertMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2573 /apex-mdapi/src/classes/MetadataService.cls 4249 12 4254 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 'upsertMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2574 /apex-mdapi/src/classes/MetadataService.cls 4251 26 4251 100 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]*'
2574 /apex-mdapi/src/classes/MetadataService.cls 4251 26 4251 100 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]*'
2575 /apex-mdapi/src/classes/MetadataService.cls 4252 26 4252 89 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]*'
2575 /apex-mdapi/src/classes/MetadataService.cls 4252 26 4252 89 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]*'
2576 /apex-mdapi/src/classes/MetadataService.cls 4253 26 4253 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]*'
2576 /apex-mdapi/src/classes/MetadataService.cls 4253 26 4253 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]*'
2577 /apex-mdapi/src/classes/MetadataService.cls 4255 12 4270 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2577 /apex-mdapi/src/classes/MetadataService.cls 4255 12 4270 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2578 /apex-mdapi/src/classes/MetadataService.cls 4258 26 4258 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2578 /apex-mdapi/src/classes/MetadataService.cls 4258 26 4258 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2579 /apex-mdapi/src/classes/MetadataService.cls 4263 26 4263 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 'enabledChannels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2579 /apex-mdapi/src/classes/MetadataService.cls 4263 26 4263 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 'enabledChannels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2580 /apex-mdapi/src/classes/MetadataService.cls 4264 26 4264 97 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]*'
2580 /apex-mdapi/src/classes/MetadataService.cls 4264 26 4264 97 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]*'
2581 /apex-mdapi/src/classes/MetadataService.cls 4265 26 4265 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2581 /apex-mdapi/src/classes/MetadataService.cls 4265 26 4265 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2582 /apex-mdapi/src/classes/MetadataService.cls 4266 26 4266 107 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2582 /apex-mdapi/src/classes/MetadataService.cls 4266 26 4266 107 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2583 /apex-mdapi/src/classes/MetadataService.cls 4267 26 4267 89 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]*'
2583 /apex-mdapi/src/classes/MetadataService.cls 4267 26 4267 89 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]*'
2584 /apex-mdapi/src/classes/MetadataService.cls 4268 26 4268 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2584 /apex-mdapi/src/classes/MetadataService.cls 4268 26 4268 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2585 /apex-mdapi/src/classes/MetadataService.cls 4269 26 4269 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2585 /apex-mdapi/src/classes/MetadataService.cls 4269 26 4269 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2586 /apex-mdapi/src/classes/MetadataService.cls 4271 12 4276 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2586 /apex-mdapi/src/classes/MetadataService.cls 4271 12 4276 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2587 /apex-mdapi/src/classes/MetadataService.cls 4273 26 4273 100 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 'domain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2587 /apex-mdapi/src/classes/MetadataService.cls 4273 26 4273 100 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 'domain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2588 /apex-mdapi/src/classes/MetadataService.cls 4274 26 4274 89 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]*'
2588 /apex-mdapi/src/classes/MetadataService.cls 4274 26 4274 89 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]*'
2589 /apex-mdapi/src/classes/MetadataService.cls 4275 26 4275 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]*'
2589 /apex-mdapi/src/classes/MetadataService.cls 4275 26 4275 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]*'
2590 /apex-mdapi/src/classes/MetadataService.cls 4277 12 4284 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2590 /apex-mdapi/src/classes/MetadataService.cls 4277 12 4284 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2591 /apex-mdapi/src/classes/MetadataService.cls 4280 26 4280 107 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2591 /apex-mdapi/src/classes/MetadataService.cls 4280 26 4280 107 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2592 /apex-mdapi/src/classes/MetadataService.cls 4281 26 4281 101 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2592 /apex-mdapi/src/classes/MetadataService.cls 4281 26 4281 101 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2593 /apex-mdapi/src/classes/MetadataService.cls 4282 26 4282 89 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]*'
2593 /apex-mdapi/src/classes/MetadataService.cls 4282 26 4282 89 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]*'
2594 /apex-mdapi/src/classes/MetadataService.cls 4283 26 4283 86 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]*'
2594 /apex-mdapi/src/classes/MetadataService.cls 4283 26 4283 86 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]*'
2595 /apex-mdapi/src/classes/MetadataService.cls 4285 12 4296 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2595 /apex-mdapi/src/classes/MetadataService.cls 4285 12 4296 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2596 /apex-mdapi/src/classes/MetadataService.cls 4290 26 4290 109 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 'instanceUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2596 /apex-mdapi/src/classes/MetadataService.cls 4290 26 4290 109 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 'instanceUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2597 /apex-mdapi/src/classes/MetadataService.cls 4291 26 4291 97 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]*'
2597 /apex-mdapi/src/classes/MetadataService.cls 4291 26 4291 97 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]*'
2598 /apex-mdapi/src/classes/MetadataService.cls 4292 26 4292 131 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 'organizationIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2598 /apex-mdapi/src/classes/MetadataService.cls 4292 26 4292 131 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 'organizationIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2599 /apex-mdapi/src/classes/MetadataService.cls 4293 26 4293 105 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 'sortIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2599 /apex-mdapi/src/classes/MetadataService.cls 4293 26 4293 105 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 'sortIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2600 /apex-mdapi/src/classes/MetadataService.cls 4294 26 4294 89 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]*'
2600 /apex-mdapi/src/classes/MetadataService.cls 4294 26 4294 89 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]*'
2601 /apex-mdapi/src/classes/MetadataService.cls 4295 26 4295 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2601 /apex-mdapi/src/classes/MetadataService.cls 4295 26 4295 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2602 /apex-mdapi/src/classes/MetadataService.cls 4297 12 4302 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2602 /apex-mdapi/src/classes/MetadataService.cls 4297 12 4302 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2603 /apex-mdapi/src/classes/MetadataService.cls 4297 12 4302 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 'cancelDeploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2603 /apex-mdapi/src/classes/MetadataService.cls 4297 12 4302 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 'cancelDeploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
2604 /apex-mdapi/src/classes/MetadataService.cls 4298 23 4298 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
2604 /apex-mdapi/src/classes/MetadataService.cls 4298 23 4298 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
2605 /apex-mdapi/src/classes/MetadataService.cls 4299 26 4299 101 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 'String_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2605 /apex-mdapi/src/classes/MetadataService.cls 4299 26 4299 101 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 'String_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2606 /apex-mdapi/src/classes/MetadataService.cls 4300 26 4300 89 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]*'
2606 /apex-mdapi/src/classes/MetadataService.cls 4300 26 4300 89 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]*'
2607 /apex-mdapi/src/classes/MetadataService.cls 4301 26 4301 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2607 /apex-mdapi/src/classes/MetadataService.cls 4301 26 4301 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2608 /apex-mdapi/src/classes/MetadataService.cls 4303 12 4320 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2608 /apex-mdapi/src/classes/MetadataService.cls 4303 12 4320 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2609 /apex-mdapi/src/classes/MetadataService.cls 4303 12 4320 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2609 /apex-mdapi/src/classes/MetadataService.cls 4303 12 4320 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2610 /apex-mdapi/src/classes/MetadataService.cls 4306 26 4306 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2610 /apex-mdapi/src/classes/MetadataService.cls 4306 26 4306 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2611 /apex-mdapi/src/classes/MetadataService.cls 4312 26 4312 107 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2611 /apex-mdapi/src/classes/MetadataService.cls 4312 26 4312 107 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2612 /apex-mdapi/src/classes/MetadataService.cls 4313 26 4313 112 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2612 /apex-mdapi/src/classes/MetadataService.cls 4313 26 4313 112 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2613 /apex-mdapi/src/classes/MetadataService.cls 4314 26 4314 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2613 /apex-mdapi/src/classes/MetadataService.cls 4314 26 4314 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2614 /apex-mdapi/src/classes/MetadataService.cls 4315 26 4315 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2614 /apex-mdapi/src/classes/MetadataService.cls 4315 26 4315 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2615 /apex-mdapi/src/classes/MetadataService.cls 4316 26 4316 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2615 /apex-mdapi/src/classes/MetadataService.cls 4316 26 4316 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2616 /apex-mdapi/src/classes/MetadataService.cls 4317 26 4317 89 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]*'
2616 /apex-mdapi/src/classes/MetadataService.cls 4317 26 4317 89 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]*'
2617 /apex-mdapi/src/classes/MetadataService.cls 4318 26 4318 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2617 /apex-mdapi/src/classes/MetadataService.cls 4318 26 4318 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2618 /apex-mdapi/src/classes/MetadataService.cls 4319 26 4319 141 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]*'
2618 /apex-mdapi/src/classes/MetadataService.cls 4319 26 4319 141 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]*'
2619 /apex-mdapi/src/classes/MetadataService.cls 4321 12 4328 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2619 /apex-mdapi/src/classes/MetadataService.cls 4321 12 4328 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2620 /apex-mdapi/src/classes/MetadataService.cls 4324 26 4324 107 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 'columnSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2620 /apex-mdapi/src/classes/MetadataService.cls 4324 26 4324 107 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 'columnSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2621 /apex-mdapi/src/classes/MetadataService.cls 4325 26 4325 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2621 /apex-mdapi/src/classes/MetadataService.cls 4325 26 4325 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2622 /apex-mdapi/src/classes/MetadataService.cls 4326 26 4326 89 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]*'
2622 /apex-mdapi/src/classes/MetadataService.cls 4326 26 4326 89 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]*'
2623 /apex-mdapi/src/classes/MetadataService.cls 4327 26 4327 89 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]*'
2623 /apex-mdapi/src/classes/MetadataService.cls 4327 26 4327 89 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]*'
2624 /apex-mdapi/src/classes/MetadataService.cls 4329 12 4340 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2624 /apex-mdapi/src/classes/MetadataService.cls 4329 12 4340 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2625 /apex-mdapi/src/classes/MetadataService.cls 4332 26 4332 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2625 /apex-mdapi/src/classes/MetadataService.cls 4332 26 4332 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2626 /apex-mdapi/src/classes/MetadataService.cls 4335 26 4335 99 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]*'
2626 /apex-mdapi/src/classes/MetadataService.cls 4335 26 4335 99 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]*'
2627 /apex-mdapi/src/classes/MetadataService.cls 4336 26 4336 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2627 /apex-mdapi/src/classes/MetadataService.cls 4336 26 4336 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 'ruleEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2628 /apex-mdapi/src/classes/MetadataService.cls 4337 26 4337 89 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]*'
2628 /apex-mdapi/src/classes/MetadataService.cls 4337 26 4337 89 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]*'
2629 /apex-mdapi/src/classes/MetadataService.cls 4338 26 4338 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2629 /apex-mdapi/src/classes/MetadataService.cls 4338 26 4338 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2630 /apex-mdapi/src/classes/MetadataService.cls 4339 26 4339 96 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]*'
2630 /apex-mdapi/src/classes/MetadataService.cls 4339 26 4339 96 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]*'
2631 /apex-mdapi/src/classes/MetadataService.cls 4341 12 4364 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2631 /apex-mdapi/src/classes/MetadataService.cls 4341 12 4364 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2632 /apex-mdapi/src/classes/MetadataService.cls 4341 12 4364 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2632 /apex-mdapi/src/classes/MetadataService.cls 4341 12 4364 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2633 /apex-mdapi/src/classes/MetadataService.cls 4350 23 4350 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 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
2633 /apex-mdapi/src/classes/MetadataService.cls 4350 23 4350 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 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
2634 /apex-mdapi/src/classes/MetadataService.cls 4351 23 4351 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]*'
2634 /apex-mdapi/src/classes/MetadataService.cls 4351 23 4351 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]*'
2635 /apex-mdapi/src/classes/MetadataService.cls 4352 26 4352 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2635 /apex-mdapi/src/classes/MetadataService.cls 4352 26 4352 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2636 /apex-mdapi/src/classes/MetadataService.cls 4353 26 4353 101 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2636 /apex-mdapi/src/classes/MetadataService.cls 4353 26 4353 101 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2637 /apex-mdapi/src/classes/MetadataService.cls 4354 26 4354 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2637 /apex-mdapi/src/classes/MetadataService.cls 4354 26 4354 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2638 /apex-mdapi/src/classes/MetadataService.cls 4355 26 4355 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2638 /apex-mdapi/src/classes/MetadataService.cls 4355 26 4355 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2639 /apex-mdapi/src/classes/MetadataService.cls 4356 26 4356 104 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2639 /apex-mdapi/src/classes/MetadataService.cls 4356 26 4356 104 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2640 /apex-mdapi/src/classes/MetadataService.cls 4357 26 4357 109 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 'packageName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2640 /apex-mdapi/src/classes/MetadataService.cls 4357 26 4357 109 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 'packageName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2641 /apex-mdapi/src/classes/MetadataService.cls 4358 26 4358 107 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 'seeAllData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2641 /apex-mdapi/src/classes/MetadataService.cls 4358 26 4358 107 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 'seeAllData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2642 /apex-mdapi/src/classes/MetadataService.cls 4359 26 4359 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 'stackTrace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2642 /apex-mdapi/src/classes/MetadataService.cls 4359 26 4359 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 'stackTrace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2643 /apex-mdapi/src/classes/MetadataService.cls 4360 26 4360 97 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2643 /apex-mdapi/src/classes/MetadataService.cls 4360 26 4360 97 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2644 /apex-mdapi/src/classes/MetadataService.cls 4361 26 4361 97 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]*'
2644 /apex-mdapi/src/classes/MetadataService.cls 4361 26 4361 97 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]*'
2645 /apex-mdapi/src/classes/MetadataService.cls 4362 26 4362 89 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]*'
2645 /apex-mdapi/src/classes/MetadataService.cls 4362 26 4362 89 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]*'
2646 /apex-mdapi/src/classes/MetadataService.cls 4363 26 4363 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2646 /apex-mdapi/src/classes/MetadataService.cls 4363 26 4363 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2647 /apex-mdapi/src/classes/MetadataService.cls 4365 12 4370 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2647 /apex-mdapi/src/classes/MetadataService.cls 4365 12 4370 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2648 /apex-mdapi/src/classes/MetadataService.cls 4367 26 4367 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 'containers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2648 /apex-mdapi/src/classes/MetadataService.cls 4367 26 4367 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 'containers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2649 /apex-mdapi/src/classes/MetadataService.cls 4368 26 4368 89 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]*'
2649 /apex-mdapi/src/classes/MetadataService.cls 4368 26 4368 89 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]*'
2650 /apex-mdapi/src/classes/MetadataService.cls 4369 26 4369 76 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]*'
2650 /apex-mdapi/src/classes/MetadataService.cls 4369 26 4369 76 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]*'
2651 /apex-mdapi/src/classes/MetadataService.cls 4371 12 4398 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2651 /apex-mdapi/src/classes/MetadataService.cls 4371 12 4398 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2652 /apex-mdapi/src/classes/MetadataService.cls 4371 12 4398 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2652 /apex-mdapi/src/classes/MetadataService.cls 4371 12 4398 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2653 /apex-mdapi/src/classes/MetadataService.cls 4384 26 4384 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 'applicationBinaryFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2653 /apex-mdapi/src/classes/MetadataService.cls 4384 26 4384 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 'applicationBinaryFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2654 /apex-mdapi/src/classes/MetadataService.cls 4385 26 4385 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 'applicationBinaryFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2654 /apex-mdapi/src/classes/MetadataService.cls 4385 26 4385 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 'applicationBinaryFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2655 /apex-mdapi/src/classes/MetadataService.cls 4386 26 4386 141 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 'applicationBundleIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2655 /apex-mdapi/src/classes/MetadataService.cls 4386 26 4386 141 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 'applicationBundleIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2656 /apex-mdapi/src/classes/MetadataService.cls 4387 26 4387 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 'applicationFileLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2656 /apex-mdapi/src/classes/MetadataService.cls 4387 26 4387 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 'applicationFileLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2657 /apex-mdapi/src/classes/MetadataService.cls 4388 26 4388 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 'applicationIconFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2657 /apex-mdapi/src/classes/MetadataService.cls 4388 26 4388 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 'applicationIconFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2658 /apex-mdapi/src/classes/MetadataService.cls 4389 26 4389 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 'applicationIconFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2658 /apex-mdapi/src/classes/MetadataService.cls 4389 26 4389 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 'applicationIconFileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2659 /apex-mdapi/src/classes/MetadataService.cls 4390 26 4390 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 'applicationInstallUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2659 /apex-mdapi/src/classes/MetadataService.cls 4390 26 4390 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 'applicationInstallUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2660 /apex-mdapi/src/classes/MetadataService.cls 4391 26 4391 115 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 'devicePlatform_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2660 /apex-mdapi/src/classes/MetadataService.cls 4391 26 4391 115 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 'devicePlatform_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2661 /apex-mdapi/src/classes/MetadataService.cls 4392 26 4392 107 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 'deviceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2661 /apex-mdapi/src/classes/MetadataService.cls 4392 26 4392 107 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 'deviceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2662 /apex-mdapi/src/classes/MetadataService.cls 4393 26 4393 119 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 'minimumOsVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2662 /apex-mdapi/src/classes/MetadataService.cls 4393 26 4393 119 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 'minimumOsVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2663 /apex-mdapi/src/classes/MetadataService.cls 4394 26 4394 107 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 'privateApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2663 /apex-mdapi/src/classes/MetadataService.cls 4394 26 4394 107 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 'privateApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2664 /apex-mdapi/src/classes/MetadataService.cls 4395 26 4395 101 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2664 /apex-mdapi/src/classes/MetadataService.cls 4395 26 4395 101 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2665 /apex-mdapi/src/classes/MetadataService.cls 4396 26 4396 89 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]*'
2665 /apex-mdapi/src/classes/MetadataService.cls 4396 26 4396 89 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]*'
2666 /apex-mdapi/src/classes/MetadataService.cls 4397 26 4397 313 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]*'
2666 /apex-mdapi/src/classes/MetadataService.cls 4397 26 4397 313 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]*'
2667 /apex-mdapi/src/classes/MetadataService.cls 4399 12 4434 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2667 /apex-mdapi/src/classes/MetadataService.cls 4399 12 4434 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2668 /apex-mdapi/src/classes/MetadataService.cls 4399 12 4434 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2668 /apex-mdapi/src/classes/MetadataService.cls 4399 12 4434 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2669 /apex-mdapi/src/classes/MetadataService.cls 4402 26 4402 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2669 /apex-mdapi/src/classes/MetadataService.cls 4402 26 4402 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2670 /apex-mdapi/src/classes/MetadataService.cls 4417 26 4417 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2670 /apex-mdapi/src/classes/MetadataService.cls 4417 26 4417 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 'applicationVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2671 /apex-mdapi/src/classes/MetadataService.cls 4418 26 4418 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2671 /apex-mdapi/src/classes/MetadataService.cls 4418 26 4418 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 'classAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2672 /apex-mdapi/src/classes/MetadataService.cls 4419 26 4419 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2672 /apex-mdapi/src/classes/MetadataService.cls 4419 26 4419 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 'customPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2673 /apex-mdapi/src/classes/MetadataService.cls 4420 26 4420 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2673 /apex-mdapi/src/classes/MetadataService.cls 4420 26 4420 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2674 /apex-mdapi/src/classes/MetadataService.cls 4421 26 4421 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2674 /apex-mdapi/src/classes/MetadataService.cls 4421 26 4421 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 'externalDataSourceAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2675 /apex-mdapi/src/classes/MetadataService.cls 4422 26 4422 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2675 /apex-mdapi/src/classes/MetadataService.cls 4422 26 4422 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 'fieldPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2676 /apex-mdapi/src/classes/MetadataService.cls 4423 26 4423 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 'hasActivationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2676 /apex-mdapi/src/classes/MetadataService.cls 4423 26 4423 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 'hasActivationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2677 /apex-mdapi/src/classes/MetadataService.cls 4424 26 4424 97 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]*'
2677 /apex-mdapi/src/classes/MetadataService.cls 4424 26 4424 97 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]*'
2678 /apex-mdapi/src/classes/MetadataService.cls 4425 26 4425 101 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 'license_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2678 /apex-mdapi/src/classes/MetadataService.cls 4425 26 4425 101 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 'license_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2679 /apex-mdapi/src/classes/MetadataService.cls 4426 26 4426 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2679 /apex-mdapi/src/classes/MetadataService.cls 4426 26 4426 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2680 /apex-mdapi/src/classes/MetadataService.cls 4427 26 4427 112 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2680 /apex-mdapi/src/classes/MetadataService.cls 4427 26 4427 112 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 'pageAccesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2681 /apex-mdapi/src/classes/MetadataService.cls 4428 26 4428 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2681 /apex-mdapi/src/classes/MetadataService.cls 4428 26 4428 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 'recordTypeVisibilities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2682 /apex-mdapi/src/classes/MetadataService.cls 4429 26 4429 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 'tabSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2682 /apex-mdapi/src/classes/MetadataService.cls 4429 26 4429 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 'tabSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2683 /apex-mdapi/src/classes/MetadataService.cls 4430 26 4430 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2683 /apex-mdapi/src/classes/MetadataService.cls 4430 26 4430 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 'userPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2684 /apex-mdapi/src/classes/MetadataService.cls 4431 26 4431 89 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]*'
2684 /apex-mdapi/src/classes/MetadataService.cls 4431 26 4431 89 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]*'
2685 /apex-mdapi/src/classes/MetadataService.cls 4432 26 4432 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2685 /apex-mdapi/src/classes/MetadataService.cls 4432 26 4432 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2686 /apex-mdapi/src/classes/MetadataService.cls 4433 26 4433 333 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]*'
2686 /apex-mdapi/src/classes/MetadataService.cls 4433 26 4433 333 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]*'
2687 /apex-mdapi/src/classes/MetadataService.cls 4435 12 4458 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2687 /apex-mdapi/src/classes/MetadataService.cls 4435 12 4458 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2688 /apex-mdapi/src/classes/MetadataService.cls 4435 12 4458 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2688 /apex-mdapi/src/classes/MetadataService.cls 4435 12 4458 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2689 /apex-mdapi/src/classes/MetadataService.cls 4438 26 4438 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2689 /apex-mdapi/src/classes/MetadataService.cls 4438 26 4438 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2690 /apex-mdapi/src/classes/MetadataService.cls 4447 26 4447 102 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2690 /apex-mdapi/src/classes/MetadataService.cls 4447 26 4447 102 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2691 /apex-mdapi/src/classes/MetadataService.cls 4448 26 4448 99 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]*'
2691 /apex-mdapi/src/classes/MetadataService.cls 4448 26 4448 99 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]*'
2692 /apex-mdapi/src/classes/MetadataService.cls 4449 26 4449 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2692 /apex-mdapi/src/classes/MetadataService.cls 4449 26 4449 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2693 /apex-mdapi/src/classes/MetadataService.cls 4450 26 4450 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2693 /apex-mdapi/src/classes/MetadataService.cls 4450 26 4450 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2694 /apex-mdapi/src/classes/MetadataService.cls 4451 26 4451 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2694 /apex-mdapi/src/classes/MetadataService.cls 4451 26 4451 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2695 /apex-mdapi/src/classes/MetadataService.cls 4452 26 4452 101 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2695 /apex-mdapi/src/classes/MetadataService.cls 4452 26 4452 101 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2696 /apex-mdapi/src/classes/MetadataService.cls 4453 26 4453 109 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 'triggerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2696 /apex-mdapi/src/classes/MetadataService.cls 4453 26 4453 109 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 'triggerType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2697 /apex-mdapi/src/classes/MetadataService.cls 4454 26 4454 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 'workflowTimeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2697 /apex-mdapi/src/classes/MetadataService.cls 4454 26 4454 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 'workflowTimeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2698 /apex-mdapi/src/classes/MetadataService.cls 4455 26 4455 89 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]*'
2698 /apex-mdapi/src/classes/MetadataService.cls 4455 26 4455 89 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]*'
2699 /apex-mdapi/src/classes/MetadataService.cls 4456 26 4456 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2699 /apex-mdapi/src/classes/MetadataService.cls 4456 26 4456 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2700 /apex-mdapi/src/classes/MetadataService.cls 4457 26 4457 187 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]*'
2700 /apex-mdapi/src/classes/MetadataService.cls 4457 26 4457 187 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]*'
2701 /apex-mdapi/src/classes/MetadataService.cls 4459 12 4478 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2701 /apex-mdapi/src/classes/MetadataService.cls 4459 12 4478 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2702 /apex-mdapi/src/classes/MetadataService.cls 4459 12 4478 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2702 /apex-mdapi/src/classes/MetadataService.cls 4459 12 4478 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2703 /apex-mdapi/src/classes/MetadataService.cls 4462 26 4462 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2703 /apex-mdapi/src/classes/MetadataService.cls 4462 26 4462 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2704 /apex-mdapi/src/classes/MetadataService.cls 4465 26 4465 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2704 /apex-mdapi/src/classes/MetadataService.cls 4465 26 4465 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2705 /apex-mdapi/src/classes/MetadataService.cls 4466 26 4466 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2705 /apex-mdapi/src/classes/MetadataService.cls 4466 26 4466 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2706 /apex-mdapi/src/classes/MetadataService.cls 4471 26 4471 115 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 'conditionLogic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2706 /apex-mdapi/src/classes/MetadataService.cls 4471 26 4471 115 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 'conditionLogic_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2707 /apex-mdapi/src/classes/MetadataService.cls 4472 26 4472 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2707 /apex-mdapi/src/classes/MetadataService.cls 4472 26 4472 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 'conditions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2708 /apex-mdapi/src/classes/MetadataService.cls 4473 26 4473 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2708 /apex-mdapi/src/classes/MetadataService.cls 4473 26 4473 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2709 /apex-mdapi/src/classes/MetadataService.cls 4474 26 4474 97 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]*'
2709 /apex-mdapi/src/classes/MetadataService.cls 4474 26 4474 97 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]*'
2710 /apex-mdapi/src/classes/MetadataService.cls 4475 26 4475 89 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]*'
2710 /apex-mdapi/src/classes/MetadataService.cls 4475 26 4475 89 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]*'
2711 /apex-mdapi/src/classes/MetadataService.cls 4476 26 4476 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2711 /apex-mdapi/src/classes/MetadataService.cls 4476 26 4476 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2712 /apex-mdapi/src/classes/MetadataService.cls 4477 26 4477 159 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]*'
2712 /apex-mdapi/src/classes/MetadataService.cls 4477 26 4477 159 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]*'
2713 /apex-mdapi/src/classes/MetadataService.cls 4479 12 4492 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2713 /apex-mdapi/src/classes/MetadataService.cls 4479 12 4492 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2714 /apex-mdapi/src/classes/MetadataService.cls 4485 26 4485 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 'changePasswordPageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2714 /apex-mdapi/src/classes/MetadataService.cls 4485 26 4485 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 'changePasswordPageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2715 /apex-mdapi/src/classes/MetadataService.cls 4486 26 4486 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 'forgotPasswordPageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2715 /apex-mdapi/src/classes/MetadataService.cls 4486 26 4486 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 'forgotPasswordPageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2716 /apex-mdapi/src/classes/MetadataService.cls 4487 26 4487 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 'homePageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2716 /apex-mdapi/src/classes/MetadataService.cls 4487 26 4487 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 'homePageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2717 /apex-mdapi/src/classes/MetadataService.cls 4488 26 4488 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 'loginPageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2717 /apex-mdapi/src/classes/MetadataService.cls 4488 26 4488 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 'loginPageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2718 /apex-mdapi/src/classes/MetadataService.cls 4489 26 4489 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 'selfRegProfilePageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2718 /apex-mdapi/src/classes/MetadataService.cls 4489 26 4489 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 'selfRegProfilePageOverrideSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2719 /apex-mdapi/src/classes/MetadataService.cls 4490 26 4490 89 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]*'
2719 /apex-mdapi/src/classes/MetadataService.cls 4490 26 4490 89 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]*'
2720 /apex-mdapi/src/classes/MetadataService.cls 4491 26 4491 224 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]*'
2720 /apex-mdapi/src/classes/MetadataService.cls 4491 26 4491 224 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]*'
2721 /apex-mdapi/src/classes/MetadataService.cls 4493 12 4522 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2721 /apex-mdapi/src/classes/MetadataService.cls 4493 12 4522 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2722 /apex-mdapi/src/classes/MetadataService.cls 4493 12 4522 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2722 /apex-mdapi/src/classes/MetadataService.cls 4493 12 4522 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2723 /apex-mdapi/src/classes/MetadataService.cls 4496 26 4496 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2723 /apex-mdapi/src/classes/MetadataService.cls 4496 26 4496 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2724 /apex-mdapi/src/classes/MetadataService.cls 4505 23 4505 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]*'
2724 /apex-mdapi/src/classes/MetadataService.cls 4505 23 4505 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]*'
2725 /apex-mdapi/src/classes/MetadataService.cls 4508 26 4508 99 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2725 /apex-mdapi/src/classes/MetadataService.cls 4508 26 4508 99 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2726 /apex-mdapi/src/classes/MetadataService.cls 4509 26 4509 109 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 'actionLimit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2726 /apex-mdapi/src/classes/MetadataService.cls 4509 26 4509 109 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 'actionLimit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2727 /apex-mdapi/src/classes/MetadataService.cls 4510 26 4510 99 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]*'
2727 /apex-mdapi/src/classes/MetadataService.cls 4510 26 4510 99 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]*'
2728 /apex-mdapi/src/classes/MetadataService.cls 4511 26 4511 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2728 /apex-mdapi/src/classes/MetadataService.cls 4511 26 4511 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2729 /apex-mdapi/src/classes/MetadataService.cls 4512 26 4512 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 'entitiesAndFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2729 /apex-mdapi/src/classes/MetadataService.cls 4512 26 4512 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 'entitiesAndFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2730 /apex-mdapi/src/classes/MetadataService.cls 4513 26 4513 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2730 /apex-mdapi/src/classes/MetadataService.cls 4513 26 4513 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2731 /apex-mdapi/src/classes/MetadataService.cls 4514 26 4514 109 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 'notifyLimit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2731 /apex-mdapi/src/classes/MetadataService.cls 4514 26 4514 109 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 'notifyLimit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2732 /apex-mdapi/src/classes/MetadataService.cls 4515 26 4515 107 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 'timePeriod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2732 /apex-mdapi/src/classes/MetadataService.cls 4515 26 4515 107 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 'timePeriod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2733 /apex-mdapi/src/classes/MetadataService.cls 4516 26 4516 97 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]*'
2733 /apex-mdapi/src/classes/MetadataService.cls 4516 26 4516 97 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]*'
2734 /apex-mdapi/src/classes/MetadataService.cls 4517 26 4517 112 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 'userCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2734 /apex-mdapi/src/classes/MetadataService.cls 4517 26 4517 112 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 'userCriteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2735 /apex-mdapi/src/classes/MetadataService.cls 4518 26 4518 109 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 'userMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2735 /apex-mdapi/src/classes/MetadataService.cls 4518 26 4518 109 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 'userMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2736 /apex-mdapi/src/classes/MetadataService.cls 4519 26 4519 89 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]*'
2736 /apex-mdapi/src/classes/MetadataService.cls 4519 26 4519 89 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]*'
2737 /apex-mdapi/src/classes/MetadataService.cls 4520 26 4520 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2737 /apex-mdapi/src/classes/MetadataService.cls 4520 26 4520 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2738 /apex-mdapi/src/classes/MetadataService.cls 4521 26 4521 220 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]*'
2738 /apex-mdapi/src/classes/MetadataService.cls 4521 26 4521 220 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]*'
2739 /apex-mdapi/src/classes/MetadataService.cls 4523 12 4530 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2739 /apex-mdapi/src/classes/MetadataService.cls 4523 12 4530 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2740 /apex-mdapi/src/classes/MetadataService.cls 4526 26 4526 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2740 /apex-mdapi/src/classes/MetadataService.cls 4526 26 4526 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2741 /apex-mdapi/src/classes/MetadataService.cls 4527 26 4527 109 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 'translation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2741 /apex-mdapi/src/classes/MetadataService.cls 4527 26 4527 109 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 'translation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2742 /apex-mdapi/src/classes/MetadataService.cls 4528 26 4528 89 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]*'
2742 /apex-mdapi/src/classes/MetadataService.cls 4528 26 4528 89 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]*'
2743 /apex-mdapi/src/classes/MetadataService.cls 4529 26 4529 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]*'
2743 /apex-mdapi/src/classes/MetadataService.cls 4529 26 4529 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]*'
2744 /apex-mdapi/src/classes/MetadataService.cls 4531 12 4536 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2744 /apex-mdapi/src/classes/MetadataService.cls 4531 12 4536 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2745 /apex-mdapi/src/classes/MetadataService.cls 4533 26 4533 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2745 /apex-mdapi/src/classes/MetadataService.cls 4533 26 4533 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2746 /apex-mdapi/src/classes/MetadataService.cls 4534 26 4534 89 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]*'
2746 /apex-mdapi/src/classes/MetadataService.cls 4534 26 4534 89 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]*'
2747 /apex-mdapi/src/classes/MetadataService.cls 4535 26 4535 70 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]*'
2747 /apex-mdapi/src/classes/MetadataService.cls 4535 26 4535 70 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]*'
2748 /apex-mdapi/src/classes/MetadataService.cls 4537 12 4544 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2748 /apex-mdapi/src/classes/MetadataService.cls 4537 12 4544 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2749 /apex-mdapi/src/classes/MetadataService.cls 4540 26 4540 105 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2749 /apex-mdapi/src/classes/MetadataService.cls 4540 26 4540 105 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2750 /apex-mdapi/src/classes/MetadataService.cls 4541 26 4541 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2750 /apex-mdapi/src/classes/MetadataService.cls 4541 26 4541 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2751 /apex-mdapi/src/classes/MetadataService.cls 4542 26 4542 89 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]*'
2751 /apex-mdapi/src/classes/MetadataService.cls 4542 26 4542 89 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]*'
2752 /apex-mdapi/src/classes/MetadataService.cls 4543 26 4543 85 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]*'
2752 /apex-mdapi/src/classes/MetadataService.cls 4543 26 4543 85 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]*'
2753 /apex-mdapi/src/classes/MetadataService.cls 4545 12 4560 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2753 /apex-mdapi/src/classes/MetadataService.cls 4545 12 4560 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2754 /apex-mdapi/src/classes/MetadataService.cls 4552 26 4552 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2754 /apex-mdapi/src/classes/MetadataService.cls 4552 26 4552 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2755 /apex-mdapi/src/classes/MetadataService.cls 4553 26 4553 115 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 'isDefaultModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2755 /apex-mdapi/src/classes/MetadataService.cls 4553 26 4553 115 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 'isDefaultModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2756 /apex-mdapi/src/classes/MetadataService.cls 4554 26 4554 113 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 'isModelLocked_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2756 /apex-mdapi/src/classes/MetadataService.cls 4554 26 4554 113 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 'isModelLocked_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2757 /apex-mdapi/src/classes/MetadataService.cls 4555 26 4555 119 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 'modelDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2757 /apex-mdapi/src/classes/MetadataService.cls 4555 26 4555 119 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 'modelDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2758 /apex-mdapi/src/classes/MetadataService.cls 4556 26 4556 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2758 /apex-mdapi/src/classes/MetadataService.cls 4556 26 4556 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2759 /apex-mdapi/src/classes/MetadataService.cls 4557 26 4557 119 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 'recordPreference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2759 /apex-mdapi/src/classes/MetadataService.cls 4557 26 4557 119 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 'recordPreference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2760 /apex-mdapi/src/classes/MetadataService.cls 4558 26 4558 89 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]*'
2760 /apex-mdapi/src/classes/MetadataService.cls 4558 26 4558 89 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]*'
2761 /apex-mdapi/src/classes/MetadataService.cls 4559 26 4559 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2761 /apex-mdapi/src/classes/MetadataService.cls 4559 26 4559 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2762 /apex-mdapi/src/classes/MetadataService.cls 4561 12 4572 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2762 /apex-mdapi/src/classes/MetadataService.cls 4561 12 4572 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2763 /apex-mdapi/src/classes/MetadataService.cls 4566 26 4566 105 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2763 /apex-mdapi/src/classes/MetadataService.cls 4566 26 4566 105 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2764 /apex-mdapi/src/classes/MetadataService.cls 4567 26 4567 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 'orchestrationEvent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2764 /apex-mdapi/src/classes/MetadataService.cls 4567 26 4567 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 'orchestrationEvent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2765 /apex-mdapi/src/classes/MetadataService.cls 4568 26 4568 113 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 'platformEvent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2765 /apex-mdapi/src/classes/MetadataService.cls 4568 26 4568 113 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 'platformEvent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2766 /apex-mdapi/src/classes/MetadataService.cls 4569 26 4569 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 'platformEventPrimaryKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2766 /apex-mdapi/src/classes/MetadataService.cls 4569 26 4569 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 'platformEventPrimaryKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2767 /apex-mdapi/src/classes/MetadataService.cls 4570 26 4570 89 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]*'
2767 /apex-mdapi/src/classes/MetadataService.cls 4570 26 4570 89 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]*'
2768 /apex-mdapi/src/classes/MetadataService.cls 4571 26 4571 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]*'
2768 /apex-mdapi/src/classes/MetadataService.cls 4571 26 4571 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]*'
2769 /apex-mdapi/src/classes/MetadataService.cls 4573 12 4584 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2769 /apex-mdapi/src/classes/MetadataService.cls 4573 12 4584 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2770 /apex-mdapi/src/classes/MetadataService.cls 4578 26 4578 100 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]*'
2770 /apex-mdapi/src/classes/MetadataService.cls 4578 26 4578 100 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]*'
2771 /apex-mdapi/src/classes/MetadataService.cls 4579 26 4579 103 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2771 /apex-mdapi/src/classes/MetadataService.cls 4579 26 4579 103 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2772 /apex-mdapi/src/classes/MetadataService.cls 4580 26 4580 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2772 /apex-mdapi/src/classes/MetadataService.cls 4580 26 4580 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2773 /apex-mdapi/src/classes/MetadataService.cls 4581 26 4581 107 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 'pausedText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2773 /apex-mdapi/src/classes/MetadataService.cls 4581 26 4581 107 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 'pausedText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2774 /apex-mdapi/src/classes/MetadataService.cls 4582 26 4582 89 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]*'
2774 /apex-mdapi/src/classes/MetadataService.cls 4582 26 4582 89 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]*'
2775 /apex-mdapi/src/classes/MetadataService.cls 4583 26 4583 103 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]*'
2775 /apex-mdapi/src/classes/MetadataService.cls 4583 26 4583 103 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]*'
2776 /apex-mdapi/src/classes/MetadataService.cls 4585 12 4594 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2776 /apex-mdapi/src/classes/MetadataService.cls 4585 12 4594 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2777 /apex-mdapi/src/classes/MetadataService.cls 4589 26 4589 119 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 'customerUserRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2777 /apex-mdapi/src/classes/MetadataService.cls 4589 26 4589 119 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 'customerUserRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2778 /apex-mdapi/src/classes/MetadataService.cls 4590 26 4590 119 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 'employeeUserRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2778 /apex-mdapi/src/classes/MetadataService.cls 4590 26 4590 119 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 'employeeUserRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2779 /apex-mdapi/src/classes/MetadataService.cls 4591 26 4591 117 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 'partnerUserRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2779 /apex-mdapi/src/classes/MetadataService.cls 4591 26 4591 117 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 'partnerUserRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2780 /apex-mdapi/src/classes/MetadataService.cls 4592 26 4592 89 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]*'
2780 /apex-mdapi/src/classes/MetadataService.cls 4592 26 4592 89 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]*'
2781 /apex-mdapi/src/classes/MetadataService.cls 4593 26 4593 119 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]*'
2781 /apex-mdapi/src/classes/MetadataService.cls 4593 26 4593 119 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]*'
2782 /apex-mdapi/src/classes/MetadataService.cls 4595 12 4600 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2782 /apex-mdapi/src/classes/MetadataService.cls 4595 12 4600 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2783 /apex-mdapi/src/classes/MetadataService.cls 4597 26 4597 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 'roleAndSubordinateInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2783 /apex-mdapi/src/classes/MetadataService.cls 4597 26 4597 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 'roleAndSubordinateInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2784 /apex-mdapi/src/classes/MetadataService.cls 4598 26 4598 89 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]*'
2784 /apex-mdapi/src/classes/MetadataService.cls 4598 26 4598 89 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]*'
2785 /apex-mdapi/src/classes/MetadataService.cls 4599 26 4599 92 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]*'
2785 /apex-mdapi/src/classes/MetadataService.cls 4599 26 4599 92 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]*'
2786 /apex-mdapi/src/classes/MetadataService.cls 4601 12 4640 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2786 /apex-mdapi/src/classes/MetadataService.cls 4601 12 4640 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2787 /apex-mdapi/src/classes/MetadataService.cls 4601 12 4640 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2787 /apex-mdapi/src/classes/MetadataService.cls 4601 12 4640 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2788 /apex-mdapi/src/classes/MetadataService.cls 4604 26 4604 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2788 /apex-mdapi/src/classes/MetadataService.cls 4604 26 4604 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2789 /apex-mdapi/src/classes/MetadataService.cls 4616 23 4616 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2789 /apex-mdapi/src/classes/MetadataService.cls 4616 23 4616 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
2790 /apex-mdapi/src/classes/MetadataService.cls 4621 26 4621 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2790 /apex-mdapi/src/classes/MetadataService.cls 4621 26 4621 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2791 /apex-mdapi/src/classes/MetadataService.cls 4622 26 4622 113 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 'auraComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2791 /apex-mdapi/src/classes/MetadataService.cls 4622 26 4622 113 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 'auraComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2792 /apex-mdapi/src/classes/MetadataService.cls 4623 26 4623 111 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 'customObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2792 /apex-mdapi/src/classes/MetadataService.cls 4623 26 4623 111 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 'customObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2793 /apex-mdapi/src/classes/MetadataService.cls 4624 26 4624 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2793 /apex-mdapi/src/classes/MetadataService.cls 4624 26 4624 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2794 /apex-mdapi/src/classes/MetadataService.cls 4625 26 4625 105 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 'flexiPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2794 /apex-mdapi/src/classes/MetadataService.cls 4625 26 4625 105 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 'flexiPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2795 /apex-mdapi/src/classes/MetadataService.cls 4626 26 4626 109 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 'frameHeight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2795 /apex-mdapi/src/classes/MetadataService.cls 4626 26 4626 109 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 'frameHeight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2796 /apex-mdapi/src/classes/MetadataService.cls 4627 26 4627 107 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 'hasSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2796 /apex-mdapi/src/classes/MetadataService.cls 4627 26 4627 107 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 'hasSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2797 /apex-mdapi/src/classes/MetadataService.cls 4628 26 4628 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2797 /apex-mdapi/src/classes/MetadataService.cls 4628 26 4628 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2798 /apex-mdapi/src/classes/MetadataService.cls 4629 26 4629 97 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]*'
2798 /apex-mdapi/src/classes/MetadataService.cls 4629 26 4629 97 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]*'
2799 /apex-mdapi/src/classes/MetadataService.cls 4630 26 4630 109 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 'mobileReady_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2799 /apex-mdapi/src/classes/MetadataService.cls 4630 26 4630 109 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 'mobileReady_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2800 /apex-mdapi/src/classes/MetadataService.cls 4631 26 4631 97 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 'motif_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2800 /apex-mdapi/src/classes/MetadataService.cls 4631 26 4631 97 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 'motif_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2801 /apex-mdapi/src/classes/MetadataService.cls 4632 26 4632 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2801 /apex-mdapi/src/classes/MetadataService.cls 4632 26 4632 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2802 /apex-mdapi/src/classes/MetadataService.cls 4633 26 4633 103 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2802 /apex-mdapi/src/classes/MetadataService.cls 4633 26 4633 103 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2803 /apex-mdapi/src/classes/MetadataService.cls 4634 26 4634 115 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 'splashPageLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2803 /apex-mdapi/src/classes/MetadataService.cls 4634 26 4634 115 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 'splashPageLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2804 /apex-mdapi/src/classes/MetadataService.cls 4635 26 4635 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2804 /apex-mdapi/src/classes/MetadataService.cls 4635 26 4635 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2805 /apex-mdapi/src/classes/MetadataService.cls 4636 26 4636 115 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 'urlEncodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2805 /apex-mdapi/src/classes/MetadataService.cls 4636 26 4636 115 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 'urlEncodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2806 /apex-mdapi/src/classes/MetadataService.cls 4637 26 4637 89 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]*'
2806 /apex-mdapi/src/classes/MetadataService.cls 4637 26 4637 89 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]*'
2807 /apex-mdapi/src/classes/MetadataService.cls 4638 26 4638 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2807 /apex-mdapi/src/classes/MetadataService.cls 4638 26 4638 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2808 /apex-mdapi/src/classes/MetadataService.cls 4639 26 4639 274 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]*'
2808 /apex-mdapi/src/classes/MetadataService.cls 4639 26 4639 274 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]*'
2809 /apex-mdapi/src/classes/MetadataService.cls 4641 12 4704 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2809 /apex-mdapi/src/classes/MetadataService.cls 4641 12 4704 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2810 /apex-mdapi/src/classes/MetadataService.cls 4641 12 4704 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class LiveChatAgentConfig has 30 public methods, attributes, and properties (limit: 20)
2810 /apex-mdapi/src/classes/MetadataService.cls 4641 12 4704 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class LiveChatAgentConfig has 30 public methods, attributes, and properties (limit: 20)
2811 /apex-mdapi/src/classes/MetadataService.cls 4641 12 4704 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2811 /apex-mdapi/src/classes/MetadataService.cls 4641 12 4704 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2812 /apex-mdapi/src/classes/MetadataService.cls 4644 26 4644 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2812 /apex-mdapi/src/classes/MetadataService.cls 4644 26 4644 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2813 /apex-mdapi/src/classes/MetadataService.cls 4673 26 4673 109 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2813 /apex-mdapi/src/classes/MetadataService.cls 4673 26 4673 109 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2814 /apex-mdapi/src/classes/MetadataService.cls 4674 26 4674 111 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2814 /apex-mdapi/src/classes/MetadataService.cls 4674 26 4674 111 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 'autoGreeting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2815 /apex-mdapi/src/classes/MetadataService.cls 4675 26 4675 103 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 'capacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2815 /apex-mdapi/src/classes/MetadataService.cls 4675 26 4675 103 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 'capacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2816 /apex-mdapi/src/classes/MetadataService.cls 4676 26 4676 119 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 'criticalWaitTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2816 /apex-mdapi/src/classes/MetadataService.cls 4676 26 4676 119 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 'criticalWaitTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2817 /apex-mdapi/src/classes/MetadataService.cls 4677 26 4677 117 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2817 /apex-mdapi/src/classes/MetadataService.cls 4677 26 4677 117 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 'customAgentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2818 /apex-mdapi/src/classes/MetadataService.cls 4678 26 4678 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 'enableAgentFileTransfer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2818 /apex-mdapi/src/classes/MetadataService.cls 4678 26 4678 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 'enableAgentFileTransfer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2819 /apex-mdapi/src/classes/MetadataService.cls 4679 26 4679 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 'enableAgentSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2819 /apex-mdapi/src/classes/MetadataService.cls 4679 26 4679 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 'enableAgentSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2820 /apex-mdapi/src/classes/MetadataService.cls 4680 26 4680 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 'enableAssistanceFlag_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2820 /apex-mdapi/src/classes/MetadataService.cls 4680 26 4680 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 'enableAssistanceFlag_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2821 /apex-mdapi/src/classes/MetadataService.cls 4681 26 4681 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 'enableAutoAwayOnDecline_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2821 /apex-mdapi/src/classes/MetadataService.cls 4681 26 4681 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 'enableAutoAwayOnDecline_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2822 /apex-mdapi/src/classes/MetadataService.cls 4682 26 4682 141 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 'enableAutoAwayOnPushTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2822 /apex-mdapi/src/classes/MetadataService.cls 4682 26 4682 141 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 'enableAutoAwayOnPushTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2823 /apex-mdapi/src/classes/MetadataService.cls 4683 26 4683 131 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 'enableChatConferencing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2823 /apex-mdapi/src/classes/MetadataService.cls 4683 26 4683 131 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 'enableChatConferencing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2824 /apex-mdapi/src/classes/MetadataService.cls 4684 26 4684 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 'enableChatMonitoring_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2824 /apex-mdapi/src/classes/MetadataService.cls 4684 26 4684 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 'enableChatMonitoring_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2825 /apex-mdapi/src/classes/MetadataService.cls 4685 26 4685 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 'enableChatTransferToAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2825 /apex-mdapi/src/classes/MetadataService.cls 4685 26 4685 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 'enableChatTransferToAgent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2826 /apex-mdapi/src/classes/MetadataService.cls 4686 26 4686 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 'enableChatTransferToButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2826 /apex-mdapi/src/classes/MetadataService.cls 4686 26 4686 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 'enableChatTransferToButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2827 /apex-mdapi/src/classes/MetadataService.cls 4687 26 4687 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 'enableChatTransferToSkill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2827 /apex-mdapi/src/classes/MetadataService.cls 4687 26 4687 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 'enableChatTransferToSkill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2828 /apex-mdapi/src/classes/MetadataService.cls 4688 26 4688 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 'enableLogoutSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2828 /apex-mdapi/src/classes/MetadataService.cls 4688 26 4688 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 'enableLogoutSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2829 /apex-mdapi/src/classes/MetadataService.cls 4689 26 4689 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 'enableNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2829 /apex-mdapi/src/classes/MetadataService.cls 4689 26 4689 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 'enableNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2830 /apex-mdapi/src/classes/MetadataService.cls 4690 26 4690 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 'enableRequestSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2830 /apex-mdapi/src/classes/MetadataService.cls 4690 26 4690 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 'enableRequestSound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2831 /apex-mdapi/src/classes/MetadataService.cls 4691 26 4691 117 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 'enableSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2831 /apex-mdapi/src/classes/MetadataService.cls 4691 26 4691 117 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 'enableSneakPeek_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2832 /apex-mdapi/src/classes/MetadataService.cls 4692 26 4692 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 'enableVisitorBlocking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2832 /apex-mdapi/src/classes/MetadataService.cls 4692 26 4692 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 'enableVisitorBlocking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2833 /apex-mdapi/src/classes/MetadataService.cls 4693 26 4693 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 'enableWhisperMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2833 /apex-mdapi/src/classes/MetadataService.cls 4693 26 4693 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 'enableWhisperMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2834 /apex-mdapi/src/classes/MetadataService.cls 4694 26 4694 97 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]*'
2834 /apex-mdapi/src/classes/MetadataService.cls 4694 26 4694 97 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]*'
2835 /apex-mdapi/src/classes/MetadataService.cls 4695 26 4695 155 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 'supervisorDefaultAgentStatusFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2835 /apex-mdapi/src/classes/MetadataService.cls 4695 26 4695 155 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 'supervisorDefaultAgentStatusFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2836 /apex-mdapi/src/classes/MetadataService.cls 4696 26 4696 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 'supervisorDefaultButtonFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2836 /apex-mdapi/src/classes/MetadataService.cls 4696 26 4696 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 'supervisorDefaultButtonFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2837 /apex-mdapi/src/classes/MetadataService.cls 4697 26 4697 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 'supervisorDefaultSkillFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2837 /apex-mdapi/src/classes/MetadataService.cls 4697 26 4697 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 'supervisorDefaultSkillFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2838 /apex-mdapi/src/classes/MetadataService.cls 4698 26 4698 119 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 'supervisorSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2838 /apex-mdapi/src/classes/MetadataService.cls 4698 26 4698 119 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 'supervisorSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2839 /apex-mdapi/src/classes/MetadataService.cls 4699 26 4699 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 'transferableButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2839 /apex-mdapi/src/classes/MetadataService.cls 4699 26 4699 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 'transferableButtons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2840 /apex-mdapi/src/classes/MetadataService.cls 4700 26 4700 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 'transferableSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2840 /apex-mdapi/src/classes/MetadataService.cls 4700 26 4700 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 'transferableSkills_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2841 /apex-mdapi/src/classes/MetadataService.cls 4701 26 4701 89 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]*'
2841 /apex-mdapi/src/classes/MetadataService.cls 4701 26 4701 89 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]*'
2842 /apex-mdapi/src/classes/MetadataService.cls 4702 26 4702 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2842 /apex-mdapi/src/classes/MetadataService.cls 4702 26 4702 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2843 /apex-mdapi/src/classes/MetadataService.cls 4703 26 4703 711 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]*'
2843 /apex-mdapi/src/classes/MetadataService.cls 4703 26 4703 711 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]*'
2844 /apex-mdapi/src/classes/MetadataService.cls 4705 12 4716 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2844 /apex-mdapi/src/classes/MetadataService.cls 4705 12 4716 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2845 /apex-mdapi/src/classes/MetadataService.cls 4706 23 4706 34 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' doesn't match '[a-z][a-zA-Z0-9]*'
2845 /apex-mdapi/src/classes/MetadataService.cls 4706 23 4706 34 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' doesn't match '[a-z][a-zA-Z0-9]*'
2846 /apex-mdapi/src/classes/MetadataService.cls 4710 26 4710 109 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]*'
2846 /apex-mdapi/src/classes/MetadataService.cls 4710 26 4710 109 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]*'
2847 /apex-mdapi/src/classes/MetadataService.cls 4711 26 4711 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2847 /apex-mdapi/src/classes/MetadataService.cls 4711 26 4711 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2848 /apex-mdapi/src/classes/MetadataService.cls 4712 26 4712 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 'fieldMappingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2848 /apex-mdapi/src/classes/MetadataService.cls 4712 26 4712 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 'fieldMappingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2849 /apex-mdapi/src/classes/MetadataService.cls 4713 26 4713 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2849 /apex-mdapi/src/classes/MetadataService.cls 4713 26 4713 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2850 /apex-mdapi/src/classes/MetadataService.cls 4714 26 4714 89 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]*'
2850 /apex-mdapi/src/classes/MetadataService.cls 4714 26 4714 89 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]*'
2851 /apex-mdapi/src/classes/MetadataService.cls 4715 26 4715 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]*'
2851 /apex-mdapi/src/classes/MetadataService.cls 4715 26 4715 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]*'
2852 /apex-mdapi/src/classes/MetadataService.cls 4717 12 4742 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2852 /apex-mdapi/src/classes/MetadataService.cls 4717 12 4742 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2853 /apex-mdapi/src/classes/MetadataService.cls 4717 12 4742 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2853 /apex-mdapi/src/classes/MetadataService.cls 4717 12 4742 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2854 /apex-mdapi/src/classes/MetadataService.cls 4729 26 4729 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 'enableE2CSourceTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2854 /apex-mdapi/src/classes/MetadataService.cls 4729 26 4729 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 'enableE2CSourceTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2855 /apex-mdapi/src/classes/MetadataService.cls 4730 26 4730 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 'enableEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2855 /apex-mdapi/src/classes/MetadataService.cls 4730 26 4730 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 'enableEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2856 /apex-mdapi/src/classes/MetadataService.cls 4731 26 4731 117 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 'enableHtmlEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2856 /apex-mdapi/src/classes/MetadataService.cls 4731 26 4731 117 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 'enableHtmlEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2857 /apex-mdapi/src/classes/MetadataService.cls 4732 26 4732 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 'enableOnDemandEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2857 /apex-mdapi/src/classes/MetadataService.cls 4732 26 4732 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 'enableOnDemandEmailToCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2858 /apex-mdapi/src/classes/MetadataService.cls 4733 26 4733 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 'enableThreadIDInBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2858 /apex-mdapi/src/classes/MetadataService.cls 4733 26 4733 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 'enableThreadIDInBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2859 /apex-mdapi/src/classes/MetadataService.cls 4734 26 4734 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 'enableThreadIDInSubject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2859 /apex-mdapi/src/classes/MetadataService.cls 4734 26 4734 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 'enableThreadIDInSubject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2860 /apex-mdapi/src/classes/MetadataService.cls 4735 26 4735 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 'notifyOwnerOnNewCaseEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2860 /apex-mdapi/src/classes/MetadataService.cls 4735 26 4735 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 'notifyOwnerOnNewCaseEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2861 /apex-mdapi/src/classes/MetadataService.cls 4736 26 4736 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 'overEmailLimitAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2861 /apex-mdapi/src/classes/MetadataService.cls 4736 26 4736 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 'overEmailLimitAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2862 /apex-mdapi/src/classes/MetadataService.cls 4737 26 4737 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 'preQuoteSignature_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2862 /apex-mdapi/src/classes/MetadataService.cls 4737 26 4737 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 'preQuoteSignature_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2863 /apex-mdapi/src/classes/MetadataService.cls 4738 26 4738 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 'routingAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2863 /apex-mdapi/src/classes/MetadataService.cls 4738 26 4738 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 'routingAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2864 /apex-mdapi/src/classes/MetadataService.cls 4739 26 4739 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 'unauthorizedSenderAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2864 /apex-mdapi/src/classes/MetadataService.cls 4739 26 4739 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 'unauthorizedSenderAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2865 /apex-mdapi/src/classes/MetadataService.cls 4740 26 4740 89 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]*'
2865 /apex-mdapi/src/classes/MetadataService.cls 4740 26 4740 89 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]*'
2866 /apex-mdapi/src/classes/MetadataService.cls 4741 26 4741 321 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]*'
2866 /apex-mdapi/src/classes/MetadataService.cls 4741 26 4741 321 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]*'
2867 /apex-mdapi/src/classes/MetadataService.cls 4743 12 4754 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2867 /apex-mdapi/src/classes/MetadataService.cls 4743 12 4754 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2868 /apex-mdapi/src/classes/MetadataService.cls 4746 26 4746 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2868 /apex-mdapi/src/classes/MetadataService.cls 4746 26 4746 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2869 /apex-mdapi/src/classes/MetadataService.cls 4749 26 4749 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2869 /apex-mdapi/src/classes/MetadataService.cls 4749 26 4749 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2870 /apex-mdapi/src/classes/MetadataService.cls 4750 26 4750 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2870 /apex-mdapi/src/classes/MetadataService.cls 4750 26 4750 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2871 /apex-mdapi/src/classes/MetadataService.cls 4751 26 4751 89 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]*'
2871 /apex-mdapi/src/classes/MetadataService.cls 4751 26 4751 89 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]*'
2872 /apex-mdapi/src/classes/MetadataService.cls 4752 26 4752 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2872 /apex-mdapi/src/classes/MetadataService.cls 4752 26 4752 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2873 /apex-mdapi/src/classes/MetadataService.cls 4753 26 4753 115 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]*'
2873 /apex-mdapi/src/classes/MetadataService.cls 4753 26 4753 115 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]*'
2874 /apex-mdapi/src/classes/MetadataService.cls 4755 12 4768 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2874 /apex-mdapi/src/classes/MetadataService.cls 4755 12 4768 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2875 /apex-mdapi/src/classes/MetadataService.cls 4758 26 4758 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2875 /apex-mdapi/src/classes/MetadataService.cls 4758 26 4758 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2876 /apex-mdapi/src/classes/MetadataService.cls 4762 26 4762 113 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 'networkAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2876 /apex-mdapi/src/classes/MetadataService.cls 4762 26 4762 113 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 'networkAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2877 /apex-mdapi/src/classes/MetadataService.cls 4763 26 4763 119 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 'passwordPolicies_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2877 /apex-mdapi/src/classes/MetadataService.cls 4763 26 4763 119 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 'passwordPolicies_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2878 /apex-mdapi/src/classes/MetadataService.cls 4764 26 4764 117 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 'sessionSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2878 /apex-mdapi/src/classes/MetadataService.cls 4764 26 4764 117 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 'sessionSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2879 /apex-mdapi/src/classes/MetadataService.cls 4765 26 4765 89 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]*'
2879 /apex-mdapi/src/classes/MetadataService.cls 4765 26 4765 89 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]*'
2880 /apex-mdapi/src/classes/MetadataService.cls 4766 26 4766 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2880 /apex-mdapi/src/classes/MetadataService.cls 4766 26 4766 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2881 /apex-mdapi/src/classes/MetadataService.cls 4767 26 4767 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2881 /apex-mdapi/src/classes/MetadataService.cls 4767 26 4767 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2882 /apex-mdapi/src/classes/MetadataService.cls 4769 12 4820 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2882 /apex-mdapi/src/classes/MetadataService.cls 4769 12 4820 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2883 /apex-mdapi/src/classes/MetadataService.cls 4769 12 4820 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class ReportChart has 24 public methods, attributes, and properties (limit: 20)
2883 /apex-mdapi/src/classes/MetadataService.cls 4769 12 4820 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class ReportChart has 24 public methods, attributes, and properties (limit: 20)
2884 /apex-mdapi/src/classes/MetadataService.cls 4769 12 4820 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2884 /apex-mdapi/src/classes/MetadataService.cls 4769 12 4820 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2885 /apex-mdapi/src/classes/MetadataService.cls 4794 26 4794 119 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 'backgroundColor1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2885 /apex-mdapi/src/classes/MetadataService.cls 4794 26 4794 119 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 'backgroundColor1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2886 /apex-mdapi/src/classes/MetadataService.cls 4795 26 4795 119 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 'backgroundColor2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2886 /apex-mdapi/src/classes/MetadataService.cls 4795 26 4795 119 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 'backgroundColor2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2887 /apex-mdapi/src/classes/MetadataService.cls 4796 26 4796 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 'backgroundFadeDir_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2887 /apex-mdapi/src/classes/MetadataService.cls 4796 26 4796 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 'backgroundFadeDir_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2888 /apex-mdapi/src/classes/MetadataService.cls 4797 26 4797 116 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 'chartSummaries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2888 /apex-mdapi/src/classes/MetadataService.cls 4797 26 4797 116 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 'chartSummaries_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2889 /apex-mdapi/src/classes/MetadataService.cls 4798 26 4798 105 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 'chartType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2889 /apex-mdapi/src/classes/MetadataService.cls 4798 26 4798 105 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 'chartType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2890 /apex-mdapi/src/classes/MetadataService.cls 4799 26 4799 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 'enableHoverLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2890 /apex-mdapi/src/classes/MetadataService.cls 4799 26 4799 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 'enableHoverLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2891 /apex-mdapi/src/classes/MetadataService.cls 4800 26 4800 111 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2891 /apex-mdapi/src/classes/MetadataService.cls 4800 26 4800 111 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2892 /apex-mdapi/src/classes/MetadataService.cls 4801 26 4801 115 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2892 /apex-mdapi/src/classes/MetadataService.cls 4801 26 4801 115 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2893 /apex-mdapi/src/classes/MetadataService.cls 4802 26 4802 115 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 'legendPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2893 /apex-mdapi/src/classes/MetadataService.cls 4802 26 4802 115 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 'legendPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2894 /apex-mdapi/src/classes/MetadataService.cls 4803 26 4803 103 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 'location_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2894 /apex-mdapi/src/classes/MetadataService.cls 4803 26 4803 103 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 'location_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2895 /apex-mdapi/src/classes/MetadataService.cls 4804 26 4804 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 'secondaryGroupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2895 /apex-mdapi/src/classes/MetadataService.cls 4804 26 4804 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 'secondaryGroupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2896 /apex-mdapi/src/classes/MetadataService.cls 4805 26 4805 115 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 'showAxisLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2896 /apex-mdapi/src/classes/MetadataService.cls 4805 26 4805 115 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 'showAxisLabels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2897 /apex-mdapi/src/classes/MetadataService.cls 4806 26 4806 115 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 'showPercentage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2897 /apex-mdapi/src/classes/MetadataService.cls 4806 26 4806 115 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 'showPercentage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2898 /apex-mdapi/src/classes/MetadataService.cls 4807 26 4807 105 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2898 /apex-mdapi/src/classes/MetadataService.cls 4807 26 4807 105 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2899 /apex-mdapi/src/classes/MetadataService.cls 4808 26 4808 107 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2899 /apex-mdapi/src/classes/MetadataService.cls 4808 26 4808 107 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2900 /apex-mdapi/src/classes/MetadataService.cls 4809 26 4809 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 'size_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2900 /apex-mdapi/src/classes/MetadataService.cls 4809 26 4809 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 'size_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2901 /apex-mdapi/src/classes/MetadataService.cls 4810 26 4810 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 'summaryAxisManualRangeEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2901 /apex-mdapi/src/classes/MetadataService.cls 4810 26 4810 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 'summaryAxisManualRangeEnd_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2902 /apex-mdapi/src/classes/MetadataService.cls 4811 26 4811 141 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 'summaryAxisManualRangeStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2902 /apex-mdapi/src/classes/MetadataService.cls 4811 26 4811 141 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 'summaryAxisManualRangeStart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2903 /apex-mdapi/src/classes/MetadataService.cls 4812 26 4812 119 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 'summaryAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2903 /apex-mdapi/src/classes/MetadataService.cls 4812 26 4812 119 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 'summaryAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2904 /apex-mdapi/src/classes/MetadataService.cls 4813 26 4813 105 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 'textColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2904 /apex-mdapi/src/classes/MetadataService.cls 4813 26 4813 105 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 'textColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2905 /apex-mdapi/src/classes/MetadataService.cls 4814 26 4814 103 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 'textSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2905 /apex-mdapi/src/classes/MetadataService.cls 4814 26 4814 103 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 'textSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2906 /apex-mdapi/src/classes/MetadataService.cls 4815 26 4815 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2906 /apex-mdapi/src/classes/MetadataService.cls 4815 26 4815 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2907 /apex-mdapi/src/classes/MetadataService.cls 4816 26 4816 107 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2907 /apex-mdapi/src/classes/MetadataService.cls 4816 26 4816 107 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2908 /apex-mdapi/src/classes/MetadataService.cls 4817 26 4817 105 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 'titleSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2908 /apex-mdapi/src/classes/MetadataService.cls 4817 26 4817 105 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 'titleSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2909 /apex-mdapi/src/classes/MetadataService.cls 4818 26 4818 89 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]*'
2909 /apex-mdapi/src/classes/MetadataService.cls 4818 26 4818 89 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]*'
2910 /apex-mdapi/src/classes/MetadataService.cls 4819 26 4819 455 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]*'
2910 /apex-mdapi/src/classes/MetadataService.cls 4819 26 4819 455 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]*'
2911 /apex-mdapi/src/classes/MetadataService.cls 4821 12 4828 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2911 /apex-mdapi/src/classes/MetadataService.cls 4821 12 4828 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2912 /apex-mdapi/src/classes/MetadataService.cls 4823 23 4823 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]*'
2912 /apex-mdapi/src/classes/MetadataService.cls 4823 23 4823 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]*'
2913 /apex-mdapi/src/classes/MetadataService.cls 4824 26 4824 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2913 /apex-mdapi/src/classes/MetadataService.cls 4824 26 4824 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2914 /apex-mdapi/src/classes/MetadataService.cls 4825 26 4825 97 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]*'
2914 /apex-mdapi/src/classes/MetadataService.cls 4825 26 4825 97 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]*'
2915 /apex-mdapi/src/classes/MetadataService.cls 4826 26 4826 89 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]*'
2915 /apex-mdapi/src/classes/MetadataService.cls 4826 26 4826 89 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]*'
2916 /apex-mdapi/src/classes/MetadataService.cls 4827 26 4827 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]*'
2916 /apex-mdapi/src/classes/MetadataService.cls 4827 26 4827 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]*'
2917 /apex-mdapi/src/classes/MetadataService.cls 4829 12 4836 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2917 /apex-mdapi/src/classes/MetadataService.cls 4829 12 4836 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2918 /apex-mdapi/src/classes/MetadataService.cls 4832 26 4832 131 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 'maxNumberOfPrimaryTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2918 /apex-mdapi/src/classes/MetadataService.cls 4832 26 4832 131 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 'maxNumberOfPrimaryTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2919 /apex-mdapi/src/classes/MetadataService.cls 4833 26 4833 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 'maxNumberOfSubTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2919 /apex-mdapi/src/classes/MetadataService.cls 4833 26 4833 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 'maxNumberOfSubTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2920 /apex-mdapi/src/classes/MetadataService.cls 4834 26 4834 89 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]*'
2920 /apex-mdapi/src/classes/MetadataService.cls 4834 26 4834 89 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]*'
2921 /apex-mdapi/src/classes/MetadataService.cls 4835 26 4835 109 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]*'
2921 /apex-mdapi/src/classes/MetadataService.cls 4835 26 4835 109 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]*'
2922 /apex-mdapi/src/classes/MetadataService.cls 4837 12 4846 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2922 /apex-mdapi/src/classes/MetadataService.cls 4837 12 4846 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2923 /apex-mdapi/src/classes/MetadataService.cls 4841 26 4841 109 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 'inputObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2923 /apex-mdapi/src/classes/MetadataService.cls 4841 26 4841 109 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 'inputObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2924 /apex-mdapi/src/classes/MetadataService.cls 4842 26 4842 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 'mappingFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2924 /apex-mdapi/src/classes/MetadataService.cls 4842 26 4842 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 'mappingFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2925 /apex-mdapi/src/classes/MetadataService.cls 4843 26 4843 111 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 'outputObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2925 /apex-mdapi/src/classes/MetadataService.cls 4843 26 4843 111 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 'outputObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2926 /apex-mdapi/src/classes/MetadataService.cls 4844 26 4844 89 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]*'
2926 /apex-mdapi/src/classes/MetadataService.cls 4844 26 4844 89 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]*'
2927 /apex-mdapi/src/classes/MetadataService.cls 4845 26 4845 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2927 /apex-mdapi/src/classes/MetadataService.cls 4845 26 4845 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2928 /apex-mdapi/src/classes/MetadataService.cls 4847 12 4856 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2928 /apex-mdapi/src/classes/MetadataService.cls 4847 12 4856 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2929 /apex-mdapi/src/classes/MetadataService.cls 4851 26 4851 107 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 'entityName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2929 /apex-mdapi/src/classes/MetadataService.cls 4851 26 4851 107 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 'entityName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2930 /apex-mdapi/src/classes/MetadataService.cls 4852 26 4852 105 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 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2930 /apex-mdapi/src/classes/MetadataService.cls 4852 26 4852 105 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 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2931 /apex-mdapi/src/classes/MetadataService.cls 4853 26 4853 109 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 'keywordList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2931 /apex-mdapi/src/classes/MetadataService.cls 4853 26 4853 109 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 'keywordList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2932 /apex-mdapi/src/classes/MetadataService.cls 4854 26 4854 89 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]*'
2932 /apex-mdapi/src/classes/MetadataService.cls 4854 26 4854 89 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]*'
2933 /apex-mdapi/src/classes/MetadataService.cls 4855 26 4855 102 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]*'
2933 /apex-mdapi/src/classes/MetadataService.cls 4855 26 4855 102 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]*'
2934 /apex-mdapi/src/classes/MetadataService.cls 4857 12 4876 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2934 /apex-mdapi/src/classes/MetadataService.cls 4857 12 4876 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2935 /apex-mdapi/src/classes/MetadataService.cls 4857 12 4876 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2935 /apex-mdapi/src/classes/MetadataService.cls 4857 12 4876 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2936 /apex-mdapi/src/classes/MetadataService.cls 4860 26 4860 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2936 /apex-mdapi/src/classes/MetadataService.cls 4860 26 4860 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2937 /apex-mdapi/src/classes/MetadataService.cls 4867 26 4867 99 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]*'
2937 /apex-mdapi/src/classes/MetadataService.cls 4867 26 4867 99 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]*'
2938 /apex-mdapi/src/classes/MetadataService.cls 4868 26 4868 117 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 'businessProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2938 /apex-mdapi/src/classes/MetadataService.cls 4868 26 4868 117 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 'businessProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2939 /apex-mdapi/src/classes/MetadataService.cls 4869 26 4869 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2939 /apex-mdapi/src/classes/MetadataService.cls 4869 26 4869 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2940 /apex-mdapi/src/classes/MetadataService.cls 4870 26 4870 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2940 /apex-mdapi/src/classes/MetadataService.cls 4870 26 4870 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2941 /apex-mdapi/src/classes/MetadataService.cls 4871 26 4871 97 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]*'
2941 /apex-mdapi/src/classes/MetadataService.cls 4871 26 4871 97 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]*'
2942 /apex-mdapi/src/classes/MetadataService.cls 4872 26 4872 116 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]*'
2942 /apex-mdapi/src/classes/MetadataService.cls 4872 26 4872 116 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]*'
2943 /apex-mdapi/src/classes/MetadataService.cls 4873 26 4873 89 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]*'
2943 /apex-mdapi/src/classes/MetadataService.cls 4873 26 4873 89 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]*'
2944 /apex-mdapi/src/classes/MetadataService.cls 4874 26 4874 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2944 /apex-mdapi/src/classes/MetadataService.cls 4874 26 4874 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2945 /apex-mdapi/src/classes/MetadataService.cls 4875 26 4875 167 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]*'
2945 /apex-mdapi/src/classes/MetadataService.cls 4875 26 4875 167 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]*'
2946 /apex-mdapi/src/classes/MetadataService.cls 4877 12 4892 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2946 /apex-mdapi/src/classes/MetadataService.cls 4877 12 4892 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2947 /apex-mdapi/src/classes/MetadataService.cls 4880 26 4880 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2947 /apex-mdapi/src/classes/MetadataService.cls 4880 26 4880 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2948 /apex-mdapi/src/classes/MetadataService.cls 4885 26 4885 99 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]*'
2948 /apex-mdapi/src/classes/MetadataService.cls 4885 26 4885 99 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]*'
2949 /apex-mdapi/src/classes/MetadataService.cls 4886 26 4886 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 'eventParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2949 /apex-mdapi/src/classes/MetadataService.cls 4886 26 4886 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 'eventParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2950 /apex-mdapi/src/classes/MetadataService.cls 4887 26 4887 105 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2950 /apex-mdapi/src/classes/MetadataService.cls 4887 26 4887 105 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2951 /apex-mdapi/src/classes/MetadataService.cls 4888 26 4888 113 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 'referenceData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2951 /apex-mdapi/src/classes/MetadataService.cls 4888 26 4888 113 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 'referenceData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2952 /apex-mdapi/src/classes/MetadataService.cls 4889 26 4889 89 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]*'
2952 /apex-mdapi/src/classes/MetadataService.cls 4889 26 4889 89 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]*'
2953 /apex-mdapi/src/classes/MetadataService.cls 4890 26 4890 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2953 /apex-mdapi/src/classes/MetadataService.cls 4890 26 4890 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
2954 /apex-mdapi/src/classes/MetadataService.cls 4891 26 4891 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2954 /apex-mdapi/src/classes/MetadataService.cls 4891 26 4891 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2955 /apex-mdapi/src/classes/MetadataService.cls 4893 12 4902 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2955 /apex-mdapi/src/classes/MetadataService.cls 4893 12 4902 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2956 /apex-mdapi/src/classes/MetadataService.cls 4897 26 4897 97 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]*'
2956 /apex-mdapi/src/classes/MetadataService.cls 4897 26 4897 97 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]*'
2957 /apex-mdapi/src/classes/MetadataService.cls 4898 26 4898 101 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2957 /apex-mdapi/src/classes/MetadataService.cls 4898 26 4898 101 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2958 /apex-mdapi/src/classes/MetadataService.cls 4899 26 4899 111 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2958 /apex-mdapi/src/classes/MetadataService.cls 4899 26 4899 111 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 'literalValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2959 /apex-mdapi/src/classes/MetadataService.cls 4900 26 4900 89 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]*'
2959 /apex-mdapi/src/classes/MetadataService.cls 4900 26 4900 89 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]*'
2960 /apex-mdapi/src/classes/MetadataService.cls 4901 26 4901 96 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]*'
2960 /apex-mdapi/src/classes/MetadataService.cls 4901 26 4901 96 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]*'
2961 /apex-mdapi/src/classes/MetadataService.cls 4903 12 4910 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2961 /apex-mdapi/src/classes/MetadataService.cls 4903 12 4910 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2962 /apex-mdapi/src/classes/MetadataService.cls 4906 26 4906 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2962 /apex-mdapi/src/classes/MetadataService.cls 4906 26 4906 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2963 /apex-mdapi/src/classes/MetadataService.cls 4907 26 4907 107 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2963 /apex-mdapi/src/classes/MetadataService.cls 4907 26 4907 107 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2964 /apex-mdapi/src/classes/MetadataService.cls 4908 26 4908 89 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]*'
2964 /apex-mdapi/src/classes/MetadataService.cls 4908 26 4908 89 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]*'
2965 /apex-mdapi/src/classes/MetadataService.cls 4909 26 4909 82 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]*'
2965 /apex-mdapi/src/classes/MetadataService.cls 4909 26 4909 82 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]*'
2966 /apex-mdapi/src/classes/MetadataService.cls 4911 12 4924 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2966 /apex-mdapi/src/classes/MetadataService.cls 4911 12 4924 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2967 /apex-mdapi/src/classes/MetadataService.cls 4917 26 4917 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2967 /apex-mdapi/src/classes/MetadataService.cls 4917 26 4917 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2968 /apex-mdapi/src/classes/MetadataService.cls 4918 26 4918 105 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2968 /apex-mdapi/src/classes/MetadataService.cls 4918 26 4918 105 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2969 /apex-mdapi/src/classes/MetadataService.cls 4919 26 4919 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 'primaryTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2969 /apex-mdapi/src/classes/MetadataService.cls 4919 26 4919 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 'primaryTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2970 /apex-mdapi/src/classes/MetadataService.cls 4920 26 4920 111 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 'relatedTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2970 /apex-mdapi/src/classes/MetadataService.cls 4920 26 4920 111 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 'relatedTable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2971 /apex-mdapi/src/classes/MetadataService.cls 4921 26 4921 131 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 'relatedTableJoinColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2971 /apex-mdapi/src/classes/MetadataService.cls 4921 26 4921 131 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 'relatedTableJoinColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2972 /apex-mdapi/src/classes/MetadataService.cls 4922 26 4922 89 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]*'
2972 /apex-mdapi/src/classes/MetadataService.cls 4922 26 4922 89 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]*'
2973 /apex-mdapi/src/classes/MetadataService.cls 4923 26 4923 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2973 /apex-mdapi/src/classes/MetadataService.cls 4923 26 4923 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2974 /apex-mdapi/src/classes/MetadataService.cls 4925 12 4942 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2974 /apex-mdapi/src/classes/MetadataService.cls 4925 12 4942 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2975 /apex-mdapi/src/classes/MetadataService.cls 4925 12 4942 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2975 /apex-mdapi/src/classes/MetadataService.cls 4925 12 4942 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
2976 /apex-mdapi/src/classes/MetadataService.cls 4933 26 4933 99 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]*'
2976 /apex-mdapi/src/classes/MetadataService.cls 4933 26 4933 99 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]*'
2977 /apex-mdapi/src/classes/MetadataService.cls 4934 26 4934 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2977 /apex-mdapi/src/classes/MetadataService.cls 4934 26 4934 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2978 /apex-mdapi/src/classes/MetadataService.cls 4935 26 4935 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2978 /apex-mdapi/src/classes/MetadataService.cls 4935 26 4935 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2979 /apex-mdapi/src/classes/MetadataService.cls 4936 26 4936 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2979 /apex-mdapi/src/classes/MetadataService.cls 4936 26 4936 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2980 /apex-mdapi/src/classes/MetadataService.cls 4937 26 4937 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 'filterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2980 /apex-mdapi/src/classes/MetadataService.cls 4937 26 4937 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 'filterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2981 /apex-mdapi/src/classes/MetadataService.cls 4938 26 4938 109 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 'infoMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2981 /apex-mdapi/src/classes/MetadataService.cls 4938 26 4938 109 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 'infoMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2982 /apex-mdapi/src/classes/MetadataService.cls 4939 26 4939 107 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 'isOptional_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2982 /apex-mdapi/src/classes/MetadataService.cls 4939 26 4939 107 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 'isOptional_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2983 /apex-mdapi/src/classes/MetadataService.cls 4940 26 4940 89 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]*'
2983 /apex-mdapi/src/classes/MetadataService.cls 4940 26 4940 89 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]*'
2984 /apex-mdapi/src/classes/MetadataService.cls 4941 26 4941 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2984 /apex-mdapi/src/classes/MetadataService.cls 4941 26 4941 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2985 /apex-mdapi/src/classes/MetadataService.cls 4943 12 4956 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2985 /apex-mdapi/src/classes/MetadataService.cls 4943 12 4956 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2986 /apex-mdapi/src/classes/MetadataService.cls 4949 26 4949 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2986 /apex-mdapi/src/classes/MetadataService.cls 4949 26 4949 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2987 /apex-mdapi/src/classes/MetadataService.cls 4950 26 4950 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 'extensionPointIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2987 /apex-mdapi/src/classes/MetadataService.cls 4950 26 4950 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 'extensionPointIdentifier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2988 /apex-mdapi/src/classes/MetadataService.cls 4951 26 4951 105 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 'isEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2988 /apex-mdapi/src/classes/MetadataService.cls 4951 26 4951 105 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 'isEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2989 /apex-mdapi/src/classes/MetadataService.cls 4952 26 4952 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2989 /apex-mdapi/src/classes/MetadataService.cls 4952 26 4952 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2990 /apex-mdapi/src/classes/MetadataService.cls 4953 26 4953 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2990 /apex-mdapi/src/classes/MetadataService.cls 4953 26 4953 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2991 /apex-mdapi/src/classes/MetadataService.cls 4954 26 4954 89 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]*'
2991 /apex-mdapi/src/classes/MetadataService.cls 4954 26 4954 89 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]*'
2992 /apex-mdapi/src/classes/MetadataService.cls 4955 26 4955 141 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]*'
2992 /apex-mdapi/src/classes/MetadataService.cls 4955 26 4955 141 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]*'
2993 /apex-mdapi/src/classes/MetadataService.cls 4957 12 4970 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2993 /apex-mdapi/src/classes/MetadataService.cls 4957 12 4970 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
2994 /apex-mdapi/src/classes/MetadataService.cls 4963 26 4963 109 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 'footerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2994 /apex-mdapi/src/classes/MetadataService.cls 4963 26 4963 109 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 'footerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2995 /apex-mdapi/src/classes/MetadataService.cls 4964 26 4964 109 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 'headerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2995 /apex-mdapi/src/classes/MetadataService.cls 4964 26 4964 109 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 'headerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2996 /apex-mdapi/src/classes/MetadataService.cls 4965 26 4965 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 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2996 /apex-mdapi/src/classes/MetadataService.cls 4965 26 4965 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 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2997 /apex-mdapi/src/classes/MetadataService.cls 4966 26 4966 109 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 'logoVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2997 /apex-mdapi/src/classes/MetadataService.cls 4966 26 4966 109 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 'logoVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2998 /apex-mdapi/src/classes/MetadataService.cls 4967 26 4967 131 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 'shouldOverrideOrgTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2998 /apex-mdapi/src/classes/MetadataService.cls 4967 26 4967 131 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 'shouldOverrideOrgTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
2999 /apex-mdapi/src/classes/MetadataService.cls 4968 26 4968 89 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]*'
2999 /apex-mdapi/src/classes/MetadataService.cls 4968 26 4968 89 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]*'
3000 /apex-mdapi/src/classes/MetadataService.cls 4969 26 4969 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3000 /apex-mdapi/src/classes/MetadataService.cls 4969 26 4969 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3001 /apex-mdapi/src/classes/MetadataService.cls 4971 12 4998 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3001 /apex-mdapi/src/classes/MetadataService.cls 4971 12 4998 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3002 /apex-mdapi/src/classes/MetadataService.cls 4971 12 4998 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3002 /apex-mdapi/src/classes/MetadataService.cls 4971 12 4998 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3003 /apex-mdapi/src/classes/MetadataService.cls 4974 26 4974 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3003 /apex-mdapi/src/classes/MetadataService.cls 4974 26 4974 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3004 /apex-mdapi/src/classes/MetadataService.cls 4977 26 4977 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3004 /apex-mdapi/src/classes/MetadataService.cls 4977 26 4977 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3005 /apex-mdapi/src/classes/MetadataService.cls 4978 26 4978 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3005 /apex-mdapi/src/classes/MetadataService.cls 4978 26 4978 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3006 /apex-mdapi/src/classes/MetadataService.cls 4982 26 4982 97 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]*'
3006 /apex-mdapi/src/classes/MetadataService.cls 4982 26 4982 97 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]*'
3007 /apex-mdapi/src/classes/MetadataService.cls 4983 26 4983 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3007 /apex-mdapi/src/classes/MetadataService.cls 4983 26 4983 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3008 /apex-mdapi/src/classes/MetadataService.cls 4984 26 4984 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3008 /apex-mdapi/src/classes/MetadataService.cls 4984 26 4984 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3009 /apex-mdapi/src/classes/MetadataService.cls 4990 26 4990 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 'assignNextValueToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3009 /apex-mdapi/src/classes/MetadataService.cls 4990 26 4990 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 'assignNextValueToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3010 /apex-mdapi/src/classes/MetadataService.cls 4991 26 4991 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 'collectionReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3010 /apex-mdapi/src/classes/MetadataService.cls 4991 26 4991 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 'collectionReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3011 /apex-mdapi/src/classes/MetadataService.cls 4992 26 4992 115 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 'iterationOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3011 /apex-mdapi/src/classes/MetadataService.cls 4992 26 4992 115 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 'iterationOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3012 /apex-mdapi/src/classes/MetadataService.cls 4993 26 4993 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 'nextValueConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3012 /apex-mdapi/src/classes/MetadataService.cls 4993 26 4993 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 'nextValueConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3013 /apex-mdapi/src/classes/MetadataService.cls 4994 26 4994 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 'noMoreValuesConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3013 /apex-mdapi/src/classes/MetadataService.cls 4994 26 4994 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 'noMoreValuesConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3014 /apex-mdapi/src/classes/MetadataService.cls 4995 26 4995 89 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]*'
3014 /apex-mdapi/src/classes/MetadataService.cls 4995 26 4995 89 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]*'
3015 /apex-mdapi/src/classes/MetadataService.cls 4996 26 4996 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3015 /apex-mdapi/src/classes/MetadataService.cls 4996 26 4996 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3016 /apex-mdapi/src/classes/MetadataService.cls 4997 26 4997 254 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]*'
3016 /apex-mdapi/src/classes/MetadataService.cls 4997 26 4997 254 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]*'
3017 /apex-mdapi/src/classes/MetadataService.cls 4999 12 5008 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3017 /apex-mdapi/src/classes/MetadataService.cls 4999 12 5008 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3018 /apex-mdapi/src/classes/MetadataService.cls 5003 26 5003 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 'activeVersionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3018 /apex-mdapi/src/classes/MetadataService.cls 5003 26 5003 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 'activeVersionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3019 /apex-mdapi/src/classes/MetadataService.cls 5004 26 5004 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3019 /apex-mdapi/src/classes/MetadataService.cls 5004 26 5004 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3020 /apex-mdapi/src/classes/MetadataService.cls 5005 26 5005 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3020 /apex-mdapi/src/classes/MetadataService.cls 5005 26 5005 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3021 /apex-mdapi/src/classes/MetadataService.cls 5006 26 5006 89 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]*'
3021 /apex-mdapi/src/classes/MetadataService.cls 5006 26 5006 89 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]*'
3022 /apex-mdapi/src/classes/MetadataService.cls 5007 26 5007 113 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]*'
3022 /apex-mdapi/src/classes/MetadataService.cls 5007 26 5007 113 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]*'
3023 /apex-mdapi/src/classes/MetadataService.cls 5009 12 5014 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3023 /apex-mdapi/src/classes/MetadataService.cls 5009 12 5014 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3024 /apex-mdapi/src/classes/MetadataService.cls 5011 26 5011 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3024 /apex-mdapi/src/classes/MetadataService.cls 5011 26 5011 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3025 /apex-mdapi/src/classes/MetadataService.cls 5012 26 5012 89 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]*'
3025 /apex-mdapi/src/classes/MetadataService.cls 5012 26 5012 89 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]*'
3026 /apex-mdapi/src/classes/MetadataService.cls 5013 26 5013 71 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]*'
3026 /apex-mdapi/src/classes/MetadataService.cls 5013 26 5013 71 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]*'
3027 /apex-mdapi/src/classes/MetadataService.cls 5015 12 5064 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3027 /apex-mdapi/src/classes/MetadataService.cls 5015 12 5064 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3028 /apex-mdapi/src/classes/MetadataService.cls 5015 12 5064 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomPageWebLink has 23 public methods, attributes, and properties (limit: 20)
3028 /apex-mdapi/src/classes/MetadataService.cls 5015 12 5064 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomPageWebLink has 23 public methods, attributes, and properties (limit: 20)
3029 /apex-mdapi/src/classes/MetadataService.cls 5015 12 5064 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3029 /apex-mdapi/src/classes/MetadataService.cls 5015 12 5064 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3030 /apex-mdapi/src/classes/MetadataService.cls 5018 26 5018 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3030 /apex-mdapi/src/classes/MetadataService.cls 5018 26 5018 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3031 /apex-mdapi/src/classes/MetadataService.cls 5031 23 5031 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
3031 /apex-mdapi/src/classes/MetadataService.cls 5031 23 5031 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
3032 /apex-mdapi/src/classes/MetadataService.cls 5033 24 5033 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
3032 /apex-mdapi/src/classes/MetadataService.cls 5033 24 5033 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
3033 /apex-mdapi/src/classes/MetadataService.cls 5040 26 5040 111 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3033 /apex-mdapi/src/classes/MetadataService.cls 5040 26 5040 111 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 'availability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3034 /apex-mdapi/src/classes/MetadataService.cls 5041 26 5041 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3034 /apex-mdapi/src/classes/MetadataService.cls 5041 26 5041 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3035 /apex-mdapi/src/classes/MetadataService.cls 5042 26 5042 109 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3035 /apex-mdapi/src/classes/MetadataService.cls 5042 26 5042 109 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 'displayType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3036 /apex-mdapi/src/classes/MetadataService.cls 5043 26 5043 109 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3036 /apex-mdapi/src/classes/MetadataService.cls 5043 26 5043 109 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3037 /apex-mdapi/src/classes/MetadataService.cls 5044 26 5044 107 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3037 /apex-mdapi/src/classes/MetadataService.cls 5044 26 5044 107 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 'hasMenubar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3038 /apex-mdapi/src/classes/MetadataService.cls 5045 26 5045 113 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3038 /apex-mdapi/src/classes/MetadataService.cls 5045 26 5045 113 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 'hasScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3039 /apex-mdapi/src/classes/MetadataService.cls 5046 26 5046 107 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3039 /apex-mdapi/src/classes/MetadataService.cls 5046 26 5046 107 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 'hasToolbar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3040 /apex-mdapi/src/classes/MetadataService.cls 5047 26 5047 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3040 /apex-mdapi/src/classes/MetadataService.cls 5047 26 5047 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3041 /apex-mdapi/src/classes/MetadataService.cls 5048 26 5048 109 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3041 /apex-mdapi/src/classes/MetadataService.cls 5048 26 5048 109 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 'isResizable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3042 /apex-mdapi/src/classes/MetadataService.cls 5049 26 5049 103 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 'linkType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3042 /apex-mdapi/src/classes/MetadataService.cls 5049 26 5049 103 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 'linkType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3043 /apex-mdapi/src/classes/MetadataService.cls 5050 26 5050 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3043 /apex-mdapi/src/classes/MetadataService.cls 5050 26 5050 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3044 /apex-mdapi/src/classes/MetadataService.cls 5051 26 5051 103 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 'openType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3044 /apex-mdapi/src/classes/MetadataService.cls 5051 26 5051 103 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 'openType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3045 /apex-mdapi/src/classes/MetadataService.cls 5052 26 5052 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3045 /apex-mdapi/src/classes/MetadataService.cls 5052 26 5052 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3046 /apex-mdapi/src/classes/MetadataService.cls 5053 26 5053 103 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3046 /apex-mdapi/src/classes/MetadataService.cls 5053 26 5053 103 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3047 /apex-mdapi/src/classes/MetadataService.cls 5054 26 5054 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3047 /apex-mdapi/src/classes/MetadataService.cls 5054 26 5054 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3048 /apex-mdapi/src/classes/MetadataService.cls 5055 26 5055 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3048 /apex-mdapi/src/classes/MetadataService.cls 5055 26 5055 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 'requireRowSelection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3049 /apex-mdapi/src/classes/MetadataService.cls 5056 26 5056 103 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3049 /apex-mdapi/src/classes/MetadataService.cls 5056 26 5056 103 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3050 /apex-mdapi/src/classes/MetadataService.cls 5057 26 5057 113 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3050 /apex-mdapi/src/classes/MetadataService.cls 5057 26 5057 113 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 'showsLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3051 /apex-mdapi/src/classes/MetadataService.cls 5058 26 5058 109 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3051 /apex-mdapi/src/classes/MetadataService.cls 5058 26 5058 109 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 'showsStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3052 /apex-mdapi/src/classes/MetadataService.cls 5059 26 5059 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3052 /apex-mdapi/src/classes/MetadataService.cls 5059 26 5059 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3053 /apex-mdapi/src/classes/MetadataService.cls 5060 26 5060 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3053 /apex-mdapi/src/classes/MetadataService.cls 5060 26 5060 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3054 /apex-mdapi/src/classes/MetadataService.cls 5061 26 5061 89 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]*'
3054 /apex-mdapi/src/classes/MetadataService.cls 5061 26 5061 89 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]*'
3055 /apex-mdapi/src/classes/MetadataService.cls 5062 26 5062 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3055 /apex-mdapi/src/classes/MetadataService.cls 5062 26 5062 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3056 /apex-mdapi/src/classes/MetadataService.cls 5063 26 5063 344 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]*'
3056 /apex-mdapi/src/classes/MetadataService.cls 5063 26 5063 344 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]*'
3057 /apex-mdapi/src/classes/MetadataService.cls 5065 12 5074 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3057 /apex-mdapi/src/classes/MetadataService.cls 5065 12 5074 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3058 /apex-mdapi/src/classes/MetadataService.cls 5069 26 5069 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 'flexTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3058 /apex-mdapi/src/classes/MetadataService.cls 5069 26 5069 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 'flexTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3059 /apex-mdapi/src/classes/MetadataService.cls 5070 26 5070 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 'flexTableSortInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3059 /apex-mdapi/src/classes/MetadataService.cls 5070 26 5070 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 'flexTableSortInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3060 /apex-mdapi/src/classes/MetadataService.cls 5071 26 5071 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 'hideChatterPhotos_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3060 /apex-mdapi/src/classes/MetadataService.cls 5071 26 5071 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 'hideChatterPhotos_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3061 /apex-mdapi/src/classes/MetadataService.cls 5072 26 5072 89 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]*'
3061 /apex-mdapi/src/classes/MetadataService.cls 5072 26 5072 89 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]*'
3062 /apex-mdapi/src/classes/MetadataService.cls 5073 26 5073 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3062 /apex-mdapi/src/classes/MetadataService.cls 5073 26 5073 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3063 /apex-mdapi/src/classes/MetadataService.cls 5075 12 5080 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3063 /apex-mdapi/src/classes/MetadataService.cls 5075 12 5080 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3064 /apex-mdapi/src/classes/MetadataService.cls 5077 26 5077 100 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3064 /apex-mdapi/src/classes/MetadataService.cls 5077 26 5077 100 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3065 /apex-mdapi/src/classes/MetadataService.cls 5078 26 5078 89 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]*'
3065 /apex-mdapi/src/classes/MetadataService.cls 5078 26 5078 89 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]*'
3066 /apex-mdapi/src/classes/MetadataService.cls 5079 26 5079 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]*'
3066 /apex-mdapi/src/classes/MetadataService.cls 5079 26 5079 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]*'
3067 /apex-mdapi/src/classes/MetadataService.cls 5081 12 5114 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3067 /apex-mdapi/src/classes/MetadataService.cls 5081 12 5114 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3068 /apex-mdapi/src/classes/MetadataService.cls 5081 12 5114 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3068 /apex-mdapi/src/classes/MetadataService.cls 5081 12 5114 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3069 /apex-mdapi/src/classes/MetadataService.cls 5097 26 5097 113 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 'canonicalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3069 /apex-mdapi/src/classes/MetadataService.cls 5097 26 5097 113 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 'canonicalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3070 /apex-mdapi/src/classes/MetadataService.cls 5098 26 5098 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 'canonicalNameBindingChar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3070 /apex-mdapi/src/classes/MetadataService.cls 5098 26 5098 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 'canonicalNameBindingChar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3071 /apex-mdapi/src/classes/MetadataService.cls 5099 26 5099 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3071 /apex-mdapi/src/classes/MetadataService.cls 5099 26 5099 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3072 /apex-mdapi/src/classes/MetadataService.cls 5100 26 5100 105 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 'isEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3072 /apex-mdapi/src/classes/MetadataService.cls 5100 26 5100 105 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 'isEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3073 /apex-mdapi/src/classes/MetadataService.cls 5101 26 5101 109 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3073 /apex-mdapi/src/classes/MetadataService.cls 5101 26 5101 109 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3074 /apex-mdapi/src/classes/MetadataService.cls 5102 26 5102 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3074 /apex-mdapi/src/classes/MetadataService.cls 5102 26 5102 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3075 /apex-mdapi/src/classes/MetadataService.cls 5103 26 5103 105 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 'setupData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3075 /apex-mdapi/src/classes/MetadataService.cls 5103 26 5103 105 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 'setupData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3076 /apex-mdapi/src/classes/MetadataService.cls 5104 26 5104 117 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 'setupDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3076 /apex-mdapi/src/classes/MetadataService.cls 5104 26 5104 117 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 'setupDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3077 /apex-mdapi/src/classes/MetadataService.cls 5105 26 5105 115 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 'setupNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3077 /apex-mdapi/src/classes/MetadataService.cls 5105 26 5105 115 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 'setupNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3078 /apex-mdapi/src/classes/MetadataService.cls 5106 26 5106 117 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 'setupSimpleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3078 /apex-mdapi/src/classes/MetadataService.cls 5106 26 5106 117 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 'setupSimpleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3079 /apex-mdapi/src/classes/MetadataService.cls 5107 26 5107 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 'uUID_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3079 /apex-mdapi/src/classes/MetadataService.cls 5107 26 5107 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 'uUID_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3080 /apex-mdapi/src/classes/MetadataService.cls 5108 26 5108 101 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3080 /apex-mdapi/src/classes/MetadataService.cls 5108 26 5108 101 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3081 /apex-mdapi/src/classes/MetadataService.cls 5109 26 5109 111 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 'versionBuild_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3081 /apex-mdapi/src/classes/MetadataService.cls 5109 26 5109 111 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 'versionBuild_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3082 /apex-mdapi/src/classes/MetadataService.cls 5110 26 5110 111 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 'versionMajor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3082 /apex-mdapi/src/classes/MetadataService.cls 5110 26 5110 111 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 'versionMajor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3083 /apex-mdapi/src/classes/MetadataService.cls 5111 26 5111 111 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 'versionMinor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3083 /apex-mdapi/src/classes/MetadataService.cls 5111 26 5111 111 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 'versionMinor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3084 /apex-mdapi/src/classes/MetadataService.cls 5112 26 5112 89 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]*'
3084 /apex-mdapi/src/classes/MetadataService.cls 5112 26 5112 89 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]*'
3085 /apex-mdapi/src/classes/MetadataService.cls 5113 26 5113 287 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]*'
3085 /apex-mdapi/src/classes/MetadataService.cls 5113 26 5113 287 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]*'
3086 /apex-mdapi/src/classes/MetadataService.cls 5115 12 5130 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3086 /apex-mdapi/src/classes/MetadataService.cls 5115 12 5130 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3087 /apex-mdapi/src/classes/MetadataService.cls 5118 26 5118 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3087 /apex-mdapi/src/classes/MetadataService.cls 5118 26 5118 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3088 /apex-mdapi/src/classes/MetadataService.cls 5123 26 5123 116 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 'accessMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3088 /apex-mdapi/src/classes/MetadataService.cls 5123 26 5123 116 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 'accessMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3089 /apex-mdapi/src/classes/MetadataService.cls 5124 26 5124 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3089 /apex-mdapi/src/classes/MetadataService.cls 5124 26 5124 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3090 /apex-mdapi/src/classes/MetadataService.cls 5125 26 5125 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3090 /apex-mdapi/src/classes/MetadataService.cls 5125 26 5125 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3091 /apex-mdapi/src/classes/MetadataService.cls 5126 26 5126 104 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3091 /apex-mdapi/src/classes/MetadataService.cls 5126 26 5126 104 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3092 /apex-mdapi/src/classes/MetadataService.cls 5127 26 5127 89 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]*'
3092 /apex-mdapi/src/classes/MetadataService.cls 5127 26 5127 89 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]*'
3093 /apex-mdapi/src/classes/MetadataService.cls 5128 26 5128 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3093 /apex-mdapi/src/classes/MetadataService.cls 5128 26 5128 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3094 /apex-mdapi/src/classes/MetadataService.cls 5129 26 5129 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]*'
3094 /apex-mdapi/src/classes/MetadataService.cls 5129 26 5129 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]*'
3095 /apex-mdapi/src/classes/MetadataService.cls 5131 12 5148 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3095 /apex-mdapi/src/classes/MetadataService.cls 5131 12 5148 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3096 /apex-mdapi/src/classes/MetadataService.cls 5131 12 5148 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3096 /apex-mdapi/src/classes/MetadataService.cls 5131 12 5148 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3097 /apex-mdapi/src/classes/MetadataService.cls 5139 26 5139 105 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 'assetIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3097 /apex-mdapi/src/classes/MetadataService.cls 5139 26 5139 105 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 'assetIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3098 /apex-mdapi/src/classes/MetadataService.cls 5140 26 5140 111 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 'assetVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3098 /apex-mdapi/src/classes/MetadataService.cls 5140 26 5140 111 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 'assetVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3099 /apex-mdapi/src/classes/MetadataService.cls 5141 26 5141 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3099 /apex-mdapi/src/classes/MetadataService.cls 5141 26 5141 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3100 /apex-mdapi/src/classes/MetadataService.cls 5142 26 5142 97 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]*'
3100 /apex-mdapi/src/classes/MetadataService.cls 5142 26 5142 97 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]*'
3101 /apex-mdapi/src/classes/MetadataService.cls 5143 26 5143 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 'templateBadgeIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3101 /apex-mdapi/src/classes/MetadataService.cls 5143 26 5143 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 'templateBadgeIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3102 /apex-mdapi/src/classes/MetadataService.cls 5144 26 5144 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 'templateDetailIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3102 /apex-mdapi/src/classes/MetadataService.cls 5144 26 5144 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 'templateDetailIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3103 /apex-mdapi/src/classes/MetadataService.cls 5145 26 5145 111 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 'templateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3103 /apex-mdapi/src/classes/MetadataService.cls 5145 26 5145 111 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 'templateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3104 /apex-mdapi/src/classes/MetadataService.cls 5146 26 5146 89 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]*'
3104 /apex-mdapi/src/classes/MetadataService.cls 5146 26 5146 89 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]*'
3105 /apex-mdapi/src/classes/MetadataService.cls 5147 26 5147 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3105 /apex-mdapi/src/classes/MetadataService.cls 5147 26 5147 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3106 /apex-mdapi/src/classes/MetadataService.cls 5149 12 5158 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3106 /apex-mdapi/src/classes/MetadataService.cls 5149 12 5158 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3107 /apex-mdapi/src/classes/MetadataService.cls 5153 26 5153 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 'customThemeLayoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3107 /apex-mdapi/src/classes/MetadataService.cls 5153 26 5153 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 'customThemeLayoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3108 /apex-mdapi/src/classes/MetadataService.cls 5154 26 5154 109 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 'themeLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3108 /apex-mdapi/src/classes/MetadataService.cls 5154 26 5154 109 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 'themeLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3109 /apex-mdapi/src/classes/MetadataService.cls 5155 26 5155 117 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 'themeLayoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3109 /apex-mdapi/src/classes/MetadataService.cls 5155 26 5155 117 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 'themeLayoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3110 /apex-mdapi/src/classes/MetadataService.cls 5156 26 5156 89 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]*'
3110 /apex-mdapi/src/classes/MetadataService.cls 5156 26 5156 89 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]*'
3111 /apex-mdapi/src/classes/MetadataService.cls 5157 26 5157 119 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]*'
3111 /apex-mdapi/src/classes/MetadataService.cls 5157 26 5157 119 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]*'
3112 /apex-mdapi/src/classes/MetadataService.cls 5159 12 5166 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3112 /apex-mdapi/src/classes/MetadataService.cls 5159 12 5166 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3113 /apex-mdapi/src/classes/MetadataService.cls 5162 26 5162 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3113 /apex-mdapi/src/classes/MetadataService.cls 5162 26 5162 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 'layoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3114 /apex-mdapi/src/classes/MetadataService.cls 5163 26 5163 103 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 'reserved_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3114 /apex-mdapi/src/classes/MetadataService.cls 5163 26 5163 103 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 'reserved_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3115 /apex-mdapi/src/classes/MetadataService.cls 5164 26 5164 89 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]*'
3115 /apex-mdapi/src/classes/MetadataService.cls 5164 26 5164 89 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]*'
3116 /apex-mdapi/src/classes/MetadataService.cls 5165 26 5165 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]*'
3116 /apex-mdapi/src/classes/MetadataService.cls 5165 26 5165 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]*'
3117 /apex-mdapi/src/classes/MetadataService.cls 5167 12 5178 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3117 /apex-mdapi/src/classes/MetadataService.cls 5167 12 5178 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3118 /apex-mdapi/src/classes/MetadataService.cls 5172 26 5172 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 'extendedErrorDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3118 /apex-mdapi/src/classes/MetadataService.cls 5172 26 5172 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 'extendedErrorDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3119 /apex-mdapi/src/classes/MetadataService.cls 5173 26 5173 100 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]*'
3119 /apex-mdapi/src/classes/MetadataService.cls 5173 26 5173 100 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]*'
3120 /apex-mdapi/src/classes/MetadataService.cls 5174 26 5174 101 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3120 /apex-mdapi/src/classes/MetadataService.cls 5174 26 5174 101 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3121 /apex-mdapi/src/classes/MetadataService.cls 5175 26 5175 107 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3121 /apex-mdapi/src/classes/MetadataService.cls 5175 26 5175 107 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 'statusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3122 /apex-mdapi/src/classes/MetadataService.cls 5176 26 5176 89 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]*'
3122 /apex-mdapi/src/classes/MetadataService.cls 5176 26 5176 89 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]*'
3123 /apex-mdapi/src/classes/MetadataService.cls 5177 26 5177 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3123 /apex-mdapi/src/classes/MetadataService.cls 5177 26 5177 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3124 /apex-mdapi/src/classes/MetadataService.cls 5179 12 5188 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3124 /apex-mdapi/src/classes/MetadataService.cls 5179 12 5188 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3125 /apex-mdapi/src/classes/MetadataService.cls 5183 26 5183 97 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]*'
3125 /apex-mdapi/src/classes/MetadataService.cls 5183 26 5183 97 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]*'
3126 /apex-mdapi/src/classes/MetadataService.cls 5184 26 5184 105 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3126 /apex-mdapi/src/classes/MetadataService.cls 5184 26 5184 105 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3127 /apex-mdapi/src/classes/MetadataService.cls 5185 26 5185 97 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]*'
3127 /apex-mdapi/src/classes/MetadataService.cls 5185 26 5185 97 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]*'
3128 /apex-mdapi/src/classes/MetadataService.cls 5186 26 5186 89 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]*'
3128 /apex-mdapi/src/classes/MetadataService.cls 5186 26 5186 89 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]*'
3129 /apex-mdapi/src/classes/MetadataService.cls 5187 26 5187 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]*'
3129 /apex-mdapi/src/classes/MetadataService.cls 5187 26 5187 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]*'
3130 /apex-mdapi/src/classes/MetadataService.cls 5189 12 5208 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3130 /apex-mdapi/src/classes/MetadataService.cls 5189 12 5208 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3131 /apex-mdapi/src/classes/MetadataService.cls 5189 12 5208 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3131 /apex-mdapi/src/classes/MetadataService.cls 5189 12 5208 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3132 /apex-mdapi/src/classes/MetadataService.cls 5192 26 5192 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3132 /apex-mdapi/src/classes/MetadataService.cls 5192 26 5192 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3133 /apex-mdapi/src/classes/MetadataService.cls 5195 26 5195 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3133 /apex-mdapi/src/classes/MetadataService.cls 5195 26 5195 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3134 /apex-mdapi/src/classes/MetadataService.cls 5196 26 5196 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3134 /apex-mdapi/src/classes/MetadataService.cls 5196 26 5196 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3135 /apex-mdapi/src/classes/MetadataService.cls 5200 26 5200 97 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]*'
3135 /apex-mdapi/src/classes/MetadataService.cls 5200 26 5200 97 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]*'
3136 /apex-mdapi/src/classes/MetadataService.cls 5201 26 5201 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3136 /apex-mdapi/src/classes/MetadataService.cls 5201 26 5201 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3137 /apex-mdapi/src/classes/MetadataService.cls 5202 26 5202 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3137 /apex-mdapi/src/classes/MetadataService.cls 5202 26 5202 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3138 /apex-mdapi/src/classes/MetadataService.cls 5204 26 5204 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 'connectors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3138 /apex-mdapi/src/classes/MetadataService.cls 5204 26 5204 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 'connectors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3139 /apex-mdapi/src/classes/MetadataService.cls 5205 26 5205 89 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]*'
3139 /apex-mdapi/src/classes/MetadataService.cls 5205 26 5205 89 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]*'
3140 /apex-mdapi/src/classes/MetadataService.cls 5206 26 5206 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3140 /apex-mdapi/src/classes/MetadataService.cls 5206 26 5206 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3141 /apex-mdapi/src/classes/MetadataService.cls 5207 26 5207 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3141 /apex-mdapi/src/classes/MetadataService.cls 5207 26 5207 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3142 /apex-mdapi/src/classes/MetadataService.cls 5209 12 5214 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3142 /apex-mdapi/src/classes/MetadataService.cls 5209 12 5214 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3143 /apex-mdapi/src/classes/MetadataService.cls 5209 12 5214 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 'updateMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3143 /apex-mdapi/src/classes/MetadataService.cls 5209 12 5214 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 'updateMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3144 /apex-mdapi/src/classes/MetadataService.cls 5211 26 5211 104 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3144 /apex-mdapi/src/classes/MetadataService.cls 5211 26 5211 104 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3145 /apex-mdapi/src/classes/MetadataService.cls 5212 26 5212 89 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]*'
3145 /apex-mdapi/src/classes/MetadataService.cls 5212 26 5212 89 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]*'
3146 /apex-mdapi/src/classes/MetadataService.cls 5213 26 5213 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3146 /apex-mdapi/src/classes/MetadataService.cls 5213 26 5213 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3147 /apex-mdapi/src/classes/MetadataService.cls 5215 12 5230 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3147 /apex-mdapi/src/classes/MetadataService.cls 5215 12 5230 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3148 /apex-mdapi/src/classes/MetadataService.cls 5222 26 5222 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3148 /apex-mdapi/src/classes/MetadataService.cls 5222 26 5222 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3149 /apex-mdapi/src/classes/MetadataService.cls 5223 26 5223 100 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 'events_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3149 /apex-mdapi/src/classes/MetadataService.cls 5223 26 5223 100 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 'events_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3150 /apex-mdapi/src/classes/MetadataService.cls 5224 26 5224 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3150 /apex-mdapi/src/classes/MetadataService.cls 5224 26 5224 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3151 /apex-mdapi/src/classes/MetadataService.cls 5225 26 5225 109 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 'runtimeType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3151 /apex-mdapi/src/classes/MetadataService.cls 5225 26 5225 109 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 'runtimeType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3152 /apex-mdapi/src/classes/MetadataService.cls 5226 26 5226 119 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 'salesforceObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3152 /apex-mdapi/src/classes/MetadataService.cls 5226 26 5226 119 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 'salesforceObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3153 /apex-mdapi/src/classes/MetadataService.cls 5227 26 5227 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 'salesforceObjectPrimaryKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3153 /apex-mdapi/src/classes/MetadataService.cls 5227 26 5227 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 'salesforceObjectPrimaryKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3154 /apex-mdapi/src/classes/MetadataService.cls 5228 26 5228 89 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]*'
3154 /apex-mdapi/src/classes/MetadataService.cls 5228 26 5228 89 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]*'
3155 /apex-mdapi/src/classes/MetadataService.cls 5229 26 5229 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3155 /apex-mdapi/src/classes/MetadataService.cls 5229 26 5229 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3156 /apex-mdapi/src/classes/MetadataService.cls 5231 12 5244 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3156 /apex-mdapi/src/classes/MetadataService.cls 5231 12 5244 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3157 /apex-mdapi/src/classes/MetadataService.cls 5234 26 5234 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3157 /apex-mdapi/src/classes/MetadataService.cls 5234 26 5234 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3158 /apex-mdapi/src/classes/MetadataService.cls 5238 26 5238 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 'enableAccountOwnerReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3158 /apex-mdapi/src/classes/MetadataService.cls 5238 26 5238 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 'enableAccountOwnerReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3159 /apex-mdapi/src/classes/MetadataService.cls 5239 26 5239 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 'enableAccountTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3159 /apex-mdapi/src/classes/MetadataService.cls 5239 26 5239 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 'enableAccountTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3160 /apex-mdapi/src/classes/MetadataService.cls 5240 26 5240 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 'showViewHierarchyLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3160 /apex-mdapi/src/classes/MetadataService.cls 5240 26 5240 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 'showViewHierarchyLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3161 /apex-mdapi/src/classes/MetadataService.cls 5241 26 5241 89 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]*'
3161 /apex-mdapi/src/classes/MetadataService.cls 5241 26 5241 89 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]*'
3162 /apex-mdapi/src/classes/MetadataService.cls 5242 26 5242 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3162 /apex-mdapi/src/classes/MetadataService.cls 5242 26 5242 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3163 /apex-mdapi/src/classes/MetadataService.cls 5243 26 5243 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3163 /apex-mdapi/src/classes/MetadataService.cls 5243 26 5243 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3164 /apex-mdapi/src/classes/MetadataService.cls 5245 12 5254 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3164 /apex-mdapi/src/classes/MetadataService.cls 5245 12 5254 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3165 /apex-mdapi/src/classes/MetadataService.cls 5246 23 5246 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'number_x' doesn't match '[a-z][a-zA-Z0-9]*'
3165 /apex-mdapi/src/classes/MetadataService.cls 5246 23 5246 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'number_x' doesn't match '[a-z][a-zA-Z0-9]*'
3166 /apex-mdapi/src/classes/MetadataService.cls 5249 26 5249 101 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 'number_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3166 /apex-mdapi/src/classes/MetadataService.cls 5249 26 5249 101 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 'number_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3167 /apex-mdapi/src/classes/MetadataService.cls 5250 26 5250 111 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 'pathOnClient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3167 /apex-mdapi/src/classes/MetadataService.cls 5250 26 5250 111 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 'pathOnClient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3168 /apex-mdapi/src/classes/MetadataService.cls 5251 26 5251 103 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 'zipEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3168 /apex-mdapi/src/classes/MetadataService.cls 5251 26 5251 103 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 'zipEntry_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3169 /apex-mdapi/src/classes/MetadataService.cls 5252 26 5252 89 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]*'
3169 /apex-mdapi/src/classes/MetadataService.cls 5252 26 5252 89 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]*'
3170 /apex-mdapi/src/classes/MetadataService.cls 5253 26 5253 100 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]*'
3170 /apex-mdapi/src/classes/MetadataService.cls 5253 26 5253 100 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]*'
3171 /apex-mdapi/src/classes/MetadataService.cls 5255 12 5262 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3171 /apex-mdapi/src/classes/MetadataService.cls 5255 12 5262 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3172 /apex-mdapi/src/classes/MetadataService.cls 5258 26 5258 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3172 /apex-mdapi/src/classes/MetadataService.cls 5258 26 5258 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3173 /apex-mdapi/src/classes/MetadataService.cls 5259 26 5259 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3173 /apex-mdapi/src/classes/MetadataService.cls 5259 26 5259 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3174 /apex-mdapi/src/classes/MetadataService.cls 5260 26 5260 89 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]*'
3174 /apex-mdapi/src/classes/MetadataService.cls 5260 26 5260 89 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]*'
3175 /apex-mdapi/src/classes/MetadataService.cls 5261 26 5261 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]*'
3175 /apex-mdapi/src/classes/MetadataService.cls 5261 26 5261 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]*'
3176 /apex-mdapi/src/classes/MetadataService.cls 5263 12 5268 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3176 /apex-mdapi/src/classes/MetadataService.cls 5263 12 5268 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3177 /apex-mdapi/src/classes/MetadataService.cls 5264 25 5264 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
3177 /apex-mdapi/src/classes/MetadataService.cls 5264 25 5264 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
3178 /apex-mdapi/src/classes/MetadataService.cls 5265 26 5265 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3178 /apex-mdapi/src/classes/MetadataService.cls 5265 26 5265 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3179 /apex-mdapi/src/classes/MetadataService.cls 5266 26 5266 89 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]*'
3179 /apex-mdapi/src/classes/MetadataService.cls 5266 26 5266 89 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]*'
3180 /apex-mdapi/src/classes/MetadataService.cls 5267 26 5267 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]*'
3180 /apex-mdapi/src/classes/MetadataService.cls 5267 26 5267 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]*'
3181 /apex-mdapi/src/classes/MetadataService.cls 5269 12 5276 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3181 /apex-mdapi/src/classes/MetadataService.cls 5269 12 5276 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3182 /apex-mdapi/src/classes/MetadataService.cls 5272 26 5272 113 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 'parameterName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3182 /apex-mdapi/src/classes/MetadataService.cls 5272 26 5272 113 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 'parameterName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3183 /apex-mdapi/src/classes/MetadataService.cls 5273 26 5273 115 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 'parameterValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3183 /apex-mdapi/src/classes/MetadataService.cls 5273 26 5273 115 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 'parameterValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3184 /apex-mdapi/src/classes/MetadataService.cls 5274 26 5274 89 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]*'
3184 /apex-mdapi/src/classes/MetadataService.cls 5274 26 5274 89 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]*'
3185 /apex-mdapi/src/classes/MetadataService.cls 5275 26 5275 96 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]*'
3185 /apex-mdapi/src/classes/MetadataService.cls 5275 26 5275 96 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]*'
3186 /apex-mdapi/src/classes/MetadataService.cls 5277 12 5290 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3186 /apex-mdapi/src/classes/MetadataService.cls 5277 12 5290 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3187 /apex-mdapi/src/classes/MetadataService.cls 5283 26 5283 97 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 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3187 /apex-mdapi/src/classes/MetadataService.cls 5283 26 5283 97 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 'block_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3188 /apex-mdapi/src/classes/MetadataService.cls 5284 26 5284 107 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 'endSession_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3188 /apex-mdapi/src/classes/MetadataService.cls 5284 26 5284 107 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 'endSession_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3189 /apex-mdapi/src/classes/MetadataService.cls 5285 26 5285 107 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 'freezeUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3189 /apex-mdapi/src/classes/MetadataService.cls 5285 26 5285 107 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 'freezeUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3190 /apex-mdapi/src/classes/MetadataService.cls 5286 26 5286 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 'notifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3190 /apex-mdapi/src/classes/MetadataService.cls 5286 26 5286 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 'notifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3191 /apex-mdapi/src/classes/MetadataService.cls 5287 26 5287 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 'twoFactorAuthentication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3191 /apex-mdapi/src/classes/MetadataService.cls 5287 26 5287 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 'twoFactorAuthentication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3192 /apex-mdapi/src/classes/MetadataService.cls 5288 26 5288 89 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]*'
3192 /apex-mdapi/src/classes/MetadataService.cls 5288 26 5288 89 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]*'
3193 /apex-mdapi/src/classes/MetadataService.cls 5289 26 5289 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3193 /apex-mdapi/src/classes/MetadataService.cls 5289 26 5289 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3194 /apex-mdapi/src/classes/MetadataService.cls 5291 12 5296 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3194 /apex-mdapi/src/classes/MetadataService.cls 5291 12 5296 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3195 /apex-mdapi/src/classes/MetadataService.cls 5293 26 5293 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3195 /apex-mdapi/src/classes/MetadataService.cls 5293 26 5293 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3196 /apex-mdapi/src/classes/MetadataService.cls 5294 26 5294 89 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]*'
3196 /apex-mdapi/src/classes/MetadataService.cls 5294 26 5294 89 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]*'
3197 /apex-mdapi/src/classes/MetadataService.cls 5295 26 5295 70 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]*'
3197 /apex-mdapi/src/classes/MetadataService.cls 5295 26 5295 70 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]*'
3198 /apex-mdapi/src/classes/MetadataService.cls 5297 12 5302 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3198 /apex-mdapi/src/classes/MetadataService.cls 5297 12 5302 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3199 /apex-mdapi/src/classes/MetadataService.cls 5299 26 5299 99 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]*'
3199 /apex-mdapi/src/classes/MetadataService.cls 5299 26 5299 99 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]*'
3200 /apex-mdapi/src/classes/MetadataService.cls 5300 26 5300 89 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]*'
3200 /apex-mdapi/src/classes/MetadataService.cls 5300 26 5300 89 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]*'
3201 /apex-mdapi/src/classes/MetadataService.cls 5301 26 5301 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]*'
3201 /apex-mdapi/src/classes/MetadataService.cls 5301 26 5301 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]*'
3202 /apex-mdapi/src/classes/MetadataService.cls 5303 12 5316 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3202 /apex-mdapi/src/classes/MetadataService.cls 5303 12 5316 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3203 /apex-mdapi/src/classes/MetadataService.cls 5306 26 5306 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3203 /apex-mdapi/src/classes/MetadataService.cls 5306 26 5306 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3204 /apex-mdapi/src/classes/MetadataService.cls 5310 26 5310 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3204 /apex-mdapi/src/classes/MetadataService.cls 5310 26 5310 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3205 /apex-mdapi/src/classes/MetadataService.cls 5311 26 5311 109 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 'endpointUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3205 /apex-mdapi/src/classes/MetadataService.cls 5311 26 5311 109 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 'endpointUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3206 /apex-mdapi/src/classes/MetadataService.cls 5312 26 5312 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3206 /apex-mdapi/src/classes/MetadataService.cls 5312 26 5312 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3207 /apex-mdapi/src/classes/MetadataService.cls 5313 26 5313 89 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]*'
3207 /apex-mdapi/src/classes/MetadataService.cls 5313 26 5313 89 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]*'
3208 /apex-mdapi/src/classes/MetadataService.cls 5314 26 5314 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3208 /apex-mdapi/src/classes/MetadataService.cls 5314 26 5314 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3209 /apex-mdapi/src/classes/MetadataService.cls 5315 26 5315 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]*'
3209 /apex-mdapi/src/classes/MetadataService.cls 5315 26 5315 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]*'
3210 /apex-mdapi/src/classes/MetadataService.cls 5317 12 5342 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3210 /apex-mdapi/src/classes/MetadataService.cls 5317 12 5342 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3211 /apex-mdapi/src/classes/MetadataService.cls 5317 12 5342 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3211 /apex-mdapi/src/classes/MetadataService.cls 5317 12 5342 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3212 /apex-mdapi/src/classes/MetadataService.cls 5320 26 5320 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3212 /apex-mdapi/src/classes/MetadataService.cls 5320 26 5320 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3213 /apex-mdapi/src/classes/MetadataService.cls 5323 26 5323 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3213 /apex-mdapi/src/classes/MetadataService.cls 5323 26 5323 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3214 /apex-mdapi/src/classes/MetadataService.cls 5324 26 5324 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3214 /apex-mdapi/src/classes/MetadataService.cls 5324 26 5324 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3215 /apex-mdapi/src/classes/MetadataService.cls 5332 26 5332 103 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3215 /apex-mdapi/src/classes/MetadataService.cls 5332 26 5332 103 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3216 /apex-mdapi/src/classes/MetadataService.cls 5333 26 5333 111 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 'isCollection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3216 /apex-mdapi/src/classes/MetadataService.cls 5333 26 5333 111 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 'isCollection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3217 /apex-mdapi/src/classes/MetadataService.cls 5334 26 5334 101 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 'isInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3217 /apex-mdapi/src/classes/MetadataService.cls 5334 26 5334 101 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 'isInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3218 /apex-mdapi/src/classes/MetadataService.cls 5335 26 5335 103 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 'isOutput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3218 /apex-mdapi/src/classes/MetadataService.cls 5335 26 5335 103 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 'isOutput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3219 /apex-mdapi/src/classes/MetadataService.cls 5336 26 5336 107 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3219 /apex-mdapi/src/classes/MetadataService.cls 5336 26 5336 107 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3220 /apex-mdapi/src/classes/MetadataService.cls 5337 26 5337 97 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]*'
3220 /apex-mdapi/src/classes/MetadataService.cls 5337 26 5337 97 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]*'
3221 /apex-mdapi/src/classes/MetadataService.cls 5338 26 5338 97 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]*'
3221 /apex-mdapi/src/classes/MetadataService.cls 5338 26 5338 97 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]*'
3222 /apex-mdapi/src/classes/MetadataService.cls 5339 26 5339 89 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]*'
3222 /apex-mdapi/src/classes/MetadataService.cls 5339 26 5339 89 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]*'
3223 /apex-mdapi/src/classes/MetadataService.cls 5340 26 5340 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3223 /apex-mdapi/src/classes/MetadataService.cls 5340 26 5340 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3224 /apex-mdapi/src/classes/MetadataService.cls 5341 26 5341 185 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]*'
3224 /apex-mdapi/src/classes/MetadataService.cls 5341 26 5341 185 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]*'
3225 /apex-mdapi/src/classes/MetadataService.cls 5343 12 5352 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3225 /apex-mdapi/src/classes/MetadataService.cls 5343 12 5352 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3226 /apex-mdapi/src/classes/MetadataService.cls 5347 26 5347 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3226 /apex-mdapi/src/classes/MetadataService.cls 5347 26 5347 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3227 /apex-mdapi/src/classes/MetadataService.cls 5348 26 5348 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 'flowCategoryItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3227 /apex-mdapi/src/classes/MetadataService.cls 5348 26 5348 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 'flowCategoryItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3228 /apex-mdapi/src/classes/MetadataService.cls 5349 26 5349 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3228 /apex-mdapi/src/classes/MetadataService.cls 5349 26 5349 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3229 /apex-mdapi/src/classes/MetadataService.cls 5350 26 5350 89 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]*'
3229 /apex-mdapi/src/classes/MetadataService.cls 5350 26 5350 89 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]*'
3230 /apex-mdapi/src/classes/MetadataService.cls 5351 26 5351 111 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]*'
3230 /apex-mdapi/src/classes/MetadataService.cls 5351 26 5351 111 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]*'
3231 /apex-mdapi/src/classes/MetadataService.cls 5353 12 5370 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3231 /apex-mdapi/src/classes/MetadataService.cls 5353 12 5370 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3232 /apex-mdapi/src/classes/MetadataService.cls 5353 12 5370 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3232 /apex-mdapi/src/classes/MetadataService.cls 5353 12 5370 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3233 /apex-mdapi/src/classes/MetadataService.cls 5356 26 5356 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3233 /apex-mdapi/src/classes/MetadataService.cls 5356 26 5356 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3234 /apex-mdapi/src/classes/MetadataService.cls 5362 26 5362 109 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3234 /apex-mdapi/src/classes/MetadataService.cls 5362 26 5362 109 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3235 /apex-mdapi/src/classes/MetadataService.cls 5363 26 5363 117 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3235 /apex-mdapi/src/classes/MetadataService.cls 5363 26 5363 117 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 'accountSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3236 /apex-mdapi/src/classes/MetadataService.cls 5364 26 5364 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3236 /apex-mdapi/src/classes/MetadataService.cls 5364 26 5364 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3237 /apex-mdapi/src/classes/MetadataService.cls 5365 26 5365 97 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]*'
3237 /apex-mdapi/src/classes/MetadataService.cls 5365 26 5365 97 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]*'
3238 /apex-mdapi/src/classes/MetadataService.cls 5366 26 5366 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3238 /apex-mdapi/src/classes/MetadataService.cls 5366 26 5366 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3239 /apex-mdapi/src/classes/MetadataService.cls 5367 26 5367 89 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]*'
3239 /apex-mdapi/src/classes/MetadataService.cls 5367 26 5367 89 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]*'
3240 /apex-mdapi/src/classes/MetadataService.cls 5368 26 5368 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3240 /apex-mdapi/src/classes/MetadataService.cls 5368 26 5368 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3241 /apex-mdapi/src/classes/MetadataService.cls 5369 26 5369 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3241 /apex-mdapi/src/classes/MetadataService.cls 5369 26 5369 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3242 /apex-mdapi/src/classes/MetadataService.cls 5371 12 5378 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3242 /apex-mdapi/src/classes/MetadataService.cls 5371 12 5378 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3243 /apex-mdapi/src/classes/MetadataService.cls 5374 26 5374 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3243 /apex-mdapi/src/classes/MetadataService.cls 5374 26 5374 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3244 /apex-mdapi/src/classes/MetadataService.cls 5375 26 5375 97 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]*'
3244 /apex-mdapi/src/classes/MetadataService.cls 5375 26 5375 97 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]*'
3245 /apex-mdapi/src/classes/MetadataService.cls 5376 26 5376 89 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]*'
3245 /apex-mdapi/src/classes/MetadataService.cls 5376 26 5376 89 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]*'
3246 /apex-mdapi/src/classes/MetadataService.cls 5377 26 5377 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]*'
3246 /apex-mdapi/src/classes/MetadataService.cls 5377 26 5377 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]*'
3247 /apex-mdapi/src/classes/MetadataService.cls 5379 12 5386 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3247 /apex-mdapi/src/classes/MetadataService.cls 5379 12 5386 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3248 /apex-mdapi/src/classes/MetadataService.cls 5382 26 5382 97 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]*'
3248 /apex-mdapi/src/classes/MetadataService.cls 5382 26 5382 97 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]*'
3249 /apex-mdapi/src/classes/MetadataService.cls 5383 26 5383 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3249 /apex-mdapi/src/classes/MetadataService.cls 5383 26 5383 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3250 /apex-mdapi/src/classes/MetadataService.cls 5384 26 5384 89 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]*'
3250 /apex-mdapi/src/classes/MetadataService.cls 5384 26 5384 89 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]*'
3251 /apex-mdapi/src/classes/MetadataService.cls 5385 26 5385 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]*'
3251 /apex-mdapi/src/classes/MetadataService.cls 5385 26 5385 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]*'
3252 /apex-mdapi/src/classes/MetadataService.cls 5387 12 5398 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3252 /apex-mdapi/src/classes/MetadataService.cls 5387 12 5398 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3253 /apex-mdapi/src/classes/MetadataService.cls 5392 26 5392 107 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3253 /apex-mdapi/src/classes/MetadataService.cls 5392 26 5392 107 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3254 /apex-mdapi/src/classes/MetadataService.cls 5393 26 5393 107 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3254 /apex-mdapi/src/classes/MetadataService.cls 5393 26 5393 107 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3255 /apex-mdapi/src/classes/MetadataService.cls 5394 26 5394 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3255 /apex-mdapi/src/classes/MetadataService.cls 5394 26 5394 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3256 /apex-mdapi/src/classes/MetadataService.cls 5395 26 5395 101 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 'subtype_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3256 /apex-mdapi/src/classes/MetadataService.cls 5395 26 5395 101 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 'subtype_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3257 /apex-mdapi/src/classes/MetadataService.cls 5396 26 5396 89 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]*'
3257 /apex-mdapi/src/classes/MetadataService.cls 5396 26 5396 89 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]*'
3258 /apex-mdapi/src/classes/MetadataService.cls 5397 26 5397 111 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]*'
3258 /apex-mdapi/src/classes/MetadataService.cls 5397 26 5397 111 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]*'
3259 /apex-mdapi/src/classes/MetadataService.cls 5399 12 5404 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3259 /apex-mdapi/src/classes/MetadataService.cls 5399 12 5404 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3260 /apex-mdapi/src/classes/MetadataService.cls 5401 26 5401 99 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]*'
3260 /apex-mdapi/src/classes/MetadataService.cls 5401 26 5401 99 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]*'
3261 /apex-mdapi/src/classes/MetadataService.cls 5402 26 5402 89 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]*'
3261 /apex-mdapi/src/classes/MetadataService.cls 5402 26 5402 89 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]*'
3262 /apex-mdapi/src/classes/MetadataService.cls 5403 26 5403 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]*'
3262 /apex-mdapi/src/classes/MetadataService.cls 5403 26 5403 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]*'
3263 /apex-mdapi/src/classes/MetadataService.cls 5405 12 5414 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3263 /apex-mdapi/src/classes/MetadataService.cls 5405 12 5414 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3264 /apex-mdapi/src/classes/MetadataService.cls 5409 26 5409 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3264 /apex-mdapi/src/classes/MetadataService.cls 5409 26 5409 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3265 /apex-mdapi/src/classes/MetadataService.cls 5410 26 5410 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3265 /apex-mdapi/src/classes/MetadataService.cls 5410 26 5410 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3266 /apex-mdapi/src/classes/MetadataService.cls 5411 26 5411 101 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3266 /apex-mdapi/src/classes/MetadataService.cls 5411 26 5411 101 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3267 /apex-mdapi/src/classes/MetadataService.cls 5412 26 5412 89 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]*'
3267 /apex-mdapi/src/classes/MetadataService.cls 5412 26 5412 89 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]*'
3268 /apex-mdapi/src/classes/MetadataService.cls 5413 26 5413 105 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]*'
3268 /apex-mdapi/src/classes/MetadataService.cls 5413 26 5413 105 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]*'
3269 /apex-mdapi/src/classes/MetadataService.cls 5415 12 5424 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3269 /apex-mdapi/src/classes/MetadataService.cls 5415 12 5424 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3270 /apex-mdapi/src/classes/MetadataService.cls 5419 26 5419 97 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]*'
3270 /apex-mdapi/src/classes/MetadataService.cls 5419 26 5419 97 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]*'
3271 /apex-mdapi/src/classes/MetadataService.cls 5420 26 5420 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3271 /apex-mdapi/src/classes/MetadataService.cls 5420 26 5420 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3272 /apex-mdapi/src/classes/MetadataService.cls 5421 26 5421 97 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]*'
3272 /apex-mdapi/src/classes/MetadataService.cls 5421 26 5421 97 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]*'
3273 /apex-mdapi/src/classes/MetadataService.cls 5422 26 5422 89 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]*'
3273 /apex-mdapi/src/classes/MetadataService.cls 5422 26 5422 89 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]*'
3274 /apex-mdapi/src/classes/MetadataService.cls 5423 26 5423 86 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]*'
3274 /apex-mdapi/src/classes/MetadataService.cls 5423 26 5423 86 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]*'
3275 /apex-mdapi/src/classes/MetadataService.cls 5425 12 5444 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3275 /apex-mdapi/src/classes/MetadataService.cls 5425 12 5444 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3276 /apex-mdapi/src/classes/MetadataService.cls 5425 12 5444 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3276 /apex-mdapi/src/classes/MetadataService.cls 5425 12 5444 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3277 /apex-mdapi/src/classes/MetadataService.cls 5428 26 5428 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3277 /apex-mdapi/src/classes/MetadataService.cls 5428 26 5428 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3278 /apex-mdapi/src/classes/MetadataService.cls 5430 26 5430 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3278 /apex-mdapi/src/classes/MetadataService.cls 5430 26 5430 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3279 /apex-mdapi/src/classes/MetadataService.cls 5435 24 5435 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 'public_x' doesn't match '[a-z][a-zA-Z0-9]*'
3279 /apex-mdapi/src/classes/MetadataService.cls 5435 24 5435 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 'public_x' doesn't match '[a-z][a-zA-Z0-9]*'
3280 /apex-mdapi/src/classes/MetadataService.cls 5436 26 5436 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3280 /apex-mdapi/src/classes/MetadataService.cls 5436 26 5436 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3281 /apex-mdapi/src/classes/MetadataService.cls 5437 26 5437 117 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 'internalUseOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3281 /apex-mdapi/src/classes/MetadataService.cls 5437 26 5437 117 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 'internalUseOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3282 /apex-mdapi/src/classes/MetadataService.cls 5438 26 5438 103 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 'keywords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3282 /apex-mdapi/src/classes/MetadataService.cls 5438 26 5438 103 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 'keywords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3283 /apex-mdapi/src/classes/MetadataService.cls 5439 26 5439 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3283 /apex-mdapi/src/classes/MetadataService.cls 5439 26 5439 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3284 /apex-mdapi/src/classes/MetadataService.cls 5440 26 5440 101 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 'public_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3284 /apex-mdapi/src/classes/MetadataService.cls 5440 26 5440 101 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 'public_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3285 /apex-mdapi/src/classes/MetadataService.cls 5441 26 5441 89 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]*'
3285 /apex-mdapi/src/classes/MetadataService.cls 5441 26 5441 89 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]*'
3286 /apex-mdapi/src/classes/MetadataService.cls 5442 26 5442 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3286 /apex-mdapi/src/classes/MetadataService.cls 5442 26 5442 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3287 /apex-mdapi/src/classes/MetadataService.cls 5443 26 5443 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3287 /apex-mdapi/src/classes/MetadataService.cls 5443 26 5443 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3288 /apex-mdapi/src/classes/MetadataService.cls 5445 12 5462 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3288 /apex-mdapi/src/classes/MetadataService.cls 5445 12 5462 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3289 /apex-mdapi/src/classes/MetadataService.cls 5445 12 5462 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3289 /apex-mdapi/src/classes/MetadataService.cls 5445 12 5462 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3290 /apex-mdapi/src/classes/MetadataService.cls 5453 26 5453 103 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3290 /apex-mdapi/src/classes/MetadataService.cls 5453 26 5453 103 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3291 /apex-mdapi/src/classes/MetadataService.cls 5454 26 5454 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 'lightningBoltFeatures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3291 /apex-mdapi/src/classes/MetadataService.cls 5454 26 5454 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 'lightningBoltFeatures_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3292 /apex-mdapi/src/classes/MetadataService.cls 5455 26 5455 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 'lightningBoltImages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3292 /apex-mdapi/src/classes/MetadataService.cls 5455 26 5455 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 'lightningBoltImages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3293 /apex-mdapi/src/classes/MetadataService.cls 5456 26 5456 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 'lightningBoltItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3293 /apex-mdapi/src/classes/MetadataService.cls 5456 26 5456 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 'lightningBoltItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3294 /apex-mdapi/src/classes/MetadataService.cls 5457 26 5457 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3294 /apex-mdapi/src/classes/MetadataService.cls 5457 26 5457 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3295 /apex-mdapi/src/classes/MetadataService.cls 5458 26 5458 105 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 'publisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3295 /apex-mdapi/src/classes/MetadataService.cls 5458 26 5458 105 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 'publisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3296 /apex-mdapi/src/classes/MetadataService.cls 5459 26 5459 101 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 'summary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3296 /apex-mdapi/src/classes/MetadataService.cls 5459 26 5459 101 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 'summary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3297 /apex-mdapi/src/classes/MetadataService.cls 5460 26 5460 89 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]*'
3297 /apex-mdapi/src/classes/MetadataService.cls 5460 26 5460 89 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]*'
3298 /apex-mdapi/src/classes/MetadataService.cls 5461 26 5461 177 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]*'
3298 /apex-mdapi/src/classes/MetadataService.cls 5461 26 5461 177 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]*'
3299 /apex-mdapi/src/classes/MetadataService.cls 5463 12 5468 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3299 /apex-mdapi/src/classes/MetadataService.cls 5463 12 5468 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3300 /apex-mdapi/src/classes/MetadataService.cls 5463 12 5468 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 'upsertMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3300 /apex-mdapi/src/classes/MetadataService.cls 5463 12 5468 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 'upsertMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3301 /apex-mdapi/src/classes/MetadataService.cls 5465 26 5465 104 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3301 /apex-mdapi/src/classes/MetadataService.cls 5465 26 5465 104 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3302 /apex-mdapi/src/classes/MetadataService.cls 5466 26 5466 89 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]*'
3302 /apex-mdapi/src/classes/MetadataService.cls 5466 26 5466 89 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]*'
3303 /apex-mdapi/src/classes/MetadataService.cls 5467 26 5467 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3303 /apex-mdapi/src/classes/MetadataService.cls 5467 26 5467 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3304 /apex-mdapi/src/classes/MetadataService.cls 5469 12 5476 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3304 /apex-mdapi/src/classes/MetadataService.cls 5469 12 5476 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3305 /apex-mdapi/src/classes/MetadataService.cls 5472 26 5472 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3305 /apex-mdapi/src/classes/MetadataService.cls 5472 26 5472 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3306 /apex-mdapi/src/classes/MetadataService.cls 5473 26 5473 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3306 /apex-mdapi/src/classes/MetadataService.cls 5473 26 5473 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3307 /apex-mdapi/src/classes/MetadataService.cls 5474 26 5474 89 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]*'
3307 /apex-mdapi/src/classes/MetadataService.cls 5474 26 5474 89 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]*'
3308 /apex-mdapi/src/classes/MetadataService.cls 5475 26 5475 94 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]*'
3308 /apex-mdapi/src/classes/MetadataService.cls 5475 26 5475 94 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]*'
3309 /apex-mdapi/src/classes/MetadataService.cls 5477 12 5498 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3309 /apex-mdapi/src/classes/MetadataService.cls 5477 12 5498 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3310 /apex-mdapi/src/classes/MetadataService.cls 5477 12 5498 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3310 /apex-mdapi/src/classes/MetadataService.cls 5477 12 5498 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3311 /apex-mdapi/src/classes/MetadataService.cls 5487 26 5487 100 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]*'
3311 /apex-mdapi/src/classes/MetadataService.cls 5487 26 5487 100 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]*'
3312 /apex-mdapi/src/classes/MetadataService.cls 5488 26 5488 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 'foreignKeyDomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3312 /apex-mdapi/src/classes/MetadataService.cls 5488 26 5488 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 'foreignKeyDomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3313 /apex-mdapi/src/classes/MetadataService.cls 5489 26 5489 111 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 'isForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3313 /apex-mdapi/src/classes/MetadataService.cls 5489 26 5489 111 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 'isForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3314 /apex-mdapi/src/classes/MetadataService.cls 5490 26 5490 109 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 'isNameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3314 /apex-mdapi/src/classes/MetadataService.cls 5490 26 5490 109 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 'isNameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3315 /apex-mdapi/src/classes/MetadataService.cls 5491 26 5491 105 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 'minOccurs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3315 /apex-mdapi/src/classes/MetadataService.cls 5491 26 5491 105 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 'minOccurs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3316 /apex-mdapi/src/classes/MetadataService.cls 5492 26 5492 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3316 /apex-mdapi/src/classes/MetadataService.cls 5492 26 5492 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3317 /apex-mdapi/src/classes/MetadataService.cls 5493 26 5493 116 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]*'
3317 /apex-mdapi/src/classes/MetadataService.cls 5493 26 5493 116 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]*'
3318 /apex-mdapi/src/classes/MetadataService.cls 5494 26 5494 103 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]*'
3318 /apex-mdapi/src/classes/MetadataService.cls 5494 26 5494 103 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]*'
3319 /apex-mdapi/src/classes/MetadataService.cls 5495 26 5495 113 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 'valueRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3319 /apex-mdapi/src/classes/MetadataService.cls 5495 26 5495 113 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 'valueRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3320 /apex-mdapi/src/classes/MetadataService.cls 5496 26 5496 89 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]*'
3320 /apex-mdapi/src/classes/MetadataService.cls 5496 26 5496 89 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]*'
3321 /apex-mdapi/src/classes/MetadataService.cls 5497 26 5497 183 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]*'
3321 /apex-mdapi/src/classes/MetadataService.cls 5497 26 5497 183 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]*'
3322 /apex-mdapi/src/classes/MetadataService.cls 5499 12 5512 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3322 /apex-mdapi/src/classes/MetadataService.cls 5499 12 5512 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3323 /apex-mdapi/src/classes/MetadataService.cls 5502 26 5502 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3323 /apex-mdapi/src/classes/MetadataService.cls 5502 26 5502 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3324 /apex-mdapi/src/classes/MetadataService.cls 5506 26 5506 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3324 /apex-mdapi/src/classes/MetadataService.cls 5506 26 5506 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3325 /apex-mdapi/src/classes/MetadataService.cls 5507 26 5507 103 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3325 /apex-mdapi/src/classes/MetadataService.cls 5507 26 5507 103 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3326 /apex-mdapi/src/classes/MetadataService.cls 5508 26 5508 97 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]*'
3326 /apex-mdapi/src/classes/MetadataService.cls 5508 26 5508 97 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]*'
3327 /apex-mdapi/src/classes/MetadataService.cls 5509 26 5509 89 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]*'
3327 /apex-mdapi/src/classes/MetadataService.cls 5509 26 5509 89 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]*'
3328 /apex-mdapi/src/classes/MetadataService.cls 5510 26 5510 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3328 /apex-mdapi/src/classes/MetadataService.cls 5510 26 5510 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3329 /apex-mdapi/src/classes/MetadataService.cls 5511 26 5511 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3329 /apex-mdapi/src/classes/MetadataService.cls 5511 26 5511 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3330 /apex-mdapi/src/classes/MetadataService.cls 5513 20 5518 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3330 /apex-mdapi/src/classes/MetadataService.cls 5513 20 5518 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3331 /apex-mdapi/src/classes/MetadataService.cls 5515 24 5515 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
3331 /apex-mdapi/src/classes/MetadataService.cls 5515 24 5515 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
3332 /apex-mdapi/src/classes/MetadataService.cls 5519 12 5536 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3332 /apex-mdapi/src/classes/MetadataService.cls 5519 12 5536 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3333 /apex-mdapi/src/classes/MetadataService.cls 5519 12 5536 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3333 /apex-mdapi/src/classes/MetadataService.cls 5519 12 5536 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3334 /apex-mdapi/src/classes/MetadataService.cls 5522 26 5522 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3334 /apex-mdapi/src/classes/MetadataService.cls 5522 26 5522 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3335 /apex-mdapi/src/classes/MetadataService.cls 5528 26 5528 107 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3335 /apex-mdapi/src/classes/MetadataService.cls 5528 26 5528 107 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3336 /apex-mdapi/src/classes/MetadataService.cls 5529 26 5529 112 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3336 /apex-mdapi/src/classes/MetadataService.cls 5529 26 5529 112 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3337 /apex-mdapi/src/classes/MetadataService.cls 5530 26 5530 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3337 /apex-mdapi/src/classes/MetadataService.cls 5530 26 5530 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3338 /apex-mdapi/src/classes/MetadataService.cls 5531 26 5531 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3338 /apex-mdapi/src/classes/MetadataService.cls 5531 26 5531 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3339 /apex-mdapi/src/classes/MetadataService.cls 5532 26 5532 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3339 /apex-mdapi/src/classes/MetadataService.cls 5532 26 5532 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3340 /apex-mdapi/src/classes/MetadataService.cls 5533 26 5533 89 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]*'
3340 /apex-mdapi/src/classes/MetadataService.cls 5533 26 5533 89 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]*'
3341 /apex-mdapi/src/classes/MetadataService.cls 5534 26 5534 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3341 /apex-mdapi/src/classes/MetadataService.cls 5534 26 5534 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3342 /apex-mdapi/src/classes/MetadataService.cls 5535 26 5535 141 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]*'
3342 /apex-mdapi/src/classes/MetadataService.cls 5535 26 5535 141 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]*'
3343 /apex-mdapi/src/classes/MetadataService.cls 5537 12 5546 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3343 /apex-mdapi/src/classes/MetadataService.cls 5537 12 5546 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3344 /apex-mdapi/src/classes/MetadataService.cls 5537 12 5546 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 'renameMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3344 /apex-mdapi/src/classes/MetadataService.cls 5537 12 5546 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 'renameMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3345 /apex-mdapi/src/classes/MetadataService.cls 5538 23 5538 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]*'
3345 /apex-mdapi/src/classes/MetadataService.cls 5538 23 5538 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]*'
3346 /apex-mdapi/src/classes/MetadataService.cls 5541 26 5541 97 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]*'
3346 /apex-mdapi/src/classes/MetadataService.cls 5541 26 5541 97 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]*'
3347 /apex-mdapi/src/classes/MetadataService.cls 5542 26 5542 109 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 'oldFullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3347 /apex-mdapi/src/classes/MetadataService.cls 5542 26 5542 109 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 'oldFullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3348 /apex-mdapi/src/classes/MetadataService.cls 5543 26 5543 109 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 'newFullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3348 /apex-mdapi/src/classes/MetadataService.cls 5543 26 5543 109 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 'newFullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3349 /apex-mdapi/src/classes/MetadataService.cls 5544 26 5544 89 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]*'
3349 /apex-mdapi/src/classes/MetadataService.cls 5544 26 5544 89 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]*'
3350 /apex-mdapi/src/classes/MetadataService.cls 5545 26 5545 100 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]*'
3350 /apex-mdapi/src/classes/MetadataService.cls 5545 26 5545 100 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]*'
3351 /apex-mdapi/src/classes/MetadataService.cls 5547 12 5568 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3351 /apex-mdapi/src/classes/MetadataService.cls 5547 12 5568 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3352 /apex-mdapi/src/classes/MetadataService.cls 5547 12 5568 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3352 /apex-mdapi/src/classes/MetadataService.cls 5547 12 5568 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3353 /apex-mdapi/src/classes/MetadataService.cls 5550 26 5550 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3353 /apex-mdapi/src/classes/MetadataService.cls 5550 26 5550 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3354 /apex-mdapi/src/classes/MetadataService.cls 5558 26 5558 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 'customObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3354 /apex-mdapi/src/classes/MetadataService.cls 5558 26 5558 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 'customObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3355 /apex-mdapi/src/classes/MetadataService.cls 5559 26 5559 100 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3355 /apex-mdapi/src/classes/MetadataService.cls 5559 26 5559 100 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3356 /apex-mdapi/src/classes/MetadataService.cls 5560 26 5560 97 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]*'
3356 /apex-mdapi/src/classes/MetadataService.cls 5560 26 5560 97 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]*'
3357 /apex-mdapi/src/classes/MetadataService.cls 5561 26 5561 109 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 'loginAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3357 /apex-mdapi/src/classes/MetadataService.cls 5561 26 5561 109 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 'loginAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3358 /apex-mdapi/src/classes/MetadataService.cls 5562 26 5562 116 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3358 /apex-mdapi/src/classes/MetadataService.cls 5562 26 5562 116 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3359 /apex-mdapi/src/classes/MetadataService.cls 5563 26 5563 104 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3359 /apex-mdapi/src/classes/MetadataService.cls 5563 26 5563 104 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3360 /apex-mdapi/src/classes/MetadataService.cls 5564 26 5564 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3360 /apex-mdapi/src/classes/MetadataService.cls 5564 26 5564 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3361 /apex-mdapi/src/classes/MetadataService.cls 5565 26 5565 89 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]*'
3361 /apex-mdapi/src/classes/MetadataService.cls 5565 26 5565 89 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]*'
3362 /apex-mdapi/src/classes/MetadataService.cls 5566 26 5566 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3362 /apex-mdapi/src/classes/MetadataService.cls 5566 26 5566 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3363 /apex-mdapi/src/classes/MetadataService.cls 5567 26 5567 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3363 /apex-mdapi/src/classes/MetadataService.cls 5567 26 5567 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3364 /apex-mdapi/src/classes/MetadataService.cls 5569 12 5606 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3364 /apex-mdapi/src/classes/MetadataService.cls 5569 12 5606 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3365 /apex-mdapi/src/classes/MetadataService.cls 5569 12 5606 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3365 /apex-mdapi/src/classes/MetadataService.cls 5569 12 5606 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3366 /apex-mdapi/src/classes/MetadataService.cls 5572 26 5572 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3366 /apex-mdapi/src/classes/MetadataService.cls 5572 26 5572 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3367 /apex-mdapi/src/classes/MetadataService.cls 5574 24 5574 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
3367 /apex-mdapi/src/classes/MetadataService.cls 5574 24 5574 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
3368 /apex-mdapi/src/classes/MetadataService.cls 5577 26 5577 97 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3368 /apex-mdapi/src/classes/MetadataService.cls 5577 26 5577 97 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3369 /apex-mdapi/src/classes/MetadataService.cls 5578 26 5578 103 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3369 /apex-mdapi/src/classes/MetadataService.cls 5578 26 5578 103 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3370 /apex-mdapi/src/classes/MetadataService.cls 5579 26 5579 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3370 /apex-mdapi/src/classes/MetadataService.cls 5579 26 5579 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3371 /apex-mdapi/src/classes/MetadataService.cls 5580 26 5580 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3371 /apex-mdapi/src/classes/MetadataService.cls 5580 26 5580 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3372 /apex-mdapi/src/classes/MetadataService.cls 5592 26 5592 107 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3372 /apex-mdapi/src/classes/MetadataService.cls 5592 26 5592 107 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 'allowEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3373 /apex-mdapi/src/classes/MetadataService.cls 5593 26 5593 99 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3373 /apex-mdapi/src/classes/MetadataService.cls 5593 26 5593 99 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 'closed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3374 /apex-mdapi/src/classes/MetadataService.cls 5594 26 5594 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 'controllingFieldValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3374 /apex-mdapi/src/classes/MetadataService.cls 5594 26 5594 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 'controllingFieldValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3375 /apex-mdapi/src/classes/MetadataService.cls 5595 26 5595 105 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 'converted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3375 /apex-mdapi/src/classes/MetadataService.cls 5595 26 5595 105 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 'converted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3376 /apex-mdapi/src/classes/MetadataService.cls 5596 26 5596 107 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3376 /apex-mdapi/src/classes/MetadataService.cls 5596 26 5596 107 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 'cssExposed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3377 /apex-mdapi/src/classes/MetadataService.cls 5597 26 5597 119 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3377 /apex-mdapi/src/classes/MetadataService.cls 5597 26 5597 119 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 'forecastCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3378 /apex-mdapi/src/classes/MetadataService.cls 5598 26 5598 111 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3378 /apex-mdapi/src/classes/MetadataService.cls 5598 26 5598 111 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 'highPriority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3379 /apex-mdapi/src/classes/MetadataService.cls 5599 26 5599 109 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 'probability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3379 /apex-mdapi/src/classes/MetadataService.cls 5599 26 5599 109 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 'probability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3380 /apex-mdapi/src/classes/MetadataService.cls 5600 26 5600 109 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 'reverseRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3380 /apex-mdapi/src/classes/MetadataService.cls 5600 26 5600 109 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 'reverseRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3381 /apex-mdapi/src/classes/MetadataService.cls 5601 26 5601 103 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 'reviewed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3381 /apex-mdapi/src/classes/MetadataService.cls 5601 26 5601 103 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 'reviewed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3382 /apex-mdapi/src/classes/MetadataService.cls 5602 26 5602 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3382 /apex-mdapi/src/classes/MetadataService.cls 5602 26 5602 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 'won_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3383 /apex-mdapi/src/classes/MetadataService.cls 5603 26 5603 89 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]*'
3383 /apex-mdapi/src/classes/MetadataService.cls 5603 26 5603 89 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]*'
3384 /apex-mdapi/src/classes/MetadataService.cls 5604 26 5604 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3384 /apex-mdapi/src/classes/MetadataService.cls 5604 26 5604 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3385 /apex-mdapi/src/classes/MetadataService.cls 5605 26 5605 271 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]*'
3385 /apex-mdapi/src/classes/MetadataService.cls 5605 26 5605 271 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]*'
3386 /apex-mdapi/src/classes/MetadataService.cls 5607 12 5612 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3386 /apex-mdapi/src/classes/MetadataService.cls 5607 12 5612 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3387 /apex-mdapi/src/classes/MetadataService.cls 5609 26 5609 102 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3387 /apex-mdapi/src/classes/MetadataService.cls 5609 26 5609 102 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3388 /apex-mdapi/src/classes/MetadataService.cls 5610 26 5610 89 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]*'
3388 /apex-mdapi/src/classes/MetadataService.cls 5610 26 5610 89 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]*'
3389 /apex-mdapi/src/classes/MetadataService.cls 5611 26 5611 73 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]*'
3389 /apex-mdapi/src/classes/MetadataService.cls 5611 26 5611 73 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]*'
3390 /apex-mdapi/src/classes/MetadataService.cls 5613 12 5632 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3390 /apex-mdapi/src/classes/MetadataService.cls 5613 12 5632 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3391 /apex-mdapi/src/classes/MetadataService.cls 5613 12 5632 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3391 /apex-mdapi/src/classes/MetadataService.cls 5613 12 5632 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3392 /apex-mdapi/src/classes/MetadataService.cls 5622 26 5622 107 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3392 /apex-mdapi/src/classes/MetadataService.cls 5622 26 5622 107 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3393 /apex-mdapi/src/classes/MetadataService.cls 5623 26 5623 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 'assignedToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3393 /apex-mdapi/src/classes/MetadataService.cls 5623 26 5623 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 'assignedToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3394 /apex-mdapi/src/classes/MetadataService.cls 5624 26 5624 115 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 'assignedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3394 /apex-mdapi/src/classes/MetadataService.cls 5624 26 5624 115 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 'assignedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3395 /apex-mdapi/src/classes/MetadataService.cls 5625 26 5625 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 'minutesToEscalation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3395 /apex-mdapi/src/classes/MetadataService.cls 5625 26 5625 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 'minutesToEscalation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3396 /apex-mdapi/src/classes/MetadataService.cls 5626 26 5626 117 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 'notifyCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3396 /apex-mdapi/src/classes/MetadataService.cls 5626 26 5626 117 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 'notifyCaseOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3397 /apex-mdapi/src/classes/MetadataService.cls 5627 26 5627 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 'notifyEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3397 /apex-mdapi/src/classes/MetadataService.cls 5627 26 5627 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 'notifyEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3398 /apex-mdapi/src/classes/MetadataService.cls 5628 26 5628 103 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 'notifyTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3398 /apex-mdapi/src/classes/MetadataService.cls 5628 26 5628 103 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 'notifyTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3399 /apex-mdapi/src/classes/MetadataService.cls 5629 26 5629 119 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 'notifyToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3399 /apex-mdapi/src/classes/MetadataService.cls 5629 26 5629 119 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 'notifyToTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3400 /apex-mdapi/src/classes/MetadataService.cls 5630 26 5630 89 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]*'
3400 /apex-mdapi/src/classes/MetadataService.cls 5630 26 5630 89 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]*'
3401 /apex-mdapi/src/classes/MetadataService.cls 5631 26 5631 198 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]*'
3401 /apex-mdapi/src/classes/MetadataService.cls 5631 26 5631 198 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]*'
3402 /apex-mdapi/src/classes/MetadataService.cls 5633 12 5646 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3402 /apex-mdapi/src/classes/MetadataService.cls 5633 12 5646 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3403 /apex-mdapi/src/classes/MetadataService.cls 5636 26 5636 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3403 /apex-mdapi/src/classes/MetadataService.cls 5636 26 5636 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3404 /apex-mdapi/src/classes/MetadataService.cls 5639 23 5639 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]*'
3404 /apex-mdapi/src/classes/MetadataService.cls 5639 23 5639 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]*'
3405 /apex-mdapi/src/classes/MetadataService.cls 5640 26 5640 97 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 'index_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3405 /apex-mdapi/src/classes/MetadataService.cls 5640 26 5640 97 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 'index_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3406 /apex-mdapi/src/classes/MetadataService.cls 5641 26 5641 105 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 'textField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3406 /apex-mdapi/src/classes/MetadataService.cls 5641 26 5641 105 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 'textField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3407 /apex-mdapi/src/classes/MetadataService.cls 5642 26 5642 97 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]*'
3407 /apex-mdapi/src/classes/MetadataService.cls 5642 26 5642 97 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]*'
3408 /apex-mdapi/src/classes/MetadataService.cls 5643 26 5643 89 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]*'
3408 /apex-mdapi/src/classes/MetadataService.cls 5643 26 5643 89 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]*'
3409 /apex-mdapi/src/classes/MetadataService.cls 5644 26 5644 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3409 /apex-mdapi/src/classes/MetadataService.cls 5644 26 5644 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3410 /apex-mdapi/src/classes/MetadataService.cls 5645 26 5645 104 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]*'
3410 /apex-mdapi/src/classes/MetadataService.cls 5645 26 5645 104 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]*'
3411 /apex-mdapi/src/classes/MetadataService.cls 5647 12 5656 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3411 /apex-mdapi/src/classes/MetadataService.cls 5647 12 5656 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3412 /apex-mdapi/src/classes/MetadataService.cls 5651 26 5651 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3412 /apex-mdapi/src/classes/MetadataService.cls 5651 26 5651 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3413 /apex-mdapi/src/classes/MetadataService.cls 5652 26 5652 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 'salesforceActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3413 /apex-mdapi/src/classes/MetadataService.cls 5652 26 5652 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 'salesforceActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3414 /apex-mdapi/src/classes/MetadataService.cls 5653 26 5653 105 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 'sortIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3414 /apex-mdapi/src/classes/MetadataService.cls 5653 26 5653 105 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 'sortIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3415 /apex-mdapi/src/classes/MetadataService.cls 5654 26 5654 89 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]*'
3415 /apex-mdapi/src/classes/MetadataService.cls 5654 26 5654 89 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]*'
3416 /apex-mdapi/src/classes/MetadataService.cls 5655 26 5655 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3416 /apex-mdapi/src/classes/MetadataService.cls 5655 26 5655 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3417 /apex-mdapi/src/classes/MetadataService.cls 5657 12 5680 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3417 /apex-mdapi/src/classes/MetadataService.cls 5657 12 5680 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3418 /apex-mdapi/src/classes/MetadataService.cls 5657 12 5680 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3418 /apex-mdapi/src/classes/MetadataService.cls 5657 12 5680 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3419 /apex-mdapi/src/classes/MetadataService.cls 5660 26 5660 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3419 /apex-mdapi/src/classes/MetadataService.cls 5660 26 5660 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3420 /apex-mdapi/src/classes/MetadataService.cls 5669 26 5669 100 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 'alerts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3420 /apex-mdapi/src/classes/MetadataService.cls 5669 26 5669 100 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 'alerts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3421 /apex-mdapi/src/classes/MetadataService.cls 5670 26 5670 112 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 'fieldUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3421 /apex-mdapi/src/classes/MetadataService.cls 5670 26 5670 112 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 'fieldUpdates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3422 /apex-mdapi/src/classes/MetadataService.cls 5671 26 5671 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 'flowActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3422 /apex-mdapi/src/classes/MetadataService.cls 5671 26 5671 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 'flowActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3423 /apex-mdapi/src/classes/MetadataService.cls 5672 26 5672 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 'knowledgePublishes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3423 /apex-mdapi/src/classes/MetadataService.cls 5672 26 5672 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 'knowledgePublishes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3424 /apex-mdapi/src/classes/MetadataService.cls 5673 26 5673 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 'outboundMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3424 /apex-mdapi/src/classes/MetadataService.cls 5673 26 5673 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 'outboundMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3425 /apex-mdapi/src/classes/MetadataService.cls 5674 26 5674 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3425 /apex-mdapi/src/classes/MetadataService.cls 5674 26 5674 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3426 /apex-mdapi/src/classes/MetadataService.cls 5675 26 5675 96 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 'send_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3426 /apex-mdapi/src/classes/MetadataService.cls 5675 26 5675 96 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 'send_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3427 /apex-mdapi/src/classes/MetadataService.cls 5676 26 5676 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 'tasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3427 /apex-mdapi/src/classes/MetadataService.cls 5676 26 5676 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 'tasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3428 /apex-mdapi/src/classes/MetadataService.cls 5677 26 5677 89 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]*'
3428 /apex-mdapi/src/classes/MetadataService.cls 5677 26 5677 89 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]*'
3429 /apex-mdapi/src/classes/MetadataService.cls 5678 26 5678 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3429 /apex-mdapi/src/classes/MetadataService.cls 5678 26 5678 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3430 /apex-mdapi/src/classes/MetadataService.cls 5679 26 5679 176 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]*'
3430 /apex-mdapi/src/classes/MetadataService.cls 5679 26 5679 176 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]*'
3431 /apex-mdapi/src/classes/MetadataService.cls 5681 12 5686 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3431 /apex-mdapi/src/classes/MetadataService.cls 5681 12 5686 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3432 /apex-mdapi/src/classes/MetadataService.cls 5683 26 5683 96 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 'role_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3432 /apex-mdapi/src/classes/MetadataService.cls 5683 26 5683 96 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 'role_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3433 /apex-mdapi/src/classes/MetadataService.cls 5684 26 5684 89 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]*'
3433 /apex-mdapi/src/classes/MetadataService.cls 5684 26 5684 89 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]*'
3434 /apex-mdapi/src/classes/MetadataService.cls 5685 26 5685 70 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]*'
3434 /apex-mdapi/src/classes/MetadataService.cls 5685 26 5685 70 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]*'
3435 /apex-mdapi/src/classes/MetadataService.cls 5687 12 5704 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3435 /apex-mdapi/src/classes/MetadataService.cls 5687 12 5704 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3436 /apex-mdapi/src/classes/MetadataService.cls 5687 12 5704 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3436 /apex-mdapi/src/classes/MetadataService.cls 5687 12 5704 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3437 /apex-mdapi/src/classes/MetadataService.cls 5690 26 5690 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3437 /apex-mdapi/src/classes/MetadataService.cls 5690 26 5690 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3438 /apex-mdapi/src/classes/MetadataService.cls 5695 24 5695 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
3438 /apex-mdapi/src/classes/MetadataService.cls 5695 24 5695 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
3439 /apex-mdapi/src/classes/MetadataService.cls 5696 26 5696 99 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3439 /apex-mdapi/src/classes/MetadataService.cls 5696 26 5696 99 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3440 /apex-mdapi/src/classes/MetadataService.cls 5697 26 5697 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3440 /apex-mdapi/src/classes/MetadataService.cls 5697 26 5697 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3441 /apex-mdapi/src/classes/MetadataService.cls 5698 26 5698 97 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]*'
3441 /apex-mdapi/src/classes/MetadataService.cls 5698 26 5698 97 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]*'
3442 /apex-mdapi/src/classes/MetadataService.cls 5699 26 5699 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3442 /apex-mdapi/src/classes/MetadataService.cls 5699 26 5699 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3443 /apex-mdapi/src/classes/MetadataService.cls 5700 26 5700 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3443 /apex-mdapi/src/classes/MetadataService.cls 5700 26 5700 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3444 /apex-mdapi/src/classes/MetadataService.cls 5701 26 5701 89 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]*'
3444 /apex-mdapi/src/classes/MetadataService.cls 5701 26 5701 89 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]*'
3445 /apex-mdapi/src/classes/MetadataService.cls 5702 26 5702 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3445 /apex-mdapi/src/classes/MetadataService.cls 5702 26 5702 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3446 /apex-mdapi/src/classes/MetadataService.cls 5703 26 5703 131 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]*'
3446 /apex-mdapi/src/classes/MetadataService.cls 5703 26 5703 131 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]*'
3447 /apex-mdapi/src/classes/MetadataService.cls 5705 12 5726 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3447 /apex-mdapi/src/classes/MetadataService.cls 5705 12 5726 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3448 /apex-mdapi/src/classes/MetadataService.cls 5705 12 5726 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3448 /apex-mdapi/src/classes/MetadataService.cls 5705 12 5726 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3449 /apex-mdapi/src/classes/MetadataService.cls 5715 26 5715 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3449 /apex-mdapi/src/classes/MetadataService.cls 5715 26 5715 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3450 /apex-mdapi/src/classes/MetadataService.cls 5716 26 5716 99 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3450 /apex-mdapi/src/classes/MetadataService.cls 5716 26 5716 99 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3451 /apex-mdapi/src/classes/MetadataService.cls 5717 26 5717 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 'help_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3451 /apex-mdapi/src/classes/MetadataService.cls 5717 26 5717 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 'help_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3452 /apex-mdapi/src/classes/MetadataService.cls 5718 26 5718 97 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]*'
3452 /apex-mdapi/src/classes/MetadataService.cls 5718 26 5718 97 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]*'
3453 /apex-mdapi/src/classes/MetadataService.cls 5719 26 5719 111 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3453 /apex-mdapi/src/classes/MetadataService.cls 5719 26 5719 111 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3454 /apex-mdapi/src/classes/MetadataService.cls 5720 26 5720 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3454 /apex-mdapi/src/classes/MetadataService.cls 5720 26 5720 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3455 /apex-mdapi/src/classes/MetadataService.cls 5721 26 5721 116 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]*'
3455 /apex-mdapi/src/classes/MetadataService.cls 5721 26 5721 116 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]*'
3456 /apex-mdapi/src/classes/MetadataService.cls 5722 26 5722 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3456 /apex-mdapi/src/classes/MetadataService.cls 5722 26 5722 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3457 /apex-mdapi/src/classes/MetadataService.cls 5723 26 5723 107 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3457 /apex-mdapi/src/classes/MetadataService.cls 5723 26 5723 107 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3458 /apex-mdapi/src/classes/MetadataService.cls 5724 26 5724 89 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]*'
3458 /apex-mdapi/src/classes/MetadataService.cls 5724 26 5724 89 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]*'
3459 /apex-mdapi/src/classes/MetadataService.cls 5725 26 5725 172 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]*'
3459 /apex-mdapi/src/classes/MetadataService.cls 5725 26 5725 172 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]*'
3460 /apex-mdapi/src/classes/MetadataService.cls 5727 12 5736 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3460 /apex-mdapi/src/classes/MetadataService.cls 5727 12 5736 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3461 /apex-mdapi/src/classes/MetadataService.cls 5731 26 5731 103 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 'behavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3461 /apex-mdapi/src/classes/MetadataService.cls 5731 26 5731 103 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 'behavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3462 /apex-mdapi/src/classes/MetadataService.cls 5732 26 5732 103 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 'fileType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3462 /apex-mdapi/src/classes/MetadataService.cls 5732 26 5732 103 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 'fileType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3463 /apex-mdapi/src/classes/MetadataService.cls 5733 26 5733 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 'securityRiskFileType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3463 /apex-mdapi/src/classes/MetadataService.cls 5733 26 5733 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 'securityRiskFileType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3464 /apex-mdapi/src/classes/MetadataService.cls 5734 26 5734 89 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]*'
3464 /apex-mdapi/src/classes/MetadataService.cls 5734 26 5734 89 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]*'
3465 /apex-mdapi/src/classes/MetadataService.cls 5735 26 5735 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3465 /apex-mdapi/src/classes/MetadataService.cls 5735 26 5735 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3466 /apex-mdapi/src/classes/MetadataService.cls 5737 12 5742 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3466 /apex-mdapi/src/classes/MetadataService.cls 5737 12 5742 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3467 /apex-mdapi/src/classes/MetadataService.cls 5739 26 5739 104 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 'mappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3467 /apex-mdapi/src/classes/MetadataService.cls 5739 26 5739 104 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 'mappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3468 /apex-mdapi/src/classes/MetadataService.cls 5740 26 5740 89 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]*'
3468 /apex-mdapi/src/classes/MetadataService.cls 5740 26 5740 89 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]*'
3469 /apex-mdapi/src/classes/MetadataService.cls 5741 26 5741 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3469 /apex-mdapi/src/classes/MetadataService.cls 5741 26 5741 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3470 /apex-mdapi/src/classes/MetadataService.cls 5743 12 5754 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3470 /apex-mdapi/src/classes/MetadataService.cls 5743 12 5754 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3471 /apex-mdapi/src/classes/MetadataService.cls 5748 26 5748 101 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 'channel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3471 /apex-mdapi/src/classes/MetadataService.cls 5748 26 5748 101 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 'channel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3472 /apex-mdapi/src/classes/MetadataService.cls 5749 26 5749 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3472 /apex-mdapi/src/classes/MetadataService.cls 5749 26 5749 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3473 /apex-mdapi/src/classes/MetadataService.cls 5750 26 5750 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 'rank_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3473 /apex-mdapi/src/classes/MetadataService.cls 5750 26 5750 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 'rank_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3474 /apex-mdapi/src/classes/MetadataService.cls 5751 26 5751 131 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 'recommendationAudience_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3474 /apex-mdapi/src/classes/MetadataService.cls 5751 26 5751 131 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 'recommendationAudience_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3475 /apex-mdapi/src/classes/MetadataService.cls 5752 26 5752 89 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]*'
3475 /apex-mdapi/src/classes/MetadataService.cls 5752 26 5752 89 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]*'
3476 /apex-mdapi/src/classes/MetadataService.cls 5753 26 5753 115 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]*'
3476 /apex-mdapi/src/classes/MetadataService.cls 5753 26 5753 115 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]*'
3477 /apex-mdapi/src/classes/MetadataService.cls 5755 12 5762 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3477 /apex-mdapi/src/classes/MetadataService.cls 5755 12 5762 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3478 /apex-mdapi/src/classes/MetadataService.cls 5758 26 5758 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3478 /apex-mdapi/src/classes/MetadataService.cls 5758 26 5758 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3479 /apex-mdapi/src/classes/MetadataService.cls 5759 26 5759 104 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 'criteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3479 /apex-mdapi/src/classes/MetadataService.cls 5759 26 5759 104 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 'criteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3480 /apex-mdapi/src/classes/MetadataService.cls 5760 26 5760 89 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]*'
3480 /apex-mdapi/src/classes/MetadataService.cls 5760 26 5760 89 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]*'
3481 /apex-mdapi/src/classes/MetadataService.cls 5761 26 5761 90 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]*'
3481 /apex-mdapi/src/classes/MetadataService.cls 5761 26 5761 90 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]*'
3482 /apex-mdapi/src/classes/MetadataService.cls 5763 12 5782 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3482 /apex-mdapi/src/classes/MetadataService.cls 5763 12 5782 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3483 /apex-mdapi/src/classes/MetadataService.cls 5763 12 5782 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3483 /apex-mdapi/src/classes/MetadataService.cls 5763 12 5782 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3484 /apex-mdapi/src/classes/MetadataService.cls 5766 26 5766 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3484 /apex-mdapi/src/classes/MetadataService.cls 5766 26 5766 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3485 /apex-mdapi/src/classes/MetadataService.cls 5773 26 5773 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3485 /apex-mdapi/src/classes/MetadataService.cls 5773 26 5773 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3486 /apex-mdapi/src/classes/MetadataService.cls 5774 26 5774 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3486 /apex-mdapi/src/classes/MetadataService.cls 5774 26 5774 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3487 /apex-mdapi/src/classes/MetadataService.cls 5775 26 5775 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3487 /apex-mdapi/src/classes/MetadataService.cls 5775 26 5775 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3488 /apex-mdapi/src/classes/MetadataService.cls 5776 26 5776 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3488 /apex-mdapi/src/classes/MetadataService.cls 5776 26 5776 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3489 /apex-mdapi/src/classes/MetadataService.cls 5777 26 5777 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 'visualizationResources_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3489 /apex-mdapi/src/classes/MetadataService.cls 5777 26 5777 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 'visualizationResources_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3490 /apex-mdapi/src/classes/MetadataService.cls 5778 26 5778 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 'visualizationTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3490 /apex-mdapi/src/classes/MetadataService.cls 5778 26 5778 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 'visualizationTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3491 /apex-mdapi/src/classes/MetadataService.cls 5779 26 5779 89 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]*'
3491 /apex-mdapi/src/classes/MetadataService.cls 5779 26 5779 89 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]*'
3492 /apex-mdapi/src/classes/MetadataService.cls 5780 26 5780 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3492 /apex-mdapi/src/classes/MetadataService.cls 5780 26 5780 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3493 /apex-mdapi/src/classes/MetadataService.cls 5781 26 5781 172 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]*'
3493 /apex-mdapi/src/classes/MetadataService.cls 5781 26 5781 172 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]*'
3494 /apex-mdapi/src/classes/MetadataService.cls 5783 12 5792 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3494 /apex-mdapi/src/classes/MetadataService.cls 5783 12 5792 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3495 /apex-mdapi/src/classes/MetadataService.cls 5787 26 5787 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3495 /apex-mdapi/src/classes/MetadataService.cls 5787 26 5787 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3496 /apex-mdapi/src/classes/MetadataService.cls 5788 26 5788 97 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]*'
3496 /apex-mdapi/src/classes/MetadataService.cls 5788 26 5788 97 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]*'
3497 /apex-mdapi/src/classes/MetadataService.cls 5789 26 5789 107 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 'scriptType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3497 /apex-mdapi/src/classes/MetadataService.cls 5789 26 5789 107 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 'scriptType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3498 /apex-mdapi/src/classes/MetadataService.cls 5790 26 5790 89 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]*'
3498 /apex-mdapi/src/classes/MetadataService.cls 5790 26 5790 89 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]*'
3499 /apex-mdapi/src/classes/MetadataService.cls 5791 26 5791 97 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]*'
3499 /apex-mdapi/src/classes/MetadataService.cls 5791 26 5791 97 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]*'
3500 /apex-mdapi/src/classes/MetadataService.cls 5793 12 5798 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3500 /apex-mdapi/src/classes/MetadataService.cls 5793 12 5798 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3501 /apex-mdapi/src/classes/MetadataService.cls 5795 26 5795 109 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]*'
3501 /apex-mdapi/src/classes/MetadataService.cls 5795 26 5795 109 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]*'
3502 /apex-mdapi/src/classes/MetadataService.cls 5796 26 5796 89 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]*'
3502 /apex-mdapi/src/classes/MetadataService.cls 5796 26 5796 89 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]*'
3503 /apex-mdapi/src/classes/MetadataService.cls 5797 26 5797 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]*'
3503 /apex-mdapi/src/classes/MetadataService.cls 5797 26 5797 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]*'
3504 /apex-mdapi/src/classes/MetadataService.cls 5799 12 5814 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3504 /apex-mdapi/src/classes/MetadataService.cls 5799 12 5814 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3505 /apex-mdapi/src/classes/MetadataService.cls 5802 26 5802 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3505 /apex-mdapi/src/classes/MetadataService.cls 5802 26 5802 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3506 /apex-mdapi/src/classes/MetadataService.cls 5804 26 5804 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3506 /apex-mdapi/src/classes/MetadataService.cls 5804 26 5804 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3507 /apex-mdapi/src/classes/MetadataService.cls 5808 26 5808 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3507 /apex-mdapi/src/classes/MetadataService.cls 5808 26 5808 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3508 /apex-mdapi/src/classes/MetadataService.cls 5809 26 5809 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3508 /apex-mdapi/src/classes/MetadataService.cls 5809 26 5809 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3509 /apex-mdapi/src/classes/MetadataService.cls 5810 26 5810 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3509 /apex-mdapi/src/classes/MetadataService.cls 5810 26 5810 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3510 /apex-mdapi/src/classes/MetadataService.cls 5811 26 5811 89 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]*'
3510 /apex-mdapi/src/classes/MetadataService.cls 5811 26 5811 89 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]*'
3511 /apex-mdapi/src/classes/MetadataService.cls 5812 26 5812 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3511 /apex-mdapi/src/classes/MetadataService.cls 5812 26 5812 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3512 /apex-mdapi/src/classes/MetadataService.cls 5813 26 5813 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_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3512 /apex-mdapi/src/classes/MetadataService.cls 5813 26 5813 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_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3513 /apex-mdapi/src/classes/MetadataService.cls 5815 12 5826 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3513 /apex-mdapi/src/classes/MetadataService.cls 5815 12 5826 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3514 /apex-mdapi/src/classes/MetadataService.cls 5816 23 5816 34 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' doesn't match '[a-z][a-zA-Z0-9]*'
3514 /apex-mdapi/src/classes/MetadataService.cls 5816 23 5816 34 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' doesn't match '[a-z][a-zA-Z0-9]*'
3515 /apex-mdapi/src/classes/MetadataService.cls 5820 26 5820 109 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]*'
3515 /apex-mdapi/src/classes/MetadataService.cls 5820 26 5820 109 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]*'
3516 /apex-mdapi/src/classes/MetadataService.cls 5821 26 5821 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 'fieldMappingFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3516 /apex-mdapi/src/classes/MetadataService.cls 5821 26 5821 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 'fieldMappingFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3517 /apex-mdapi/src/classes/MetadataService.cls 5822 26 5822 105 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 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3517 /apex-mdapi/src/classes/MetadataService.cls 5822 26 5822 105 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 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3518 /apex-mdapi/src/classes/MetadataService.cls 5823 26 5823 119 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 'mappingOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3518 /apex-mdapi/src/classes/MetadataService.cls 5823 26 5823 119 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 'mappingOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3519 /apex-mdapi/src/classes/MetadataService.cls 5824 26 5824 89 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]*'
3519 /apex-mdapi/src/classes/MetadataService.cls 5824 26 5824 89 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]*'
3520 /apex-mdapi/src/classes/MetadataService.cls 5825 26 5825 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3520 /apex-mdapi/src/classes/MetadataService.cls 5825 26 5825 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3521 /apex-mdapi/src/classes/MetadataService.cls 5827 12 5846 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3521 /apex-mdapi/src/classes/MetadataService.cls 5827 12 5846 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3522 /apex-mdapi/src/classes/MetadataService.cls 5827 12 5846 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3522 /apex-mdapi/src/classes/MetadataService.cls 5827 12 5846 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3523 /apex-mdapi/src/classes/MetadataService.cls 5830 26 5830 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3523 /apex-mdapi/src/classes/MetadataService.cls 5830 26 5830 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3524 /apex-mdapi/src/classes/MetadataService.cls 5836 23 5836 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]*'
3524 /apex-mdapi/src/classes/MetadataService.cls 5836 23 5836 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]*'
3525 /apex-mdapi/src/classes/MetadataService.cls 5837 26 5837 113 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3525 /apex-mdapi/src/classes/MetadataService.cls 5837 26 5837 113 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3526 /apex-mdapi/src/classes/MetadataService.cls 5838 26 5838 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 'casesPerEntitlement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3526 /apex-mdapi/src/classes/MetadataService.cls 5838 26 5838 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 'casesPerEntitlement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3527 /apex-mdapi/src/classes/MetadataService.cls 5839 26 5839 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 'entitlementProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3527 /apex-mdapi/src/classes/MetadataService.cls 5839 26 5839 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 'entitlementProcess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3528 /apex-mdapi/src/classes/MetadataService.cls 5840 26 5840 113 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 'isPerIncident_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3528 /apex-mdapi/src/classes/MetadataService.cls 5840 26 5840 113 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 'isPerIncident_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3529 /apex-mdapi/src/classes/MetadataService.cls 5841 26 5841 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 'term_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3529 /apex-mdapi/src/classes/MetadataService.cls 5841 26 5841 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 'term_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3530 /apex-mdapi/src/classes/MetadataService.cls 5842 26 5842 97 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]*'
3530 /apex-mdapi/src/classes/MetadataService.cls 5842 26 5842 97 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]*'
3531 /apex-mdapi/src/classes/MetadataService.cls 5843 26 5843 89 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]*'
3531 /apex-mdapi/src/classes/MetadataService.cls 5843 26 5843 89 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]*'
3532 /apex-mdapi/src/classes/MetadataService.cls 5844 26 5844 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3532 /apex-mdapi/src/classes/MetadataService.cls 5844 26 5844 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3533 /apex-mdapi/src/classes/MetadataService.cls 5845 26 5845 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3533 /apex-mdapi/src/classes/MetadataService.cls 5845 26 5845 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3534 /apex-mdapi/src/classes/MetadataService.cls 5847 12 5858 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3534 /apex-mdapi/src/classes/MetadataService.cls 5847 12 5858 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3535 /apex-mdapi/src/classes/MetadataService.cls 5850 26 5850 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3535 /apex-mdapi/src/classes/MetadataService.cls 5850 26 5850 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3536 /apex-mdapi/src/classes/MetadataService.cls 5853 26 5853 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 'doesIncludeBosses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3536 /apex-mdapi/src/classes/MetadataService.cls 5853 26 5853 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 'doesIncludeBosses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3537 /apex-mdapi/src/classes/MetadataService.cls 5854 26 5854 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3537 /apex-mdapi/src/classes/MetadataService.cls 5854 26 5854 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3538 /apex-mdapi/src/classes/MetadataService.cls 5855 26 5855 89 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]*'
3538 /apex-mdapi/src/classes/MetadataService.cls 5855 26 5855 89 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]*'
3539 /apex-mdapi/src/classes/MetadataService.cls 5856 26 5856 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3539 /apex-mdapi/src/classes/MetadataService.cls 5856 26 5856 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3540 /apex-mdapi/src/classes/MetadataService.cls 5857 26 5857 102 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]*'
3540 /apex-mdapi/src/classes/MetadataService.cls 5857 26 5857 102 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]*'
3541 /apex-mdapi/src/classes/MetadataService.cls 5859 12 5864 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3541 /apex-mdapi/src/classes/MetadataService.cls 5859 12 5864 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3542 /apex-mdapi/src/classes/MetadataService.cls 5861 26 5861 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 'recordDisplayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3542 /apex-mdapi/src/classes/MetadataService.cls 5861 26 5861 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 'recordDisplayField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3543 /apex-mdapi/src/classes/MetadataService.cls 5862 26 5862 89 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]*'
3543 /apex-mdapi/src/classes/MetadataService.cls 5862 26 5862 89 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]*'
3544 /apex-mdapi/src/classes/MetadataService.cls 5863 26 5863 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]*'
3544 /apex-mdapi/src/classes/MetadataService.cls 5863 26 5863 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]*'
3545 /apex-mdapi/src/classes/MetadataService.cls 5865 12 5894 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3545 /apex-mdapi/src/classes/MetadataService.cls 5865 12 5894 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3546 /apex-mdapi/src/classes/MetadataService.cls 5865 12 5894 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3546 /apex-mdapi/src/classes/MetadataService.cls 5865 12 5894 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3547 /apex-mdapi/src/classes/MetadataService.cls 5879 26 5879 113 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 'canonicalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3547 /apex-mdapi/src/classes/MetadataService.cls 5879 26 5879 113 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 'canonicalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3548 /apex-mdapi/src/classes/MetadataService.cls 5880 26 5880 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 'canonicalNameBindingChar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3548 /apex-mdapi/src/classes/MetadataService.cls 5880 26 5880 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 'canonicalNameBindingChar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3549 /apex-mdapi/src/classes/MetadataService.cls 5881 26 5881 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3549 /apex-mdapi/src/classes/MetadataService.cls 5881 26 5881 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3550 /apex-mdapi/src/classes/MetadataService.cls 5882 26 5882 105 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 'isEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3550 /apex-mdapi/src/classes/MetadataService.cls 5882 26 5882 105 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 'isEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3551 /apex-mdapi/src/classes/MetadataService.cls 5883 26 5883 109 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3551 /apex-mdapi/src/classes/MetadataService.cls 5883 26 5883 109 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3552 /apex-mdapi/src/classes/MetadataService.cls 5884 26 5884 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3552 /apex-mdapi/src/classes/MetadataService.cls 5884 26 5884 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3553 /apex-mdapi/src/classes/MetadataService.cls 5885 26 5885 115 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 'setupNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3553 /apex-mdapi/src/classes/MetadataService.cls 5885 26 5885 115 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 'setupNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3554 /apex-mdapi/src/classes/MetadataService.cls 5886 26 5886 117 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 'setupSimpleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3554 /apex-mdapi/src/classes/MetadataService.cls 5886 26 5886 117 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 'setupSimpleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3555 /apex-mdapi/src/classes/MetadataService.cls 5887 26 5887 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 'uUID_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3555 /apex-mdapi/src/classes/MetadataService.cls 5887 26 5887 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 'uUID_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3556 /apex-mdapi/src/classes/MetadataService.cls 5888 26 5888 101 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3556 /apex-mdapi/src/classes/MetadataService.cls 5888 26 5888 101 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3557 /apex-mdapi/src/classes/MetadataService.cls 5889 26 5889 111 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 'versionBuild_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3557 /apex-mdapi/src/classes/MetadataService.cls 5889 26 5889 111 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 'versionBuild_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3558 /apex-mdapi/src/classes/MetadataService.cls 5890 26 5890 111 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 'versionMajor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3558 /apex-mdapi/src/classes/MetadataService.cls 5890 26 5890 111 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 'versionMajor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3559 /apex-mdapi/src/classes/MetadataService.cls 5891 26 5891 111 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 'versionMinor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3559 /apex-mdapi/src/classes/MetadataService.cls 5891 26 5891 111 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 'versionMinor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3560 /apex-mdapi/src/classes/MetadataService.cls 5892 26 5892 89 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]*'
3560 /apex-mdapi/src/classes/MetadataService.cls 5892 26 5892 89 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]*'
3561 /apex-mdapi/src/classes/MetadataService.cls 5893 26 5893 257 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]*'
3561 /apex-mdapi/src/classes/MetadataService.cls 5893 26 5893 257 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]*'
3562 /apex-mdapi/src/classes/MetadataService.cls 5895 12 5900 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3562 /apex-mdapi/src/classes/MetadataService.cls 5895 12 5900 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3563 /apex-mdapi/src/classes/MetadataService.cls 5897 26 5897 104 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3563 /apex-mdapi/src/classes/MetadataService.cls 5897 26 5897 104 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3564 /apex-mdapi/src/classes/MetadataService.cls 5898 26 5898 89 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]*'
3564 /apex-mdapi/src/classes/MetadataService.cls 5898 26 5898 89 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]*'
3565 /apex-mdapi/src/classes/MetadataService.cls 5899 26 5899 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3565 /apex-mdapi/src/classes/MetadataService.cls 5899 26 5899 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3566 /apex-mdapi/src/classes/MetadataService.cls 5901 12 5906 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3566 /apex-mdapi/src/classes/MetadataService.cls 5901 12 5906 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3567 /apex-mdapi/src/classes/MetadataService.cls 5903 26 5903 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3567 /apex-mdapi/src/classes/MetadataService.cls 5903 26 5903 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3568 /apex-mdapi/src/classes/MetadataService.cls 5904 26 5904 89 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]*'
3568 /apex-mdapi/src/classes/MetadataService.cls 5904 26 5904 89 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]*'
3569 /apex-mdapi/src/classes/MetadataService.cls 5905 26 5905 70 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]*'
3569 /apex-mdapi/src/classes/MetadataService.cls 5905 26 5905 70 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]*'
3570 /apex-mdapi/src/classes/MetadataService.cls 5907 20 5909 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3570 /apex-mdapi/src/classes/MetadataService.cls 5907 20 5909 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3571 /apex-mdapi/src/classes/MetadataService.cls 5910 12 5917 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3571 /apex-mdapi/src/classes/MetadataService.cls 5910 12 5917 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3572 /apex-mdapi/src/classes/MetadataService.cls 5913 26 5913 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3572 /apex-mdapi/src/classes/MetadataService.cls 5913 26 5913 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 'categories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3573 /apex-mdapi/src/classes/MetadataService.cls 5914 26 5914 107 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 'debugLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3573 /apex-mdapi/src/classes/MetadataService.cls 5914 26 5914 107 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 'debugLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3574 /apex-mdapi/src/classes/MetadataService.cls 5915 26 5915 89 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]*'
3574 /apex-mdapi/src/classes/MetadataService.cls 5915 26 5915 89 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]*'
3575 /apex-mdapi/src/classes/MetadataService.cls 5916 26 5916 89 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]*'
3575 /apex-mdapi/src/classes/MetadataService.cls 5916 26 5916 89 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]*'
3576 /apex-mdapi/src/classes/MetadataService.cls 5918 12 5923 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3576 /apex-mdapi/src/classes/MetadataService.cls 5918 12 5923 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3577 /apex-mdapi/src/classes/MetadataService.cls 5920 26 5920 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3577 /apex-mdapi/src/classes/MetadataService.cls 5920 26 5920 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3578 /apex-mdapi/src/classes/MetadataService.cls 5921 26 5921 89 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]*'
3578 /apex-mdapi/src/classes/MetadataService.cls 5921 26 5921 89 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]*'
3579 /apex-mdapi/src/classes/MetadataService.cls 5922 26 5922 71 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]*'
3579 /apex-mdapi/src/classes/MetadataService.cls 5922 26 5922 71 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]*'
3580 /apex-mdapi/src/classes/MetadataService.cls 5924 12 5931 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3580 /apex-mdapi/src/classes/MetadataService.cls 5924 12 5931 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3581 /apex-mdapi/src/classes/MetadataService.cls 5927 26 5927 103 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 'apexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3581 /apex-mdapi/src/classes/MetadataService.cls 5927 26 5927 103 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 'apexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3582 /apex-mdapi/src/classes/MetadataService.cls 5928 26 5928 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3582 /apex-mdapi/src/classes/MetadataService.cls 5928 26 5928 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3583 /apex-mdapi/src/classes/MetadataService.cls 5929 26 5929 89 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]*'
3583 /apex-mdapi/src/classes/MetadataService.cls 5929 26 5929 89 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]*'
3584 /apex-mdapi/src/classes/MetadataService.cls 5930 26 5930 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]*'
3584 /apex-mdapi/src/classes/MetadataService.cls 5930 26 5930 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]*'
3585 /apex-mdapi/src/classes/MetadataService.cls 5932 12 5969 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3585 /apex-mdapi/src/classes/MetadataService.cls 5932 12 5969 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3586 /apex-mdapi/src/classes/MetadataService.cls 5932 12 5969 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3586 /apex-mdapi/src/classes/MetadataService.cls 5932 12 5969 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3587 /apex-mdapi/src/classes/MetadataService.cls 5950 26 5950 131 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 'allowInternalUserLogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3587 /apex-mdapi/src/classes/MetadataService.cls 5950 26 5950 131 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 'allowInternalUserLogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3588 /apex-mdapi/src/classes/MetadataService.cls 5951 26 5951 103 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 'branding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3588 /apex-mdapi/src/classes/MetadataService.cls 5951 26 5951 103 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 'branding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3589 /apex-mdapi/src/classes/MetadataService.cls 5952 26 5952 141 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 'changePasswordEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3589 /apex-mdapi/src/classes/MetadataService.cls 5952 26 5952 141 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 'changePasswordEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3590 /apex-mdapi/src/classes/MetadataService.cls 5953 26 5953 117 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 'emailFooterLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3590 /apex-mdapi/src/classes/MetadataService.cls 5953 26 5953 117 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 'emailFooterLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3591 /apex-mdapi/src/classes/MetadataService.cls 5954 26 5954 117 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 'emailFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3591 /apex-mdapi/src/classes/MetadataService.cls 5954 26 5954 117 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 'emailFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3592 /apex-mdapi/src/classes/MetadataService.cls 5955 26 5955 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3592 /apex-mdapi/src/classes/MetadataService.cls 5955 26 5955 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3593 /apex-mdapi/src/classes/MetadataService.cls 5956 26 5956 117 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3593 /apex-mdapi/src/classes/MetadataService.cls 5956 26 5956 117 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3594 /apex-mdapi/src/classes/MetadataService.cls 5957 26 5957 163 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 'enableErrorPageOverridesForVisualforce_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3594 /apex-mdapi/src/classes/MetadataService.cls 5957 26 5957 163 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 'enableErrorPageOverridesForVisualforce_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3595 /apex-mdapi/src/classes/MetadataService.cls 5958 26 5958 141 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 'forgotPasswordEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3595 /apex-mdapi/src/classes/MetadataService.cls 5958 26 5958 141 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 'forgotPasswordEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3596 /apex-mdapi/src/classes/MetadataService.cls 5959 26 5959 109 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 'picassoSite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3596 /apex-mdapi/src/classes/MetadataService.cls 5959 26 5959 109 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 'picassoSite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3597 /apex-mdapi/src/classes/MetadataService.cls 5960 26 5960 109 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]*'
3597 /apex-mdapi/src/classes/MetadataService.cls 5960 26 5960 109 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]*'
3598 /apex-mdapi/src/classes/MetadataService.cls 5961 26 5961 119 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 'sendWelcomeEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3598 /apex-mdapi/src/classes/MetadataService.cls 5961 26 5961 119 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 'sendWelcomeEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3599 /apex-mdapi/src/classes/MetadataService.cls 5962 26 5962 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3599 /apex-mdapi/src/classes/MetadataService.cls 5962 26 5962 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3600 /apex-mdapi/src/classes/MetadataService.cls 5963 26 5963 131 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 'siteAsContainerEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3600 /apex-mdapi/src/classes/MetadataService.cls 5963 26 5963 131 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 'siteAsContainerEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3601 /apex-mdapi/src/classes/MetadataService.cls 5964 26 5964 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 'tabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3601 /apex-mdapi/src/classes/MetadataService.cls 5964 26 5964 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 'tabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3602 /apex-mdapi/src/classes/MetadataService.cls 5965 26 5965 113 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3602 /apex-mdapi/src/classes/MetadataService.cls 5965 26 5965 113 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3603 /apex-mdapi/src/classes/MetadataService.cls 5966 26 5966 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 'welcomeEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3603 /apex-mdapi/src/classes/MetadataService.cls 5966 26 5966 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 'welcomeEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3604 /apex-mdapi/src/classes/MetadataService.cls 5967 26 5967 89 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]*'
3604 /apex-mdapi/src/classes/MetadataService.cls 5967 26 5967 89 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]*'
3605 /apex-mdapi/src/classes/MetadataService.cls 5968 26 5968 400 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]*'
3605 /apex-mdapi/src/classes/MetadataService.cls 5968 26 5968 400 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]*'
3606 /apex-mdapi/src/classes/MetadataService.cls 5970 12 5991 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3606 /apex-mdapi/src/classes/MetadataService.cls 5970 12 5991 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3607 /apex-mdapi/src/classes/MetadataService.cls 5970 12 5991 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3607 /apex-mdapi/src/classes/MetadataService.cls 5970 12 5991 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3608 /apex-mdapi/src/classes/MetadataService.cls 5973 26 5973 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3608 /apex-mdapi/src/classes/MetadataService.cls 5973 26 5973 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3609 /apex-mdapi/src/classes/MetadataService.cls 5981 26 5981 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3609 /apex-mdapi/src/classes/MetadataService.cls 5981 26 5981 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3610 /apex-mdapi/src/classes/MetadataService.cls 5982 26 5982 97 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]*'
3610 /apex-mdapi/src/classes/MetadataService.cls 5982 26 5982 97 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]*'
3611 /apex-mdapi/src/classes/MetadataService.cls 5983 26 5983 117 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 'namedCredential_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3611 /apex-mdapi/src/classes/MetadataService.cls 5983 26 5983 117 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 'namedCredential_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3612 /apex-mdapi/src/classes/MetadataService.cls 5984 26 5984 99 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 'schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3612 /apex-mdapi/src/classes/MetadataService.cls 5984 26 5984 99 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 'schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3613 /apex-mdapi/src/classes/MetadataService.cls 5985 26 5985 107 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 'schemaType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3613 /apex-mdapi/src/classes/MetadataService.cls 5985 26 5985 107 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 'schemaType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3614 /apex-mdapi/src/classes/MetadataService.cls 5986 26 5986 105 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 'schemaUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3614 /apex-mdapi/src/classes/MetadataService.cls 5986 26 5986 105 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 'schemaUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3615 /apex-mdapi/src/classes/MetadataService.cls 5987 26 5987 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3615 /apex-mdapi/src/classes/MetadataService.cls 5987 26 5987 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3616 /apex-mdapi/src/classes/MetadataService.cls 5988 26 5988 89 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]*'
3616 /apex-mdapi/src/classes/MetadataService.cls 5988 26 5988 89 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]*'
3617 /apex-mdapi/src/classes/MetadataService.cls 5989 26 5989 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3617 /apex-mdapi/src/classes/MetadataService.cls 5989 26 5989 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3618 /apex-mdapi/src/classes/MetadataService.cls 5990 26 5990 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3618 /apex-mdapi/src/classes/MetadataService.cls 5990 26 5990 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3619 /apex-mdapi/src/classes/MetadataService.cls 5992 12 6011 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3619 /apex-mdapi/src/classes/MetadataService.cls 5992 12 6011 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3620 /apex-mdapi/src/classes/MetadataService.cls 5992 12 6011 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3620 /apex-mdapi/src/classes/MetadataService.cls 5992 12 6011 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3621 /apex-mdapi/src/classes/MetadataService.cls 5995 26 5995 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3621 /apex-mdapi/src/classes/MetadataService.cls 5995 26 5995 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3622 /apex-mdapi/src/classes/MetadataService.cls 5998 26 5998 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3622 /apex-mdapi/src/classes/MetadataService.cls 5998 26 5998 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3623 /apex-mdapi/src/classes/MetadataService.cls 5999 26 5999 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3623 /apex-mdapi/src/classes/MetadataService.cls 5999 26 5999 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3624 /apex-mdapi/src/classes/MetadataService.cls 6004 26 6004 107 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 'choiceText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3624 /apex-mdapi/src/classes/MetadataService.cls 6004 26 6004 107 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 'choiceText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3625 /apex-mdapi/src/classes/MetadataService.cls 6005 26 6005 103 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3625 /apex-mdapi/src/classes/MetadataService.cls 6005 26 6005 103 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3626 /apex-mdapi/src/classes/MetadataService.cls 6006 26 6006 105 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 'userInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3626 /apex-mdapi/src/classes/MetadataService.cls 6006 26 6006 105 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 'userInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3627 /apex-mdapi/src/classes/MetadataService.cls 6007 26 6007 97 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]*'
3627 /apex-mdapi/src/classes/MetadataService.cls 6007 26 6007 97 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]*'
3628 /apex-mdapi/src/classes/MetadataService.cls 6008 26 6008 89 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]*'
3628 /apex-mdapi/src/classes/MetadataService.cls 6008 26 6008 89 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]*'
3629 /apex-mdapi/src/classes/MetadataService.cls 6009 26 6009 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3629 /apex-mdapi/src/classes/MetadataService.cls 6009 26 6009 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3630 /apex-mdapi/src/classes/MetadataService.cls 6010 26 6010 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3630 /apex-mdapi/src/classes/MetadataService.cls 6010 26 6010 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3631 /apex-mdapi/src/classes/MetadataService.cls 6012 12 6023 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3631 /apex-mdapi/src/classes/MetadataService.cls 6012 12 6023 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3632 /apex-mdapi/src/classes/MetadataService.cls 6017 26 6017 97 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3632 /apex-mdapi/src/classes/MetadataService.cls 6017 26 6017 97 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 'color_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3633 /apex-mdapi/src/classes/MetadataService.cls 6018 26 6018 97 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]*'
3633 /apex-mdapi/src/classes/MetadataService.cls 6018 26 6018 97 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]*'
3634 /apex-mdapi/src/classes/MetadataService.cls 6019 26 6019 99 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 'member_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3634 /apex-mdapi/src/classes/MetadataService.cls 6019 26 6019 99 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 'member_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3635 /apex-mdapi/src/classes/MetadataService.cls 6020 26 6020 105 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 'sortIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3635 /apex-mdapi/src/classes/MetadataService.cls 6020 26 6020 105 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 'sortIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3636 /apex-mdapi/src/classes/MetadataService.cls 6021 26 6021 89 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]*'
3636 /apex-mdapi/src/classes/MetadataService.cls 6021 26 6021 89 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]*'
3637 /apex-mdapi/src/classes/MetadataService.cls 6022 26 6022 100 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]*'
3637 /apex-mdapi/src/classes/MetadataService.cls 6022 26 6022 100 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]*'
3638 /apex-mdapi/src/classes/MetadataService.cls 6024 12 6063 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3638 /apex-mdapi/src/classes/MetadataService.cls 6024 12 6063 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3639 /apex-mdapi/src/classes/MetadataService.cls 6024 12 6063 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3639 /apex-mdapi/src/classes/MetadataService.cls 6024 12 6063 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3640 /apex-mdapi/src/classes/MetadataService.cls 6027 26 6027 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3640 /apex-mdapi/src/classes/MetadataService.cls 6027 26 6027 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3641 /apex-mdapi/src/classes/MetadataService.cls 6044 26 6044 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 'attributes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3641 /apex-mdapi/src/classes/MetadataService.cls 6044 26 6044 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 'attributes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3642 /apex-mdapi/src/classes/MetadataService.cls 6045 26 6045 111 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 'canvasConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3642 /apex-mdapi/src/classes/MetadataService.cls 6045 26 6045 111 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 'canvasConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3643 /apex-mdapi/src/classes/MetadataService.cls 6046 26 6046 111 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 'contactEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3643 /apex-mdapi/src/classes/MetadataService.cls 6046 26 6046 111 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 'contactEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3644 /apex-mdapi/src/classes/MetadataService.cls 6047 26 6047 111 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 'contactPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3644 /apex-mdapi/src/classes/MetadataService.cls 6047 26 6047 111 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 'contactPhone_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3645 /apex-mdapi/src/classes/MetadataService.cls 6048 26 6048 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3645 /apex-mdapi/src/classes/MetadataService.cls 6048 26 6048 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3646 /apex-mdapi/src/classes/MetadataService.cls 6049 26 6049 101 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3646 /apex-mdapi/src/classes/MetadataService.cls 6049 26 6049 101 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 'iconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3647 /apex-mdapi/src/classes/MetadataService.cls 6050 26 6050 101 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 'infoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3647 /apex-mdapi/src/classes/MetadataService.cls 6050 26 6050 101 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 'infoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3648 /apex-mdapi/src/classes/MetadataService.cls 6051 26 6051 104 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3648 /apex-mdapi/src/classes/MetadataService.cls 6051 26 6051 104 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3649 /apex-mdapi/src/classes/MetadataService.cls 6052 26 6052 97 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]*'
3649 /apex-mdapi/src/classes/MetadataService.cls 6052 26 6052 97 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]*'
3650 /apex-mdapi/src/classes/MetadataService.cls 6053 26 6053 101 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 'logoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3650 /apex-mdapi/src/classes/MetadataService.cls 6053 26 6053 101 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 'logoUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3651 /apex-mdapi/src/classes/MetadataService.cls 6054 26 6054 117 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 'mobileAppConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3651 /apex-mdapi/src/classes/MetadataService.cls 6054 26 6054 117 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 'mobileAppConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3652 /apex-mdapi/src/classes/MetadataService.cls 6055 26 6055 115 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 'mobileStartUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3652 /apex-mdapi/src/classes/MetadataService.cls 6055 26 6055 115 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 'mobileStartUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3653 /apex-mdapi/src/classes/MetadataService.cls 6056 26 6056 109 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 'oauthConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3653 /apex-mdapi/src/classes/MetadataService.cls 6056 26 6056 109 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 'oauthConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3654 /apex-mdapi/src/classes/MetadataService.cls 6057 26 6057 99 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 'plugin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3654 /apex-mdapi/src/classes/MetadataService.cls 6057 26 6057 99 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 'plugin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3655 /apex-mdapi/src/classes/MetadataService.cls 6058 26 6058 107 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 'samlConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3655 /apex-mdapi/src/classes/MetadataService.cls 6058 26 6058 107 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 'samlConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3656 /apex-mdapi/src/classes/MetadataService.cls 6059 26 6059 103 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 'startUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3656 /apex-mdapi/src/classes/MetadataService.cls 6059 26 6059 103 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 'startUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3657 /apex-mdapi/src/classes/MetadataService.cls 6060 26 6060 89 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]*'
3657 /apex-mdapi/src/classes/MetadataService.cls 6060 26 6060 89 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]*'
3658 /apex-mdapi/src/classes/MetadataService.cls 6061 26 6061 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3658 /apex-mdapi/src/classes/MetadataService.cls 6061 26 6061 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3659 /apex-mdapi/src/classes/MetadataService.cls 6062 26 6062 278 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]*'
3659 /apex-mdapi/src/classes/MetadataService.cls 6062 26 6062 278 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]*'
3660 /apex-mdapi/src/classes/MetadataService.cls 6064 12 6069 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3660 /apex-mdapi/src/classes/MetadataService.cls 6064 12 6069 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3661 /apex-mdapi/src/classes/MetadataService.cls 6064 12 6069 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 'describeMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3661 /apex-mdapi/src/classes/MetadataService.cls 6064 12 6069 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 'describeMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3662 /apex-mdapi/src/classes/MetadataService.cls 6066 26 6066 109 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3662 /apex-mdapi/src/classes/MetadataService.cls 6066 26 6066 109 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 'asOfVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3663 /apex-mdapi/src/classes/MetadataService.cls 6067 26 6067 89 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]*'
3663 /apex-mdapi/src/classes/MetadataService.cls 6067 26 6067 89 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]*'
3664 /apex-mdapi/src/classes/MetadataService.cls 6068 26 6068 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]*'
3664 /apex-mdapi/src/classes/MetadataService.cls 6068 26 6068 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]*'
3665 /apex-mdapi/src/classes/MetadataService.cls 6070 12 6101 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3665 /apex-mdapi/src/classes/MetadataService.cls 6070 12 6101 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3666 /apex-mdapi/src/classes/MetadataService.cls 6070 12 6101 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3666 /apex-mdapi/src/classes/MetadataService.cls 6070 12 6101 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3667 /apex-mdapi/src/classes/MetadataService.cls 6079 23 6079 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
3667 /apex-mdapi/src/classes/MetadataService.cls 6079 23 6079 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
3668 /apex-mdapi/src/classes/MetadataService.cls 6085 26 6085 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 'analyticsCloudComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3668 /apex-mdapi/src/classes/MetadataService.cls 6085 26 6085 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 'analyticsCloudComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3669 /apex-mdapi/src/classes/MetadataService.cls 6086 26 6086 103 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 'behavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3669 /apex-mdapi/src/classes/MetadataService.cls 6086 26 6086 103 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 'behavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3670 /apex-mdapi/src/classes/MetadataService.cls 6087 26 6087 99 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 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3670 /apex-mdapi/src/classes/MetadataService.cls 6087 26 6087 99 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 'canvas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3671 /apex-mdapi/src/classes/MetadataService.cls 6088 26 6088 105 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 'component_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3671 /apex-mdapi/src/classes/MetadataService.cls 6088 26 6088 105 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 'component_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3672 /apex-mdapi/src/classes/MetadataService.cls 6089 26 6089 107 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3672 /apex-mdapi/src/classes/MetadataService.cls 6089 26 6089 107 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 'customLink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3673 /apex-mdapi/src/classes/MetadataService.cls 6090 26 6090 107 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3673 /apex-mdapi/src/classes/MetadataService.cls 6090 26 6090 107 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 'emptySpace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3674 /apex-mdapi/src/classes/MetadataService.cls 6091 26 6091 97 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]*'
3674 /apex-mdapi/src/classes/MetadataService.cls 6091 26 6091 97 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]*'
3675 /apex-mdapi/src/classes/MetadataService.cls 6092 26 6092 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3675 /apex-mdapi/src/classes/MetadataService.cls 6092 26 6092 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3676 /apex-mdapi/src/classes/MetadataService.cls 6093 26 6093 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3676 /apex-mdapi/src/classes/MetadataService.cls 6093 26 6093 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3677 /apex-mdapi/src/classes/MetadataService.cls 6094 26 6094 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 'reportChartComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3677 /apex-mdapi/src/classes/MetadataService.cls 6094 26 6094 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 'reportChartComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3678 /apex-mdapi/src/classes/MetadataService.cls 6095 26 6095 103 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3678 /apex-mdapi/src/classes/MetadataService.cls 6095 26 6095 103 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3679 /apex-mdapi/src/classes/MetadataService.cls 6096 26 6096 105 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 'showLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3679 /apex-mdapi/src/classes/MetadataService.cls 6096 26 6096 105 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 'showLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3680 /apex-mdapi/src/classes/MetadataService.cls 6097 26 6097 115 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 'showScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3680 /apex-mdapi/src/classes/MetadataService.cls 6097 26 6097 115 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 'showScrollbars_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3681 /apex-mdapi/src/classes/MetadataService.cls 6098 26 6098 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3681 /apex-mdapi/src/classes/MetadataService.cls 6098 26 6098 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3682 /apex-mdapi/src/classes/MetadataService.cls 6099 26 6099 89 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]*'
3682 /apex-mdapi/src/classes/MetadataService.cls 6099 26 6099 89 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]*'
3683 /apex-mdapi/src/classes/MetadataService.cls 6100 26 6100 244 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]*'
3683 /apex-mdapi/src/classes/MetadataService.cls 6100 26 6100 244 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]*'
3684 /apex-mdapi/src/classes/MetadataService.cls 6102 12 6159 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3684 /apex-mdapi/src/classes/MetadataService.cls 6102 12 6159 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3685 /apex-mdapi/src/classes/MetadataService.cls 6102 12 6159 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Portal has 27 public methods, attributes, and properties (limit: 20)
3685 /apex-mdapi/src/classes/MetadataService.cls 6102 12 6159 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Portal has 27 public methods, attributes, and properties (limit: 20)
3686 /apex-mdapi/src/classes/MetadataService.cls 6102 12 6159 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3686 /apex-mdapi/src/classes/MetadataService.cls 6102 12 6159 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3687 /apex-mdapi/src/classes/MetadataService.cls 6105 26 6105 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3687 /apex-mdapi/src/classes/MetadataService.cls 6105 26 6105 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3688 /apex-mdapi/src/classes/MetadataService.cls 6130 23 6130 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]*'
3688 /apex-mdapi/src/classes/MetadataService.cls 6130 23 6130 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]*'
3689 /apex-mdapi/src/classes/MetadataService.cls 6131 26 6131 99 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]*'
3689 /apex-mdapi/src/classes/MetadataService.cls 6131 26 6131 99 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]*'
3690 /apex-mdapi/src/classes/MetadataService.cls 6132 26 6132 97 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 'admin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3690 /apex-mdapi/src/classes/MetadataService.cls 6132 26 6132 97 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 'admin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3691 /apex-mdapi/src/classes/MetadataService.cls 6133 26 6133 117 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3691 /apex-mdapi/src/classes/MetadataService.cls 6133 26 6133 117 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 'defaultLanguage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3692 /apex-mdapi/src/classes/MetadataService.cls 6134 26 6134 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3692 /apex-mdapi/src/classes/MetadataService.cls 6134 26 6134 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3693 /apex-mdapi/src/classes/MetadataService.cls 6135 26 6135 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3693 /apex-mdapi/src/classes/MetadataService.cls 6135 26 6135 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3694 /apex-mdapi/src/classes/MetadataService.cls 6136 26 6136 117 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3694 /apex-mdapi/src/classes/MetadataService.cls 6136 26 6136 117 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3695 /apex-mdapi/src/classes/MetadataService.cls 6137 26 6137 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 'enableSelfCloseCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3695 /apex-mdapi/src/classes/MetadataService.cls 6137 26 6137 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 'enableSelfCloseCase_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3696 /apex-mdapi/src/classes/MetadataService.cls 6138 26 6138 115 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 'footerDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3696 /apex-mdapi/src/classes/MetadataService.cls 6138 26 6138 115 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 'footerDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3697 /apex-mdapi/src/classes/MetadataService.cls 6139 26 6139 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 'forgotPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3697 /apex-mdapi/src/classes/MetadataService.cls 6139 26 6139 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 'forgotPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3698 /apex-mdapi/src/classes/MetadataService.cls 6140 26 6140 115 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 'headerDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3698 /apex-mdapi/src/classes/MetadataService.cls 6140 26 6140 115 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 'headerDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3699 /apex-mdapi/src/classes/MetadataService.cls 6141 26 6141 141 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 'isSelfRegistrationActivated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3699 /apex-mdapi/src/classes/MetadataService.cls 6141 26 6141 141 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 'isSelfRegistrationActivated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3700 /apex-mdapi/src/classes/MetadataService.cls 6142 26 6142 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 'loginHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3700 /apex-mdapi/src/classes/MetadataService.cls 6142 26 6142 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 'loginHeaderDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3701 /apex-mdapi/src/classes/MetadataService.cls 6143 26 6143 111 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 'logoDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3701 /apex-mdapi/src/classes/MetadataService.cls 6143 26 6143 111 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 'logoDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3702 /apex-mdapi/src/classes/MetadataService.cls 6144 26 6144 105 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3702 /apex-mdapi/src/classes/MetadataService.cls 6144 26 6144 105 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3703 /apex-mdapi/src/classes/MetadataService.cls 6145 26 6145 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 'newCommentTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3703 /apex-mdapi/src/classes/MetadataService.cls 6145 26 6145 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 'newCommentTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3704 /apex-mdapi/src/classes/MetadataService.cls 6146 26 6146 117 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 'newPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3704 /apex-mdapi/src/classes/MetadataService.cls 6146 26 6146 117 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 'newPassTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3705 /apex-mdapi/src/classes/MetadataService.cls 6147 26 6147 117 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 'newUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3705 /apex-mdapi/src/classes/MetadataService.cls 6147 26 6147 117 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 'newUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3706 /apex-mdapi/src/classes/MetadataService.cls 6148 26 6148 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 'ownerNotifyTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3706 /apex-mdapi/src/classes/MetadataService.cls 6148 26 6148 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 'ownerNotifyTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3707 /apex-mdapi/src/classes/MetadataService.cls 6149 26 6149 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 'selfRegNewUserUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3707 /apex-mdapi/src/classes/MetadataService.cls 6149 26 6149 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 'selfRegNewUserUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3708 /apex-mdapi/src/classes/MetadataService.cls 6150 26 6150 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 'selfRegUserDefaultProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3708 /apex-mdapi/src/classes/MetadataService.cls 6150 26 6150 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 'selfRegUserDefaultProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3709 /apex-mdapi/src/classes/MetadataService.cls 6151 26 6151 131 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 'selfRegUserDefaultRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3709 /apex-mdapi/src/classes/MetadataService.cls 6151 26 6151 131 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 'selfRegUserDefaultRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3710 /apex-mdapi/src/classes/MetadataService.cls 6152 26 6152 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 'selfRegUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3710 /apex-mdapi/src/classes/MetadataService.cls 6152 26 6152 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 'selfRegUserTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3711 /apex-mdapi/src/classes/MetadataService.cls 6153 26 6153 131 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 'showActionConfirmation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3711 /apex-mdapi/src/classes/MetadataService.cls 6153 26 6153 131 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 'showActionConfirmation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3712 /apex-mdapi/src/classes/MetadataService.cls 6154 26 6154 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 'stylesheetDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3712 /apex-mdapi/src/classes/MetadataService.cls 6154 26 6154 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 'stylesheetDocument_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3713 /apex-mdapi/src/classes/MetadataService.cls 6155 26 6155 97 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]*'
3713 /apex-mdapi/src/classes/MetadataService.cls 6155 26 6155 97 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]*'
3714 /apex-mdapi/src/classes/MetadataService.cls 6156 26 6156 89 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]*'
3714 /apex-mdapi/src/classes/MetadataService.cls 6156 26 6156 89 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]*'
3715 /apex-mdapi/src/classes/MetadataService.cls 6157 26 6157 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3715 /apex-mdapi/src/classes/MetadataService.cls 6157 26 6157 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3716 /apex-mdapi/src/classes/MetadataService.cls 6158 26 6158 548 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]*'
3716 /apex-mdapi/src/classes/MetadataService.cls 6158 26 6158 548 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]*'
3717 /apex-mdapi/src/classes/MetadataService.cls 6160 12 6165 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3717 /apex-mdapi/src/classes/MetadataService.cls 6160 12 6165 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3718 /apex-mdapi/src/classes/MetadataService.cls 6162 26 6162 102 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3718 /apex-mdapi/src/classes/MetadataService.cls 6162 26 6162 102 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3719 /apex-mdapi/src/classes/MetadataService.cls 6163 26 6163 89 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]*'
3719 /apex-mdapi/src/classes/MetadataService.cls 6163 26 6163 89 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]*'
3720 /apex-mdapi/src/classes/MetadataService.cls 6164 26 6164 73 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]*'
3720 /apex-mdapi/src/classes/MetadataService.cls 6164 26 6164 73 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]*'
3721 /apex-mdapi/src/classes/MetadataService.cls 6166 12 6181 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3721 /apex-mdapi/src/classes/MetadataService.cls 6166 12 6181 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3722 /apex-mdapi/src/classes/MetadataService.cls 6172 23 6172 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 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
3722 /apex-mdapi/src/classes/MetadataService.cls 6172 23 6172 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 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
3723 /apex-mdapi/src/classes/MetadataService.cls 6173 26 6173 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3723 /apex-mdapi/src/classes/MetadataService.cls 6173 26 6173 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3724 /apex-mdapi/src/classes/MetadataService.cls 6174 26 6174 107 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3724 /apex-mdapi/src/classes/MetadataService.cls 6174 26 6174 107 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 'methodName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3725 /apex-mdapi/src/classes/MetadataService.cls 6175 26 6175 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3725 /apex-mdapi/src/classes/MetadataService.cls 6175 26 6175 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3726 /apex-mdapi/src/classes/MetadataService.cls 6176 26 6176 104 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3726 /apex-mdapi/src/classes/MetadataService.cls 6176 26 6176 104 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3727 /apex-mdapi/src/classes/MetadataService.cls 6177 26 6177 107 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 'seeAllData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3727 /apex-mdapi/src/classes/MetadataService.cls 6177 26 6177 107 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 'seeAllData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3728 /apex-mdapi/src/classes/MetadataService.cls 6178 26 6178 97 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3728 /apex-mdapi/src/classes/MetadataService.cls 6178 26 6178 97 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3729 /apex-mdapi/src/classes/MetadataService.cls 6179 26 6179 89 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]*'
3729 /apex-mdapi/src/classes/MetadataService.cls 6179 26 6179 89 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]*'
3730 /apex-mdapi/src/classes/MetadataService.cls 6180 26 6180 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3730 /apex-mdapi/src/classes/MetadataService.cls 6180 26 6180 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3731 /apex-mdapi/src/classes/MetadataService.cls 6182 12 6189 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3731 /apex-mdapi/src/classes/MetadataService.cls 6182 12 6189 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3732 /apex-mdapi/src/classes/MetadataService.cls 6185 26 6185 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3732 /apex-mdapi/src/classes/MetadataService.cls 6185 26 6185 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3733 /apex-mdapi/src/classes/MetadataService.cls 6186 26 6186 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3733 /apex-mdapi/src/classes/MetadataService.cls 6186 26 6186 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3734 /apex-mdapi/src/classes/MetadataService.cls 6187 26 6187 89 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]*'
3734 /apex-mdapi/src/classes/MetadataService.cls 6187 26 6187 89 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]*'
3735 /apex-mdapi/src/classes/MetadataService.cls 6188 26 6188 94 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]*'
3735 /apex-mdapi/src/classes/MetadataService.cls 6188 26 6188 94 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]*'
3736 /apex-mdapi/src/classes/MetadataService.cls 6190 12 6211 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3736 /apex-mdapi/src/classes/MetadataService.cls 6190 12 6211 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3737 /apex-mdapi/src/classes/MetadataService.cls 6190 12 6211 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3737 /apex-mdapi/src/classes/MetadataService.cls 6190 12 6211 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3738 /apex-mdapi/src/classes/MetadataService.cls 6193 26 6193 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3738 /apex-mdapi/src/classes/MetadataService.cls 6193 26 6193 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3739 /apex-mdapi/src/classes/MetadataService.cls 6201 26 6201 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 'customDataTypeComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3739 /apex-mdapi/src/classes/MetadataService.cls 6201 26 6201 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 'customDataTypeComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3740 /apex-mdapi/src/classes/MetadataService.cls 6202 26 6202 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3740 /apex-mdapi/src/classes/MetadataService.cls 6202 26 6202 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3741 /apex-mdapi/src/classes/MetadataService.cls 6203 26 6203 115 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 'displayFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3741 /apex-mdapi/src/classes/MetadataService.cls 6203 26 6203 115 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 'displayFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3742 /apex-mdapi/src/classes/MetadataService.cls 6204 26 6204 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 'editComponentsOnSeparateLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3742 /apex-mdapi/src/classes/MetadataService.cls 6204 26 6204 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 'editComponentsOnSeparateLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3743 /apex-mdapi/src/classes/MetadataService.cls 6205 26 6205 97 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]*'
3743 /apex-mdapi/src/classes/MetadataService.cls 6205 26 6205 97 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]*'
3744 /apex-mdapi/src/classes/MetadataService.cls 6206 26 6206 111 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 'rightAligned_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3744 /apex-mdapi/src/classes/MetadataService.cls 6206 26 6206 111 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 'rightAligned_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3745 /apex-mdapi/src/classes/MetadataService.cls 6207 26 6207 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 'supportComponentsInReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3745 /apex-mdapi/src/classes/MetadataService.cls 6207 26 6207 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 'supportComponentsInReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3746 /apex-mdapi/src/classes/MetadataService.cls 6208 26 6208 89 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]*'
3746 /apex-mdapi/src/classes/MetadataService.cls 6208 26 6208 89 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]*'
3747 /apex-mdapi/src/classes/MetadataService.cls 6209 26 6209 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3747 /apex-mdapi/src/classes/MetadataService.cls 6209 26 6209 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3748 /apex-mdapi/src/classes/MetadataService.cls 6210 26 6210 217 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]*'
3748 /apex-mdapi/src/classes/MetadataService.cls 6210 26 6210 217 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]*'
3749 /apex-mdapi/src/classes/MetadataService.cls 6212 12 6221 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3749 /apex-mdapi/src/classes/MetadataService.cls 6212 12 6221 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3750 /apex-mdapi/src/classes/MetadataService.cls 6215 26 6215 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3750 /apex-mdapi/src/classes/MetadataService.cls 6215 26 6215 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3751 /apex-mdapi/src/classes/MetadataService.cls 6217 26 6217 117 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 'targetReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3751 /apex-mdapi/src/classes/MetadataService.cls 6217 26 6217 117 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 'targetReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3752 /apex-mdapi/src/classes/MetadataService.cls 6218 26 6218 89 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]*'
3752 /apex-mdapi/src/classes/MetadataService.cls 6218 26 6218 89 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]*'
3753 /apex-mdapi/src/classes/MetadataService.cls 6219 26 6219 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3753 /apex-mdapi/src/classes/MetadataService.cls 6219 26 6219 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3754 /apex-mdapi/src/classes/MetadataService.cls 6220 26 6220 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]*'
3754 /apex-mdapi/src/classes/MetadataService.cls 6220 26 6220 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]*'
3755 /apex-mdapi/src/classes/MetadataService.cls 6222 12 6237 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3755 /apex-mdapi/src/classes/MetadataService.cls 6222 12 6237 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3756 /apex-mdapi/src/classes/MetadataService.cls 6225 26 6225 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3756 /apex-mdapi/src/classes/MetadataService.cls 6225 26 6225 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3757 /apex-mdapi/src/classes/MetadataService.cls 6229 23 6229 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]*'
3757 /apex-mdapi/src/classes/MetadataService.cls 6229 23 6229 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]*'
3758 /apex-mdapi/src/classes/MetadataService.cls 6230 26 6230 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 'eventParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3758 /apex-mdapi/src/classes/MetadataService.cls 6230 26 6230 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 'eventParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3759 /apex-mdapi/src/classes/MetadataService.cls 6231 26 6231 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 'eventSubscription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3759 /apex-mdapi/src/classes/MetadataService.cls 6231 26 6231 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 'eventSubscription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3760 /apex-mdapi/src/classes/MetadataService.cls 6232 26 6232 113 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 'referenceData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3760 /apex-mdapi/src/classes/MetadataService.cls 6232 26 6232 113 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 'referenceData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3761 /apex-mdapi/src/classes/MetadataService.cls 6233 26 6233 97 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]*'
3761 /apex-mdapi/src/classes/MetadataService.cls 6233 26 6233 97 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]*'
3762 /apex-mdapi/src/classes/MetadataService.cls 6234 26 6234 89 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]*'
3762 /apex-mdapi/src/classes/MetadataService.cls 6234 26 6234 89 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]*'
3763 /apex-mdapi/src/classes/MetadataService.cls 6235 26 6235 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3763 /apex-mdapi/src/classes/MetadataService.cls 6235 26 6235 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3764 /apex-mdapi/src/classes/MetadataService.cls 6236 26 6236 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]*'
3764 /apex-mdapi/src/classes/MetadataService.cls 6236 26 6236 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]*'
3765 /apex-mdapi/src/classes/MetadataService.cls 6238 12 6243 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3765 /apex-mdapi/src/classes/MetadataService.cls 6238 12 6243 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3766 /apex-mdapi/src/classes/MetadataService.cls 6240 26 6240 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 'enableLiveMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3766 /apex-mdapi/src/classes/MetadataService.cls 6240 26 6240 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 'enableLiveMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3767 /apex-mdapi/src/classes/MetadataService.cls 6241 26 6241 89 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]*'
3767 /apex-mdapi/src/classes/MetadataService.cls 6241 26 6241 89 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]*'
3768 /apex-mdapi/src/classes/MetadataService.cls 6242 26 6242 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3768 /apex-mdapi/src/classes/MetadataService.cls 6242 26 6242 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3769 /apex-mdapi/src/classes/MetadataService.cls 6244 12 6251 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3769 /apex-mdapi/src/classes/MetadataService.cls 6244 12 6251 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3770 /apex-mdapi/src/classes/MetadataService.cls 6246 23 6246 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]*'
3770 /apex-mdapi/src/classes/MetadataService.cls 6246 23 6246 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]*'
3771 /apex-mdapi/src/classes/MetadataService.cls 6247 26 6247 99 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3771 /apex-mdapi/src/classes/MetadataService.cls 6247 26 6247 99 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 'folder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3772 /apex-mdapi/src/classes/MetadataService.cls 6248 26 6248 97 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]*'
3772 /apex-mdapi/src/classes/MetadataService.cls 6248 26 6248 97 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]*'
3773 /apex-mdapi/src/classes/MetadataService.cls 6249 26 6249 89 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]*'
3773 /apex-mdapi/src/classes/MetadataService.cls 6249 26 6249 89 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]*'
3774 /apex-mdapi/src/classes/MetadataService.cls 6250 26 6250 81 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]*'
3774 /apex-mdapi/src/classes/MetadataService.cls 6250 26 6250 81 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]*'
3775 /apex-mdapi/src/classes/MetadataService.cls 6252 12 6259 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3775 /apex-mdapi/src/classes/MetadataService.cls 6252 12 6259 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3776 /apex-mdapi/src/classes/MetadataService.cls 6255 26 6255 103 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3776 /apex-mdapi/src/classes/MetadataService.cls 6255 26 6255 103 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3777 /apex-mdapi/src/classes/MetadataService.cls 6256 26 6256 97 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3777 /apex-mdapi/src/classes/MetadataService.cls 6256 26 6256 97 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 'level_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3778 /apex-mdapi/src/classes/MetadataService.cls 6257 26 6257 89 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]*'
3778 /apex-mdapi/src/classes/MetadataService.cls 6257 26 6257 89 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]*'
3779 /apex-mdapi/src/classes/MetadataService.cls 6258 26 6258 82 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]*'
3779 /apex-mdapi/src/classes/MetadataService.cls 6258 26 6258 82 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]*'
3780 /apex-mdapi/src/classes/MetadataService.cls 6260 12 6305 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3780 /apex-mdapi/src/classes/MetadataService.cls 6260 12 6305 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3781 /apex-mdapi/src/classes/MetadataService.cls 6260 12 6305 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class SharedTo has 21 public methods, attributes, and properties (limit: 20)
3781 /apex-mdapi/src/classes/MetadataService.cls 6260 12 6305 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class SharedTo has 21 public methods, attributes, and properties (limit: 20)
3782 /apex-mdapi/src/classes/MetadataService.cls 6260 12 6305 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3782 /apex-mdapi/src/classes/MetadataService.cls 6260 12 6305 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3783 /apex-mdapi/src/classes/MetadataService.cls 6266 25 6266 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 'group_x' doesn't match '[a-z][a-zA-Z0-9]*'
3783 /apex-mdapi/src/classes/MetadataService.cls 6266 25 6266 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 'group_x' doesn't match '[a-z][a-zA-Z0-9]*'
3784 /apex-mdapi/src/classes/MetadataService.cls 6282 26 6282 131 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 'allCustomerPortalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3784 /apex-mdapi/src/classes/MetadataService.cls 6282 26 6282 131 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 'allCustomerPortalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3785 /apex-mdapi/src/classes/MetadataService.cls 6283 26 6283 119 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 'allInternalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3785 /apex-mdapi/src/classes/MetadataService.cls 6283 26 6283 119 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 'allInternalUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3786 /apex-mdapi/src/classes/MetadataService.cls 6284 26 6284 117 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 'allPartnerUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3786 /apex-mdapi/src/classes/MetadataService.cls 6284 26 6284 117 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 'allPartnerUsers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3787 /apex-mdapi/src/classes/MetadataService.cls 6285 26 6285 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 'channelProgramGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3787 /apex-mdapi/src/classes/MetadataService.cls 6285 26 6285 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 'channelProgramGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3788 /apex-mdapi/src/classes/MetadataService.cls 6286 26 6286 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 'channelProgramGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3788 /apex-mdapi/src/classes/MetadataService.cls 6286 26 6286 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 'channelProgramGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3789 /apex-mdapi/src/classes/MetadataService.cls 6287 26 6287 100 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 'group_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3789 /apex-mdapi/src/classes/MetadataService.cls 6287 26 6287 100 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 'group_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3790 /apex-mdapi/src/classes/MetadataService.cls 6288 26 6288 100 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3790 /apex-mdapi/src/classes/MetadataService.cls 6288 26 6288 100 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 'groups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3791 /apex-mdapi/src/classes/MetadataService.cls 6289 26 6289 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 'managerSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3791 /apex-mdapi/src/classes/MetadataService.cls 6289 26 6289 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 'managerSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3792 /apex-mdapi/src/classes/MetadataService.cls 6290 26 6290 104 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 'managers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3792 /apex-mdapi/src/classes/MetadataService.cls 6290 26 6290 104 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 'managers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3793 /apex-mdapi/src/classes/MetadataService.cls 6291 26 6291 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 'portalRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3793 /apex-mdapi/src/classes/MetadataService.cls 6291 26 6291 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 'portalRole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3794 /apex-mdapi/src/classes/MetadataService.cls 6292 26 6292 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 'portalRoleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3794 /apex-mdapi/src/classes/MetadataService.cls 6292 26 6292 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 'portalRoleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3795 /apex-mdapi/src/classes/MetadataService.cls 6293 26 6293 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3795 /apex-mdapi/src/classes/MetadataService.cls 6293 26 6293 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 'queue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3796 /apex-mdapi/src/classes/MetadataService.cls 6294 26 6294 96 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 'role_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3796 /apex-mdapi/src/classes/MetadataService.cls 6294 26 6294 96 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 'role_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3797 /apex-mdapi/src/classes/MetadataService.cls 6295 26 6295 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 'roleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3797 /apex-mdapi/src/classes/MetadataService.cls 6295 26 6295 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 'roleAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3798 /apex-mdapi/src/classes/MetadataService.cls 6296 26 6296 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 'roleAndSubordinatesInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3798 /apex-mdapi/src/classes/MetadataService.cls 6296 26 6296 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 'roleAndSubordinatesInternal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3799 /apex-mdapi/src/classes/MetadataService.cls 6297 26 6297 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3799 /apex-mdapi/src/classes/MetadataService.cls 6297 26 6297 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 'roles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3800 /apex-mdapi/src/classes/MetadataService.cls 6298 26 6298 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 'rolesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3800 /apex-mdapi/src/classes/MetadataService.cls 6298 26 6298 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 'rolesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3801 /apex-mdapi/src/classes/MetadataService.cls 6299 26 6299 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 'territories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3801 /apex-mdapi/src/classes/MetadataService.cls 6299 26 6299 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 'territories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3802 /apex-mdapi/src/classes/MetadataService.cls 6300 26 6300 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 'territoriesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3802 /apex-mdapi/src/classes/MetadataService.cls 6300 26 6300 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 'territoriesAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3803 /apex-mdapi/src/classes/MetadataService.cls 6301 26 6301 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 'territory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3803 /apex-mdapi/src/classes/MetadataService.cls 6301 26 6301 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 'territory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3804 /apex-mdapi/src/classes/MetadataService.cls 6302 26 6302 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 'territoryAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3804 /apex-mdapi/src/classes/MetadataService.cls 6302 26 6302 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 'territoryAndSubordinates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3805 /apex-mdapi/src/classes/MetadataService.cls 6303 26 6303 89 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]*'
3805 /apex-mdapi/src/classes/MetadataService.cls 6303 26 6303 89 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]*'
3806 /apex-mdapi/src/classes/MetadataService.cls 6304 26 6304 443 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]*'
3806 /apex-mdapi/src/classes/MetadataService.cls 6304 26 6304 443 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]*'
3807 /apex-mdapi/src/classes/MetadataService.cls 6306 12 6317 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3807 /apex-mdapi/src/classes/MetadataService.cls 6306 12 6317 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3808 /apex-mdapi/src/classes/MetadataService.cls 6311 26 6311 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 'allocatedCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3808 /apex-mdapi/src/classes/MetadataService.cls 6311 26 6311 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 'allocatedCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3809 /apex-mdapi/src/classes/MetadataService.cls 6312 26 6312 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 'allocatedPurchasedCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3809 /apex-mdapi/src/classes/MetadataService.cls 6312 26 6312 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 'allocatedPurchasedCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3810 /apex-mdapi/src/classes/MetadataService.cls 6313 26 6313 131 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 'allocatedTrialCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3810 /apex-mdapi/src/classes/MetadataService.cls 6313 26 6313 131 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 'allocatedTrialCapacity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3811 /apex-mdapi/src/classes/MetadataService.cls 6314 26 6314 105 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 'cacheType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3811 /apex-mdapi/src/classes/MetadataService.cls 6314 26 6314 105 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 'cacheType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3812 /apex-mdapi/src/classes/MetadataService.cls 6315 26 6315 89 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]*'
3812 /apex-mdapi/src/classes/MetadataService.cls 6315 26 6315 89 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]*'
3813 /apex-mdapi/src/classes/MetadataService.cls 6316 26 6316 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]*'
3813 /apex-mdapi/src/classes/MetadataService.cls 6316 26 6316 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]*'
3814 /apex-mdapi/src/classes/MetadataService.cls 6318 12 6325 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3814 /apex-mdapi/src/classes/MetadataService.cls 6318 12 6325 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3815 /apex-mdapi/src/classes/MetadataService.cls 6321 26 6321 105 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3815 /apex-mdapi/src/classes/MetadataService.cls 6321 26 6321 105 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3816 /apex-mdapi/src/classes/MetadataService.cls 6322 26 6322 99 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 'points_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3816 /apex-mdapi/src/classes/MetadataService.cls 6322 26 6322 99 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 'points_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3817 /apex-mdapi/src/classes/MetadataService.cls 6323 26 6323 89 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]*'
3817 /apex-mdapi/src/classes/MetadataService.cls 6323 26 6323 89 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]*'
3818 /apex-mdapi/src/classes/MetadataService.cls 6324 26 6324 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]*'
3818 /apex-mdapi/src/classes/MetadataService.cls 6324 26 6324 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]*'
3819 /apex-mdapi/src/classes/MetadataService.cls 6326 12 6363 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3819 /apex-mdapi/src/classes/MetadataService.cls 6326 12 6363 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3820 /apex-mdapi/src/classes/MetadataService.cls 6326 12 6363 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3820 /apex-mdapi/src/classes/MetadataService.cls 6326 12 6363 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3821 /apex-mdapi/src/classes/MetadataService.cls 6329 26 6329 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3821 /apex-mdapi/src/classes/MetadataService.cls 6329 26 6329 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3822 /apex-mdapi/src/classes/MetadataService.cls 6332 26 6332 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3822 /apex-mdapi/src/classes/MetadataService.cls 6332 26 6332 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3823 /apex-mdapi/src/classes/MetadataService.cls 6333 26 6333 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3823 /apex-mdapi/src/classes/MetadataService.cls 6333 26 6333 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3824 /apex-mdapi/src/classes/MetadataService.cls 6337 26 6337 97 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]*'
3824 /apex-mdapi/src/classes/MetadataService.cls 6337 26 6337 97 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]*'
3825 /apex-mdapi/src/classes/MetadataService.cls 6338 26 6338 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3825 /apex-mdapi/src/classes/MetadataService.cls 6338 26 6338 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3826 /apex-mdapi/src/classes/MetadataService.cls 6339 26 6339 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3826 /apex-mdapi/src/classes/MetadataService.cls 6339 26 6339 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3827 /apex-mdapi/src/classes/MetadataService.cls 6344 23 6344 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
3827 /apex-mdapi/src/classes/MetadataService.cls 6344 23 6344 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
3828 /apex-mdapi/src/classes/MetadataService.cls 6350 26 6350 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 'assignNullValuesIfNoRecordsFound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3828 /apex-mdapi/src/classes/MetadataService.cls 6350 26 6350 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 'assignNullValuesIfNoRecordsFound_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3829 /apex-mdapi/src/classes/MetadataService.cls 6351 26 6351 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3829 /apex-mdapi/src/classes/MetadataService.cls 6351 26 6351 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3830 /apex-mdapi/src/classes/MetadataService.cls 6352 26 6352 115 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3830 /apex-mdapi/src/classes/MetadataService.cls 6352 26 6352 115 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3831 /apex-mdapi/src/classes/MetadataService.cls 6353 26 6353 102 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3831 /apex-mdapi/src/classes/MetadataService.cls 6353 26 6353 102 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3832 /apex-mdapi/src/classes/MetadataService.cls 6354 26 6354 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3832 /apex-mdapi/src/classes/MetadataService.cls 6354 26 6354 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3833 /apex-mdapi/src/classes/MetadataService.cls 6355 26 6355 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3833 /apex-mdapi/src/classes/MetadataService.cls 6355 26 6355 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3834 /apex-mdapi/src/classes/MetadataService.cls 6356 26 6356 117 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 'outputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3834 /apex-mdapi/src/classes/MetadataService.cls 6356 26 6356 117 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 'outputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3835 /apex-mdapi/src/classes/MetadataService.cls 6357 26 6357 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 'queriedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3835 /apex-mdapi/src/classes/MetadataService.cls 6357 26 6357 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 'queriedFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3836 /apex-mdapi/src/classes/MetadataService.cls 6358 26 6358 105 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3836 /apex-mdapi/src/classes/MetadataService.cls 6358 26 6358 105 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 'sortField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3837 /apex-mdapi/src/classes/MetadataService.cls 6359 26 6359 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3837 /apex-mdapi/src/classes/MetadataService.cls 6359 26 6359 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3838 /apex-mdapi/src/classes/MetadataService.cls 6360 26 6360 89 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]*'
3838 /apex-mdapi/src/classes/MetadataService.cls 6360 26 6360 89 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]*'
3839 /apex-mdapi/src/classes/MetadataService.cls 6361 26 6361 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3839 /apex-mdapi/src/classes/MetadataService.cls 6361 26 6361 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3840 /apex-mdapi/src/classes/MetadataService.cls 6362 26 6362 304 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]*'
3840 /apex-mdapi/src/classes/MetadataService.cls 6362 26 6362 304 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]*'
3841 /apex-mdapi/src/classes/MetadataService.cls 6364 12 6369 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3841 /apex-mdapi/src/classes/MetadataService.cls 6364 12 6369 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3842 /apex-mdapi/src/classes/MetadataService.cls 6366 26 6366 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 'quickActionLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3842 /apex-mdapi/src/classes/MetadataService.cls 6366 26 6366 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 'quickActionLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3843 /apex-mdapi/src/classes/MetadataService.cls 6367 26 6367 89 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]*'
3843 /apex-mdapi/src/classes/MetadataService.cls 6367 26 6367 89 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]*'
3844 /apex-mdapi/src/classes/MetadataService.cls 6368 26 6368 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]*'
3844 /apex-mdapi/src/classes/MetadataService.cls 6368 26 6368 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]*'
3845 /apex-mdapi/src/classes/MetadataService.cls 6370 12 6375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3845 /apex-mdapi/src/classes/MetadataService.cls 6370 12 6375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3846 /apex-mdapi/src/classes/MetadataService.cls 6372 26 6372 113 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 'productFamily_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3846 /apex-mdapi/src/classes/MetadataService.cls 6372 26 6372 113 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 'productFamily_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3847 /apex-mdapi/src/classes/MetadataService.cls 6373 26 6373 89 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]*'
3847 /apex-mdapi/src/classes/MetadataService.cls 6373 26 6373 89 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]*'
3848 /apex-mdapi/src/classes/MetadataService.cls 6374 26 6374 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]*'
3848 /apex-mdapi/src/classes/MetadataService.cls 6374 26 6374 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]*'
3849 /apex-mdapi/src/classes/MetadataService.cls 6376 12 6381 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3849 /apex-mdapi/src/classes/MetadataService.cls 6376 12 6381 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3850 /apex-mdapi/src/classes/MetadataService.cls 6378 26 6378 107 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 'smallImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3850 /apex-mdapi/src/classes/MetadataService.cls 6378 26 6378 107 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 'smallImage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3851 /apex-mdapi/src/classes/MetadataService.cls 6379 26 6379 89 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]*'
3851 /apex-mdapi/src/classes/MetadataService.cls 6379 26 6379 89 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]*'
3852 /apex-mdapi/src/classes/MetadataService.cls 6380 26 6380 76 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]*'
3852 /apex-mdapi/src/classes/MetadataService.cls 6380 26 6380 76 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]*'
3853 /apex-mdapi/src/classes/MetadataService.cls 6382 12 6391 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3853 /apex-mdapi/src/classes/MetadataService.cls 6382 12 6391 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3854 /apex-mdapi/src/classes/MetadataService.cls 6386 26 6386 103 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 'branding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3854 /apex-mdapi/src/classes/MetadataService.cls 6386 26 6386 103 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 'branding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3855 /apex-mdapi/src/classes/MetadataService.cls 6387 26 6387 97 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]*'
3855 /apex-mdapi/src/classes/MetadataService.cls 6387 26 6387 97 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]*'
3856 /apex-mdapi/src/classes/MetadataService.cls 6388 26 6388 115 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 'lowerThreshold_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3856 /apex-mdapi/src/classes/MetadataService.cls 6388 26 6388 115 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 'lowerThreshold_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3857 /apex-mdapi/src/classes/MetadataService.cls 6389 26 6389 89 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]*'
3857 /apex-mdapi/src/classes/MetadataService.cls 6389 26 6389 89 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]*'
3858 /apex-mdapi/src/classes/MetadataService.cls 6390 26 6390 99 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]*'
3858 /apex-mdapi/src/classes/MetadataService.cls 6390 26 6390 99 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]*'
3859 /apex-mdapi/src/classes/MetadataService.cls 6392 12 6403 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3859 /apex-mdapi/src/classes/MetadataService.cls 6392 12 6403 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3860 /apex-mdapi/src/classes/MetadataService.cls 6397 26 6397 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 'insightsApplication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3860 /apex-mdapi/src/classes/MetadataService.cls 6397 26 6397 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 'insightsApplication_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3861 /apex-mdapi/src/classes/MetadataService.cls 6398 26 6398 102 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 'network_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3861 /apex-mdapi/src/classes/MetadataService.cls 6398 26 6398 102 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 'network_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3862 /apex-mdapi/src/classes/MetadataService.cls 6399 26 6399 111 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 'organization_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3862 /apex-mdapi/src/classes/MetadataService.cls 6399 26 6399 111 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 'organization_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3863 /apex-mdapi/src/classes/MetadataService.cls 6400 26 6400 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 'workspace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3863 /apex-mdapi/src/classes/MetadataService.cls 6400 26 6400 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 'workspace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3864 /apex-mdapi/src/classes/MetadataService.cls 6401 26 6401 89 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]*'
3864 /apex-mdapi/src/classes/MetadataService.cls 6401 26 6401 89 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]*'
3865 /apex-mdapi/src/classes/MetadataService.cls 6402 26 6402 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3865 /apex-mdapi/src/classes/MetadataService.cls 6402 26 6402 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3866 /apex-mdapi/src/classes/MetadataService.cls 6404 12 6411 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3866 /apex-mdapi/src/classes/MetadataService.cls 6404 12 6411 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3867 /apex-mdapi/src/classes/MetadataService.cls 6407 26 6407 99 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3867 /apex-mdapi/src/classes/MetadataService.cls 6407 26 6407 99 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3868 /apex-mdapi/src/classes/MetadataService.cls 6408 26 6408 107 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3868 /apex-mdapi/src/classes/MetadataService.cls 6408 26 6408 107 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3869 /apex-mdapi/src/classes/MetadataService.cls 6409 26 6409 89 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]*'
3869 /apex-mdapi/src/classes/MetadataService.cls 6409 26 6409 89 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]*'
3870 /apex-mdapi/src/classes/MetadataService.cls 6410 26 6410 85 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]*'
3870 /apex-mdapi/src/classes/MetadataService.cls 6410 26 6410 85 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]*'
3871 /apex-mdapi/src/classes/MetadataService.cls 6412 12 6419 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3871 /apex-mdapi/src/classes/MetadataService.cls 6412 12 6419 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3872 /apex-mdapi/src/classes/MetadataService.cls 6415 26 6415 97 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]*'
3872 /apex-mdapi/src/classes/MetadataService.cls 6415 26 6415 97 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]*'
3873 /apex-mdapi/src/classes/MetadataService.cls 6416 26 6416 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3873 /apex-mdapi/src/classes/MetadataService.cls 6416 26 6416 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3874 /apex-mdapi/src/classes/MetadataService.cls 6417 26 6417 89 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]*'
3874 /apex-mdapi/src/classes/MetadataService.cls 6417 26 6417 89 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]*'
3875 /apex-mdapi/src/classes/MetadataService.cls 6418 26 6418 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]*'
3875 /apex-mdapi/src/classes/MetadataService.cls 6418 26 6418 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]*'
3876 /apex-mdapi/src/classes/MetadataService.cls 6420 12 6431 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3876 /apex-mdapi/src/classes/MetadataService.cls 6420 12 6431 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3877 /apex-mdapi/src/classes/MetadataService.cls 6425 26 6425 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3877 /apex-mdapi/src/classes/MetadataService.cls 6425 26 6425 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3878 /apex-mdapi/src/classes/MetadataService.cls 6426 26 6426 97 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]*'
3878 /apex-mdapi/src/classes/MetadataService.cls 6426 26 6426 97 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]*'
3879 /apex-mdapi/src/classes/MetadataService.cls 6427 26 6427 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3879 /apex-mdapi/src/classes/MetadataService.cls 6427 26 6427 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3880 /apex-mdapi/src/classes/MetadataService.cls 6428 26 6428 104 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3880 /apex-mdapi/src/classes/MetadataService.cls 6428 26 6428 104 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3881 /apex-mdapi/src/classes/MetadataService.cls 6429 26 6429 89 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]*'
3881 /apex-mdapi/src/classes/MetadataService.cls 6429 26 6429 89 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]*'
3882 /apex-mdapi/src/classes/MetadataService.cls 6430 26 6430 103 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]*'
3882 /apex-mdapi/src/classes/MetadataService.cls 6430 26 6430 103 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]*'
3883 /apex-mdapi/src/classes/MetadataService.cls 6432 12 6451 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3883 /apex-mdapi/src/classes/MetadataService.cls 6432 12 6451 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3884 /apex-mdapi/src/classes/MetadataService.cls 6432 12 6451 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3884 /apex-mdapi/src/classes/MetadataService.cls 6432 12 6451 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3885 /apex-mdapi/src/classes/MetadataService.cls 6435 26 6435 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3885 /apex-mdapi/src/classes/MetadataService.cls 6435 26 6435 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3886 /apex-mdapi/src/classes/MetadataService.cls 6442 26 6442 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 'actionLinkTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3886 /apex-mdapi/src/classes/MetadataService.cls 6442 26 6442 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 'actionLinkTemplates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3887 /apex-mdapi/src/classes/MetadataService.cls 6443 26 6443 103 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3887 /apex-mdapi/src/classes/MetadataService.cls 6443 26 6443 103 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3888 /apex-mdapi/src/classes/MetadataService.cls 6444 26 6444 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 'executionsAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3888 /apex-mdapi/src/classes/MetadataService.cls 6444 26 6444 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 'executionsAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3889 /apex-mdapi/src/classes/MetadataService.cls 6445 26 6445 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 'hoursUntilExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3889 /apex-mdapi/src/classes/MetadataService.cls 6445 26 6445 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 'hoursUntilExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3890 /apex-mdapi/src/classes/MetadataService.cls 6446 26 6446 109 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 'isPublished_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3890 /apex-mdapi/src/classes/MetadataService.cls 6446 26 6446 109 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 'isPublished_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3891 /apex-mdapi/src/classes/MetadataService.cls 6447 26 6447 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3891 /apex-mdapi/src/classes/MetadataService.cls 6447 26 6447 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3892 /apex-mdapi/src/classes/MetadataService.cls 6448 26 6448 89 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]*'
3892 /apex-mdapi/src/classes/MetadataService.cls 6448 26 6448 89 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]*'
3893 /apex-mdapi/src/classes/MetadataService.cls 6449 26 6449 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3893 /apex-mdapi/src/classes/MetadataService.cls 6449 26 6449 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3894 /apex-mdapi/src/classes/MetadataService.cls 6450 26 6450 172 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]*'
3894 /apex-mdapi/src/classes/MetadataService.cls 6450 26 6450 172 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]*'
3895 /apex-mdapi/src/classes/MetadataService.cls 6452 12 6461 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3895 /apex-mdapi/src/classes/MetadataService.cls 6452 12 6461 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3896 /apex-mdapi/src/classes/MetadataService.cls 6456 26 6456 111 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3896 /apex-mdapi/src/classes/MetadataService.cls 6456 26 6456 111 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 'dataCategory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3897 /apex-mdapi/src/classes/MetadataService.cls 6457 26 6457 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 'dataCategoryGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3897 /apex-mdapi/src/classes/MetadataService.cls 6457 26 6457 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 'dataCategoryGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3898 /apex-mdapi/src/classes/MetadataService.cls 6458 26 6458 103 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3898 /apex-mdapi/src/classes/MetadataService.cls 6458 26 6458 103 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3899 /apex-mdapi/src/classes/MetadataService.cls 6459 26 6459 89 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]*'
3899 /apex-mdapi/src/classes/MetadataService.cls 6459 26 6459 89 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]*'
3900 /apex-mdapi/src/classes/MetadataService.cls 6460 26 6460 109 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]*'
3900 /apex-mdapi/src/classes/MetadataService.cls 6460 26 6460 109 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]*'
3901 /apex-mdapi/src/classes/MetadataService.cls 6462 12 6471 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3901 /apex-mdapi/src/classes/MetadataService.cls 6462 12 6471 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3902 /apex-mdapi/src/classes/MetadataService.cls 6463 23 6463 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 'from_x' doesn't match '[a-z][a-zA-Z0-9]*'
3902 /apex-mdapi/src/classes/MetadataService.cls 6463 23 6463 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 'from_x' doesn't match '[a-z][a-zA-Z0-9]*'
3903 /apex-mdapi/src/classes/MetadataService.cls 6466 26 6466 97 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 'from_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3903 /apex-mdapi/src/classes/MetadataService.cls 6466 26 6466 97 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 'from_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3904 /apex-mdapi/src/classes/MetadataService.cls 6467 26 6467 109 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 'sourceValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3904 /apex-mdapi/src/classes/MetadataService.cls 6467 26 6467 109 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 'sourceValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3905 /apex-mdapi/src/classes/MetadataService.cls 6468 26 6468 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 'to_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3905 /apex-mdapi/src/classes/MetadataService.cls 6468 26 6468 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 'to_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3906 /apex-mdapi/src/classes/MetadataService.cls 6469 26 6469 89 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]*'
3906 /apex-mdapi/src/classes/MetadataService.cls 6469 26 6469 89 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]*'
3907 /apex-mdapi/src/classes/MetadataService.cls 6470 26 6470 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]*'
3907 /apex-mdapi/src/classes/MetadataService.cls 6470 26 6470 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]*'
3908 /apex-mdapi/src/classes/MetadataService.cls 6472 12 6479 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3908 /apex-mdapi/src/classes/MetadataService.cls 6472 12 6479 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3909 /apex-mdapi/src/classes/MetadataService.cls 6475 26 6475 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3909 /apex-mdapi/src/classes/MetadataService.cls 6475 26 6475 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3910 /apex-mdapi/src/classes/MetadataService.cls 6476 26 6476 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3910 /apex-mdapi/src/classes/MetadataService.cls 6476 26 6476 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3911 /apex-mdapi/src/classes/MetadataService.cls 6477 26 6477 89 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]*'
3911 /apex-mdapi/src/classes/MetadataService.cls 6477 26 6477 89 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]*'
3912 /apex-mdapi/src/classes/MetadataService.cls 6478 26 6478 85 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]*'
3912 /apex-mdapi/src/classes/MetadataService.cls 6478 26 6478 85 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]*'
3913 /apex-mdapi/src/classes/MetadataService.cls 6480 12 6497 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3913 /apex-mdapi/src/classes/MetadataService.cls 6480 12 6497 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3914 /apex-mdapi/src/classes/MetadataService.cls 6480 12 6497 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3914 /apex-mdapi/src/classes/MetadataService.cls 6480 12 6497 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3915 /apex-mdapi/src/classes/MetadataService.cls 6483 26 6483 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3915 /apex-mdapi/src/classes/MetadataService.cls 6483 26 6483 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3916 /apex-mdapi/src/classes/MetadataService.cls 6489 26 6489 107 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3916 /apex-mdapi/src/classes/MetadataService.cls 6489 26 6489 107 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3917 /apex-mdapi/src/classes/MetadataService.cls 6490 26 6490 112 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3917 /apex-mdapi/src/classes/MetadataService.cls 6490 26 6490 112 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3918 /apex-mdapi/src/classes/MetadataService.cls 6491 26 6491 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3918 /apex-mdapi/src/classes/MetadataService.cls 6491 26 6491 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3919 /apex-mdapi/src/classes/MetadataService.cls 6492 26 6492 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3919 /apex-mdapi/src/classes/MetadataService.cls 6492 26 6492 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3920 /apex-mdapi/src/classes/MetadataService.cls 6493 26 6493 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3920 /apex-mdapi/src/classes/MetadataService.cls 6493 26 6493 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3921 /apex-mdapi/src/classes/MetadataService.cls 6494 26 6494 89 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]*'
3921 /apex-mdapi/src/classes/MetadataService.cls 6494 26 6494 89 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]*'
3922 /apex-mdapi/src/classes/MetadataService.cls 6495 26 6495 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3922 /apex-mdapi/src/classes/MetadataService.cls 6495 26 6495 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3923 /apex-mdapi/src/classes/MetadataService.cls 6496 26 6496 141 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]*'
3923 /apex-mdapi/src/classes/MetadataService.cls 6496 26 6496 141 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]*'
3924 /apex-mdapi/src/classes/MetadataService.cls 6498 12 6503 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3924 /apex-mdapi/src/classes/MetadataService.cls 6498 12 6503 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3925 /apex-mdapi/src/classes/MetadataService.cls 6498 12 6503 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 'createMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3925 /apex-mdapi/src/classes/MetadataService.cls 6498 12 6503 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 'createMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
3926 /apex-mdapi/src/classes/MetadataService.cls 6500 26 6500 100 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]*'
3926 /apex-mdapi/src/classes/MetadataService.cls 6500 26 6500 100 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]*'
3927 /apex-mdapi/src/classes/MetadataService.cls 6501 26 6501 89 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]*'
3927 /apex-mdapi/src/classes/MetadataService.cls 6501 26 6501 89 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]*'
3928 /apex-mdapi/src/classes/MetadataService.cls 6502 26 6502 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]*'
3928 /apex-mdapi/src/classes/MetadataService.cls 6502 26 6502 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]*'
3929 /apex-mdapi/src/classes/MetadataService.cls 6504 12 6559 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3929 /apex-mdapi/src/classes/MetadataService.cls 6504 12 6559 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3930 /apex-mdapi/src/classes/MetadataService.cls 6504 12 6559 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Dashboard has 26 public methods, attributes, and properties (limit: 20)
3930 /apex-mdapi/src/classes/MetadataService.cls 6504 12 6559 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Dashboard has 26 public methods, attributes, and properties (limit: 20)
3931 /apex-mdapi/src/classes/MetadataService.cls 6504 12 6559 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3931 /apex-mdapi/src/classes/MetadataService.cls 6504 12 6559 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3932 /apex-mdapi/src/classes/MetadataService.cls 6507 26 6507 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3932 /apex-mdapi/src/classes/MetadataService.cls 6507 26 6507 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3933 /apex-mdapi/src/classes/MetadataService.cls 6532 26 6532 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 'backgroundEndColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3933 /apex-mdapi/src/classes/MetadataService.cls 6532 26 6532 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 'backgroundEndColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3934 /apex-mdapi/src/classes/MetadataService.cls 6533 26 6533 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 'backgroundFadeDirection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3934 /apex-mdapi/src/classes/MetadataService.cls 6533 26 6533 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 'backgroundFadeDirection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3935 /apex-mdapi/src/classes/MetadataService.cls 6534 26 6534 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 'backgroundStartColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3935 /apex-mdapi/src/classes/MetadataService.cls 6534 26 6534 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 'backgroundStartColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3936 /apex-mdapi/src/classes/MetadataService.cls 6535 26 6535 107 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 'chartTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3936 /apex-mdapi/src/classes/MetadataService.cls 6535 26 6535 107 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 'chartTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3937 /apex-mdapi/src/classes/MetadataService.cls 6536 26 6536 111 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 'colorPalette_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3937 /apex-mdapi/src/classes/MetadataService.cls 6536 26 6536 111 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 'colorPalette_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3938 /apex-mdapi/src/classes/MetadataService.cls 6537 26 6537 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 'dashboardChartTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3938 /apex-mdapi/src/classes/MetadataService.cls 6537 26 6537 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 'dashboardChartTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3939 /apex-mdapi/src/classes/MetadataService.cls 6538 26 6538 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 'dashboardColorPalette_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3939 /apex-mdapi/src/classes/MetadataService.cls 6538 26 6538 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 'dashboardColorPalette_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3940 /apex-mdapi/src/classes/MetadataService.cls 6539 26 6539 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 'dashboardFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3940 /apex-mdapi/src/classes/MetadataService.cls 6539 26 6539 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 'dashboardFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3941 /apex-mdapi/src/classes/MetadataService.cls 6540 26 6540 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 'dashboardGridLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3941 /apex-mdapi/src/classes/MetadataService.cls 6540 26 6540 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 'dashboardGridLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3942 /apex-mdapi/src/classes/MetadataService.cls 6541 26 6541 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 'dashboardResultRefreshedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3942 /apex-mdapi/src/classes/MetadataService.cls 6541 26 6541 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 'dashboardResultRefreshedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3943 /apex-mdapi/src/classes/MetadataService.cls 6542 26 6542 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 'dashboardResultRunningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3943 /apex-mdapi/src/classes/MetadataService.cls 6542 26 6542 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 'dashboardResultRunningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3944 /apex-mdapi/src/classes/MetadataService.cls 6543 26 6543 113 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 'dashboardType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3944 /apex-mdapi/src/classes/MetadataService.cls 6543 26 6543 113 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 'dashboardType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3945 /apex-mdapi/src/classes/MetadataService.cls 6544 26 6544 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3945 /apex-mdapi/src/classes/MetadataService.cls 6544 26 6544 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3946 /apex-mdapi/src/classes/MetadataService.cls 6545 26 6545 107 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 'folderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3946 /apex-mdapi/src/classes/MetadataService.cls 6545 26 6545 107 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 'folderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3947 /apex-mdapi/src/classes/MetadataService.cls 6546 26 6546 111 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 'isGridLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3947 /apex-mdapi/src/classes/MetadataService.cls 6546 26 6546 111 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 'isGridLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3948 /apex-mdapi/src/classes/MetadataService.cls 6547 26 6547 109 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 'leftSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3948 /apex-mdapi/src/classes/MetadataService.cls 6547 26 6547 109 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 'leftSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3949 /apex-mdapi/src/classes/MetadataService.cls 6548 26 6548 113 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 'middleSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3949 /apex-mdapi/src/classes/MetadataService.cls 6548 26 6548 113 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 'middleSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3950 /apex-mdapi/src/classes/MetadataService.cls 6549 26 6549 119 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 'numSubscriptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3950 /apex-mdapi/src/classes/MetadataService.cls 6549 26 6549 119 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 'numSubscriptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3951 /apex-mdapi/src/classes/MetadataService.cls 6550 26 6550 111 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 'rightSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3951 /apex-mdapi/src/classes/MetadataService.cls 6550 26 6550 111 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 'rightSection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3952 /apex-mdapi/src/classes/MetadataService.cls 6551 26 6551 109 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3952 /apex-mdapi/src/classes/MetadataService.cls 6551 26 6551 109 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 'runningUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3953 /apex-mdapi/src/classes/MetadataService.cls 6552 26 6552 105 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 'textColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3953 /apex-mdapi/src/classes/MetadataService.cls 6552 26 6552 105 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 'textColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3954 /apex-mdapi/src/classes/MetadataService.cls 6553 26 6553 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3954 /apex-mdapi/src/classes/MetadataService.cls 6553 26 6553 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3955 /apex-mdapi/src/classes/MetadataService.cls 6554 26 6554 107 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3955 /apex-mdapi/src/classes/MetadataService.cls 6554 26 6554 107 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 'titleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3956 /apex-mdapi/src/classes/MetadataService.cls 6555 26 6555 105 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 'titleSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3956 /apex-mdapi/src/classes/MetadataService.cls 6555 26 6555 105 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 'titleSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3957 /apex-mdapi/src/classes/MetadataService.cls 6556 26 6556 89 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]*'
3957 /apex-mdapi/src/classes/MetadataService.cls 6556 26 6556 89 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]*'
3958 /apex-mdapi/src/classes/MetadataService.cls 6557 26 6557 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3958 /apex-mdapi/src/classes/MetadataService.cls 6557 26 6557 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
3959 /apex-mdapi/src/classes/MetadataService.cls 6558 26 6558 501 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]*'
3959 /apex-mdapi/src/classes/MetadataService.cls 6558 26 6558 501 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]*'
3960 /apex-mdapi/src/classes/MetadataService.cls 6560 12 6565 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3960 /apex-mdapi/src/classes/MetadataService.cls 6560 12 6565 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3961 /apex-mdapi/src/classes/MetadataService.cls 6562 26 6562 119 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 'enablePersonList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3961 /apex-mdapi/src/classes/MetadataService.cls 6562 26 6562 119 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 'enablePersonList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3962 /apex-mdapi/src/classes/MetadataService.cls 6563 26 6563 89 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]*'
3962 /apex-mdapi/src/classes/MetadataService.cls 6563 26 6563 89 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]*'
3963 /apex-mdapi/src/classes/MetadataService.cls 6564 26 6564 82 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]*'
3963 /apex-mdapi/src/classes/MetadataService.cls 6564 26 6564 82 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]*'
3964 /apex-mdapi/src/classes/MetadataService.cls 6566 12 6573 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3964 /apex-mdapi/src/classes/MetadataService.cls 6566 12 6573 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3965 /apex-mdapi/src/classes/MetadataService.cls 6569 26 6569 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 'customShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3965 /apex-mdapi/src/classes/MetadataService.cls 6569 26 6569 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 'customShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3966 /apex-mdapi/src/classes/MetadataService.cls 6570 26 6570 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 'defaultShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3966 /apex-mdapi/src/classes/MetadataService.cls 6570 26 6570 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 'defaultShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3967 /apex-mdapi/src/classes/MetadataService.cls 6571 26 6571 89 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]*'
3967 /apex-mdapi/src/classes/MetadataService.cls 6571 26 6571 89 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]*'
3968 /apex-mdapi/src/classes/MetadataService.cls 6572 26 6572 100 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]*'
3968 /apex-mdapi/src/classes/MetadataService.cls 6572 26 6572 100 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]*'
3969 /apex-mdapi/src/classes/MetadataService.cls 6574 12 6587 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3969 /apex-mdapi/src/classes/MetadataService.cls 6574 12 6587 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3970 /apex-mdapi/src/classes/MetadataService.cls 6580 26 6580 119 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 'managedTopicType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3970 /apex-mdapi/src/classes/MetadataService.cls 6580 26 6580 119 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 'managedTopicType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3971 /apex-mdapi/src/classes/MetadataService.cls 6581 26 6581 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3971 /apex-mdapi/src/classes/MetadataService.cls 6581 26 6581 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3972 /apex-mdapi/src/classes/MetadataService.cls 6582 26 6582 107 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 'parentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3972 /apex-mdapi/src/classes/MetadataService.cls 6582 26 6582 107 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 'parentName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3973 /apex-mdapi/src/classes/MetadataService.cls 6583 26 6583 103 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3973 /apex-mdapi/src/classes/MetadataService.cls 6583 26 6583 103 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3974 /apex-mdapi/src/classes/MetadataService.cls 6584 26 6584 119 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 'topicDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3974 /apex-mdapi/src/classes/MetadataService.cls 6584 26 6584 119 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 'topicDescription_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3975 /apex-mdapi/src/classes/MetadataService.cls 6585 26 6585 89 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]*'
3975 /apex-mdapi/src/classes/MetadataService.cls 6585 26 6585 89 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]*'
3976 /apex-mdapi/src/classes/MetadataService.cls 6586 26 6586 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3976 /apex-mdapi/src/classes/MetadataService.cls 6586 26 6586 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3977 /apex-mdapi/src/classes/MetadataService.cls 6588 12 6595 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3977 /apex-mdapi/src/classes/MetadataService.cls 6588 12 6595 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3978 /apex-mdapi/src/classes/MetadataService.cls 6591 26 6591 103 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3978 /apex-mdapi/src/classes/MetadataService.cls 6591 26 6591 103 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 'profiles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3979 /apex-mdapi/src/classes/MetadataService.cls 6592 26 6592 97 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3979 /apex-mdapi/src/classes/MetadataService.cls 6592 26 6592 97 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 'users_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3980 /apex-mdapi/src/classes/MetadataService.cls 6593 26 6593 89 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]*'
3980 /apex-mdapi/src/classes/MetadataService.cls 6593 26 6593 89 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]*'
3981 /apex-mdapi/src/classes/MetadataService.cls 6594 26 6594 82 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]*'
3981 /apex-mdapi/src/classes/MetadataService.cls 6594 26 6594 82 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]*'
3982 /apex-mdapi/src/classes/MetadataService.cls 6596 12 6605 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3982 /apex-mdapi/src/classes/MetadataService.cls 6596 12 6605 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3983 /apex-mdapi/src/classes/MetadataService.cls 6599 23 6599 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]*'
3983 /apex-mdapi/src/classes/MetadataService.cls 6599 23 6599 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]*'
3984 /apex-mdapi/src/classes/MetadataService.cls 6600 26 6600 97 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]*'
3984 /apex-mdapi/src/classes/MetadataService.cls 6600 26 6600 97 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]*'
3985 /apex-mdapi/src/classes/MetadataService.cls 6601 26 6601 105 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 'recipient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3985 /apex-mdapi/src/classes/MetadataService.cls 6601 26 6601 105 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 'recipient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3986 /apex-mdapi/src/classes/MetadataService.cls 6602 26 6602 97 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]*'
3986 /apex-mdapi/src/classes/MetadataService.cls 6602 26 6602 97 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]*'
3987 /apex-mdapi/src/classes/MetadataService.cls 6603 26 6603 89 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]*'
3987 /apex-mdapi/src/classes/MetadataService.cls 6603 26 6603 89 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]*'
3988 /apex-mdapi/src/classes/MetadataService.cls 6604 26 6604 92 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]*'
3988 /apex-mdapi/src/classes/MetadataService.cls 6604 26 6604 92 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]*'
3989 /apex-mdapi/src/classes/MetadataService.cls 6606 12 6631 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3989 /apex-mdapi/src/classes/MetadataService.cls 6606 12 6631 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
3990 /apex-mdapi/src/classes/MetadataService.cls 6606 12 6631 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3990 /apex-mdapi/src/classes/MetadataService.cls 6606 12 6631 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
3991 /apex-mdapi/src/classes/MetadataService.cls 6617 23 6617 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]*'
3991 /apex-mdapi/src/classes/MetadataService.cls 6617 23 6617 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]*'
3992 /apex-mdapi/src/classes/MetadataService.cls 6618 26 6618 102 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 'dmlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3992 /apex-mdapi/src/classes/MetadataService.cls 6618 26 6618 102 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 'dmlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3993 /apex-mdapi/src/classes/MetadataService.cls 6619 26 6619 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3993 /apex-mdapi/src/classes/MetadataService.cls 6619 26 6619 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3994 /apex-mdapi/src/classes/MetadataService.cls 6620 26 6620 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 'locationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3994 /apex-mdapi/src/classes/MetadataService.cls 6620 26 6620 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 'locationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3995 /apex-mdapi/src/classes/MetadataService.cls 6621 26 6621 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 'methodInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3995 /apex-mdapi/src/classes/MetadataService.cls 6621 26 6621 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 'methodInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3996 /apex-mdapi/src/classes/MetadataService.cls 6622 26 6622 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3996 /apex-mdapi/src/classes/MetadataService.cls 6622 26 6622 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3997 /apex-mdapi/src/classes/MetadataService.cls 6623 26 6623 104 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3997 /apex-mdapi/src/classes/MetadataService.cls 6623 26 6623 104 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3998 /apex-mdapi/src/classes/MetadataService.cls 6624 26 6624 111 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 'numLocations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3998 /apex-mdapi/src/classes/MetadataService.cls 6624 26 6624 111 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 'numLocations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3999 /apex-mdapi/src/classes/MetadataService.cls 6625 26 6625 131 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 'numLocationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
3999 /apex-mdapi/src/classes/MetadataService.cls 6625 26 6625 131 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 'numLocationsNotCovered_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4000 /apex-mdapi/src/classes/MetadataService.cls 6626 26 6626 104 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 'soqlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4000 /apex-mdapi/src/classes/MetadataService.cls 6626 26 6626 104 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 'soqlInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4001 /apex-mdapi/src/classes/MetadataService.cls 6627 26 6627 104 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 'soslInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4001 /apex-mdapi/src/classes/MetadataService.cls 6627 26 6627 104 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 'soslInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4002 /apex-mdapi/src/classes/MetadataService.cls 6628 26 6628 97 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]*'
4002 /apex-mdapi/src/classes/MetadataService.cls 6628 26 6628 97 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]*'
4003 /apex-mdapi/src/classes/MetadataService.cls 6629 26 6629 89 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]*'
4003 /apex-mdapi/src/classes/MetadataService.cls 6629 26 6629 89 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]*'
4004 /apex-mdapi/src/classes/MetadataService.cls 6630 26 6630 203 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]*'
4004 /apex-mdapi/src/classes/MetadataService.cls 6630 26 6630 203 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]*'
4005 /apex-mdapi/src/classes/MetadataService.cls 6632 12 6639 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4005 /apex-mdapi/src/classes/MetadataService.cls 6632 12 6639 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4006 /apex-mdapi/src/classes/MetadataService.cls 6635 26 6635 103 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 'picklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4006 /apex-mdapi/src/classes/MetadataService.cls 6635 26 6635 103 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 'picklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4007 /apex-mdapi/src/classes/MetadataService.cls 6636 26 6636 100 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4007 /apex-mdapi/src/classes/MetadataService.cls 6636 26 6636 100 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4008 /apex-mdapi/src/classes/MetadataService.cls 6637 26 6637 89 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]*'
4008 /apex-mdapi/src/classes/MetadataService.cls 6637 26 6637 89 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]*'
4009 /apex-mdapi/src/classes/MetadataService.cls 6638 26 6638 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4009 /apex-mdapi/src/classes/MetadataService.cls 6638 26 6638 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4010 /apex-mdapi/src/classes/MetadataService.cls 6640 12 6667 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4010 /apex-mdapi/src/classes/MetadataService.cls 6640 12 6667 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4011 /apex-mdapi/src/classes/MetadataService.cls 6640 12 6667 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4011 /apex-mdapi/src/classes/MetadataService.cls 6640 12 6667 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4012 /apex-mdapi/src/classes/MetadataService.cls 6643 26 6643 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4012 /apex-mdapi/src/classes/MetadataService.cls 6643 26 6643 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4013 /apex-mdapi/src/classes/MetadataService.cls 6646 26 6646 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4013 /apex-mdapi/src/classes/MetadataService.cls 6646 26 6646 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4014 /apex-mdapi/src/classes/MetadataService.cls 6647 26 6647 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4014 /apex-mdapi/src/classes/MetadataService.cls 6647 26 6647 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4015 /apex-mdapi/src/classes/MetadataService.cls 6651 26 6651 97 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]*'
4015 /apex-mdapi/src/classes/MetadataService.cls 6651 26 6651 97 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]*'
4016 /apex-mdapi/src/classes/MetadataService.cls 6652 26 6652 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4016 /apex-mdapi/src/classes/MetadataService.cls 6652 26 6652 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4017 /apex-mdapi/src/classes/MetadataService.cls 6653 26 6653 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4017 /apex-mdapi/src/classes/MetadataService.cls 6653 26 6653 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4018 /apex-mdapi/src/classes/MetadataService.cls 6659 26 6659 105 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4018 /apex-mdapi/src/classes/MetadataService.cls 6659 26 6659 105 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4019 /apex-mdapi/src/classes/MetadataService.cls 6660 26 6660 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4019 /apex-mdapi/src/classes/MetadataService.cls 6660 26 6660 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4020 /apex-mdapi/src/classes/MetadataService.cls 6661 26 6661 115 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4020 /apex-mdapi/src/classes/MetadataService.cls 6661 26 6661 115 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4021 /apex-mdapi/src/classes/MetadataService.cls 6662 26 6662 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4021 /apex-mdapi/src/classes/MetadataService.cls 6662 26 6662 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4022 /apex-mdapi/src/classes/MetadataService.cls 6663 26 6663 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4022 /apex-mdapi/src/classes/MetadataService.cls 6663 26 6663 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4023 /apex-mdapi/src/classes/MetadataService.cls 6664 26 6664 89 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]*'
4023 /apex-mdapi/src/classes/MetadataService.cls 6664 26 6664 89 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]*'
4024 /apex-mdapi/src/classes/MetadataService.cls 6665 26 6665 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4024 /apex-mdapi/src/classes/MetadataService.cls 6665 26 6665 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4025 /apex-mdapi/src/classes/MetadataService.cls 6666 26 6666 219 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]*'
4025 /apex-mdapi/src/classes/MetadataService.cls 6666 26 6666 219 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]*'
4026 /apex-mdapi/src/classes/MetadataService.cls 6668 12 6685 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4026 /apex-mdapi/src/classes/MetadataService.cls 6668 12 6685 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4027 /apex-mdapi/src/classes/MetadataService.cls 6668 12 6685 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4027 /apex-mdapi/src/classes/MetadataService.cls 6668 12 6685 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4028 /apex-mdapi/src/classes/MetadataService.cls 6676 26 6676 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4028 /apex-mdapi/src/classes/MetadataService.cls 6676 26 6676 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4029 /apex-mdapi/src/classes/MetadataService.cls 6677 26 6677 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 'isContainerAutoSizeEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4029 /apex-mdapi/src/classes/MetadataService.cls 6677 26 6677 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 'isContainerAutoSizeEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4030 /apex-mdapi/src/classes/MetadataService.cls 6678 26 6678 99 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 'region_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4030 /apex-mdapi/src/classes/MetadataService.cls 6678 26 6678 99 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 'region_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4031 /apex-mdapi/src/classes/MetadataService.cls 6679 26 6679 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 'sidebarComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4031 /apex-mdapi/src/classes/MetadataService.cls 6679 26 6679 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 'sidebarComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4032 /apex-mdapi/src/classes/MetadataService.cls 6680 26 6680 97 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4032 /apex-mdapi/src/classes/MetadataService.cls 6680 26 6680 97 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4033 /apex-mdapi/src/classes/MetadataService.cls 6681 26 6681 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 'unit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4033 /apex-mdapi/src/classes/MetadataService.cls 6681 26 6681 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 'unit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4034 /apex-mdapi/src/classes/MetadataService.cls 6682 26 6682 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4034 /apex-mdapi/src/classes/MetadataService.cls 6682 26 6682 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4035 /apex-mdapi/src/classes/MetadataService.cls 6683 26 6683 89 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]*'
4035 /apex-mdapi/src/classes/MetadataService.cls 6683 26 6683 89 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]*'
4036 /apex-mdapi/src/classes/MetadataService.cls 6684 26 6684 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4036 /apex-mdapi/src/classes/MetadataService.cls 6684 26 6684 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4037 /apex-mdapi/src/classes/MetadataService.cls 6686 12 6709 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4037 /apex-mdapi/src/classes/MetadataService.cls 6686 12 6709 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4038 /apex-mdapi/src/classes/MetadataService.cls 6686 12 6709 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4038 /apex-mdapi/src/classes/MetadataService.cls 6686 12 6709 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4039 /apex-mdapi/src/classes/MetadataService.cls 6697 26 6697 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 'autocollapsePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4039 /apex-mdapi/src/classes/MetadataService.cls 6697 26 6697 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 'autocollapsePublisher_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4040 /apex-mdapi/src/classes/MetadataService.cls 6698 26 6698 109 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 'compactFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4040 /apex-mdapi/src/classes/MetadataService.cls 6698 26 6698 109 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 'compactFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4041 /apex-mdapi/src/classes/MetadataService.cls 6699 26 6699 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 'feedFilterPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4041 /apex-mdapi/src/classes/MetadataService.cls 6699 26 6699 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 'feedFilterPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4042 /apex-mdapi/src/classes/MetadataService.cls 6700 26 6700 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 'feedFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4042 /apex-mdapi/src/classes/MetadataService.cls 6700 26 6700 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 'feedFilters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4043 /apex-mdapi/src/classes/MetadataService.cls 6701 26 6701 113 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 'fullWidthFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4043 /apex-mdapi/src/classes/MetadataService.cls 6701 26 6701 113 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 'fullWidthFeed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4044 /apex-mdapi/src/classes/MetadataService.cls 6702 26 6702 109 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 'hideSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4044 /apex-mdapi/src/classes/MetadataService.cls 6702 26 6702 109 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 'hideSidebar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4045 /apex-mdapi/src/classes/MetadataService.cls 6703 26 6703 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 'highlightExternalFeedItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4045 /apex-mdapi/src/classes/MetadataService.cls 6703 26 6703 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 'highlightExternalFeedItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4046 /apex-mdapi/src/classes/MetadataService.cls 6704 26 6704 116 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 'leftComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4046 /apex-mdapi/src/classes/MetadataService.cls 6704 26 6704 116 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 'leftComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4047 /apex-mdapi/src/classes/MetadataService.cls 6705 26 6705 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 'rightComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4047 /apex-mdapi/src/classes/MetadataService.cls 6705 26 6705 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 'rightComponents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4048 /apex-mdapi/src/classes/MetadataService.cls 6706 26 6706 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 'useInlineFiltersInConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4048 /apex-mdapi/src/classes/MetadataService.cls 6706 26 6706 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 'useInlineFiltersInConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4049 /apex-mdapi/src/classes/MetadataService.cls 6707 26 6707 89 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]*'
4049 /apex-mdapi/src/classes/MetadataService.cls 6707 26 6707 89 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]*'
4050 /apex-mdapi/src/classes/MetadataService.cls 6708 26 6708 258 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]*'
4050 /apex-mdapi/src/classes/MetadataService.cls 6708 26 6708 258 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]*'
4051 /apex-mdapi/src/classes/MetadataService.cls 6710 12 6715 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4051 /apex-mdapi/src/classes/MetadataService.cls 6710 12 6715 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4052 /apex-mdapi/src/classes/MetadataService.cls 6712 26 6712 104 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4052 /apex-mdapi/src/classes/MetadataService.cls 6712 26 6712 104 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 'ipRanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4053 /apex-mdapi/src/classes/MetadataService.cls 6713 26 6713 89 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]*'
4053 /apex-mdapi/src/classes/MetadataService.cls 6713 26 6713 89 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]*'
4054 /apex-mdapi/src/classes/MetadataService.cls 6714 26 6714 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4054 /apex-mdapi/src/classes/MetadataService.cls 6714 26 6714 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4055 /apex-mdapi/src/classes/MetadataService.cls 6716 12 6731 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4055 /apex-mdapi/src/classes/MetadataService.cls 6716 12 6731 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4056 /apex-mdapi/src/classes/MetadataService.cls 6722 23 6722 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]*'
4056 /apex-mdapi/src/classes/MetadataService.cls 6722 23 6722 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]*'
4057 /apex-mdapi/src/classes/MetadataService.cls 6723 26 6723 107 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4057 /apex-mdapi/src/classes/MetadataService.cls 6723 26 6723 107 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4058 /apex-mdapi/src/classes/MetadataService.cls 6724 26 6724 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4058 /apex-mdapi/src/classes/MetadataService.cls 6724 26 6724 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4059 /apex-mdapi/src/classes/MetadataService.cls 6725 26 6725 107 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 'formFactor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4059 /apex-mdapi/src/classes/MetadataService.cls 6725 26 6725 107 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 'formFactor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4060 /apex-mdapi/src/classes/MetadataService.cls 6726 26 6726 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 'pageOrSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4060 /apex-mdapi/src/classes/MetadataService.cls 6726 26 6726 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 'pageOrSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4061 /apex-mdapi/src/classes/MetadataService.cls 6727 26 6727 107 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4061 /apex-mdapi/src/classes/MetadataService.cls 6727 26 6727 107 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4062 /apex-mdapi/src/classes/MetadataService.cls 6728 26 6728 97 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]*'
4062 /apex-mdapi/src/classes/MetadataService.cls 6728 26 6728 97 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]*'
4063 /apex-mdapi/src/classes/MetadataService.cls 6729 26 6729 89 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]*'
4063 /apex-mdapi/src/classes/MetadataService.cls 6729 26 6729 89 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]*'
4064 /apex-mdapi/src/classes/MetadataService.cls 6730 26 6730 141 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]*'
4064 /apex-mdapi/src/classes/MetadataService.cls 6730 26 6730 141 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]*'
4065 /apex-mdapi/src/classes/MetadataService.cls 6732 12 6751 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4065 /apex-mdapi/src/classes/MetadataService.cls 6732 12 6751 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4066 /apex-mdapi/src/classes/MetadataService.cls 6732 12 6751 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4066 /apex-mdapi/src/classes/MetadataService.cls 6732 12 6751 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4067 /apex-mdapi/src/classes/MetadataService.cls 6735 26 6735 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4067 /apex-mdapi/src/classes/MetadataService.cls 6735 26 6735 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4068 /apex-mdapi/src/classes/MetadataService.cls 6742 26 6742 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 'enableChatterProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4068 /apex-mdapi/src/classes/MetadataService.cls 6742 26 6742 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 'enableChatterProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4069 /apex-mdapi/src/classes/MetadataService.cls 6743 26 6743 119 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 'enableIdeaThemes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4069 /apex-mdapi/src/classes/MetadataService.cls 6743 26 6743 119 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 'enableIdeaThemes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4070 /apex-mdapi/src/classes/MetadataService.cls 6744 26 6744 109 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 'enableIdeas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4070 /apex-mdapi/src/classes/MetadataService.cls 6744 26 6744 109 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 'enableIdeas_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4071 /apex-mdapi/src/classes/MetadataService.cls 6745 26 6745 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 'enableIdeasReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4071 /apex-mdapi/src/classes/MetadataService.cls 6745 26 6745 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 'enableIdeasReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4072 /apex-mdapi/src/classes/MetadataService.cls 6746 26 6746 103 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 'halfLife_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4072 /apex-mdapi/src/classes/MetadataService.cls 6746 26 6746 103 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 'halfLife_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4073 /apex-mdapi/src/classes/MetadataService.cls 6747 26 6747 119 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 'ideasProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4073 /apex-mdapi/src/classes/MetadataService.cls 6747 26 6747 119 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 'ideasProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4074 /apex-mdapi/src/classes/MetadataService.cls 6748 26 6748 89 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]*'
4074 /apex-mdapi/src/classes/MetadataService.cls 6748 26 6748 89 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]*'
4075 /apex-mdapi/src/classes/MetadataService.cls 6749 26 6749 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4075 /apex-mdapi/src/classes/MetadataService.cls 6749 26 6749 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4076 /apex-mdapi/src/classes/MetadataService.cls 6750 26 6750 185 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]*'
4076 /apex-mdapi/src/classes/MetadataService.cls 6750 26 6750 185 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]*'
4077 /apex-mdapi/src/classes/MetadataService.cls 6752 12 6789 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4077 /apex-mdapi/src/classes/MetadataService.cls 6752 12 6789 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4078 /apex-mdapi/src/classes/MetadataService.cls 6752 12 6789 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4078 /apex-mdapi/src/classes/MetadataService.cls 6752 12 6789 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4079 /apex-mdapi/src/classes/MetadataService.cls 6755 26 6755 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4079 /apex-mdapi/src/classes/MetadataService.cls 6755 26 6755 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4080 /apex-mdapi/src/classes/MetadataService.cls 6771 26 6771 105 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4080 /apex-mdapi/src/classes/MetadataService.cls 6771 26 6771 105 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4081 /apex-mdapi/src/classes/MetadataService.cls 6772 26 6772 119 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 'attachmentOption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4081 /apex-mdapi/src/classes/MetadataService.cls 6772 26 6772 119 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 'attachmentOption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4082 /apex-mdapi/src/classes/MetadataService.cls 6773 26 6773 141 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 'authenticationFailureAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4082 /apex-mdapi/src/classes/MetadataService.cls 6773 26 6773 141 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 'authenticationFailureAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4083 /apex-mdapi/src/classes/MetadataService.cls 6774 26 6774 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 'authorizationFailureAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4083 /apex-mdapi/src/classes/MetadataService.cls 6774 26 6774 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 'authorizationFailureAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4084 /apex-mdapi/src/classes/MetadataService.cls 6775 26 6775 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4084 /apex-mdapi/src/classes/MetadataService.cls 6775 26 6775 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4085 /apex-mdapi/src/classes/MetadataService.cls 6776 26 6776 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 'emailServicesAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4085 /apex-mdapi/src/classes/MetadataService.cls 6776 26 6776 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 'emailServicesAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4086 /apex-mdapi/src/classes/MetadataService.cls 6777 26 6777 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 'errorRoutingAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4086 /apex-mdapi/src/classes/MetadataService.cls 6777 26 6777 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 'errorRoutingAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4087 /apex-mdapi/src/classes/MetadataService.cls 6778 26 6778 131 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 'functionInactiveAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4087 /apex-mdapi/src/classes/MetadataService.cls 6778 26 6778 131 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 'functionInactiveAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4088 /apex-mdapi/src/classes/MetadataService.cls 6779 26 6779 111 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 'functionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4088 /apex-mdapi/src/classes/MetadataService.cls 6779 26 6779 111 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 'functionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4089 /apex-mdapi/src/classes/MetadataService.cls 6780 26 6780 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4089 /apex-mdapi/src/classes/MetadataService.cls 6780 26 6780 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4090 /apex-mdapi/src/classes/MetadataService.cls 6781 26 6781 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 'isAuthenticationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4090 /apex-mdapi/src/classes/MetadataService.cls 6781 26 6781 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 'isAuthenticationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4091 /apex-mdapi/src/classes/MetadataService.cls 6782 26 6782 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 'isErrorRoutingEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4091 /apex-mdapi/src/classes/MetadataService.cls 6782 26 6782 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 'isErrorRoutingEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4092 /apex-mdapi/src/classes/MetadataService.cls 6783 26 6783 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 'isTextAttachmentsAsBinary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4092 /apex-mdapi/src/classes/MetadataService.cls 6783 26 6783 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 'isTextAttachmentsAsBinary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4093 /apex-mdapi/src/classes/MetadataService.cls 6784 26 6784 113 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 'isTlsRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4093 /apex-mdapi/src/classes/MetadataService.cls 6784 26 6784 113 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 'isTlsRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4094 /apex-mdapi/src/classes/MetadataService.cls 6785 26 6785 117 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 'overLimitAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4094 /apex-mdapi/src/classes/MetadataService.cls 6785 26 6785 117 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 'overLimitAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4095 /apex-mdapi/src/classes/MetadataService.cls 6786 26 6786 89 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]*'
4095 /apex-mdapi/src/classes/MetadataService.cls 6786 26 6786 89 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]*'
4096 /apex-mdapi/src/classes/MetadataService.cls 6787 26 6787 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4096 /apex-mdapi/src/classes/MetadataService.cls 6787 26 6787 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4097 /apex-mdapi/src/classes/MetadataService.cls 6788 26 6788 396 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]*'
4097 /apex-mdapi/src/classes/MetadataService.cls 6788 26 6788 396 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]*'
4098 /apex-mdapi/src/classes/MetadataService.cls 6790 12 6801 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4098 /apex-mdapi/src/classes/MetadataService.cls 6790 12 6801 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4099 /apex-mdapi/src/classes/MetadataService.cls 6795 26 6795 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4099 /apex-mdapi/src/classes/MetadataService.cls 6795 26 6795 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4100 /apex-mdapi/src/classes/MetadataService.cls 6796 26 6796 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 'customDataTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4100 /apex-mdapi/src/classes/MetadataService.cls 6796 26 6796 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 'customDataTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4101 /apex-mdapi/src/classes/MetadataService.cls 6797 26 6797 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4101 /apex-mdapi/src/classes/MetadataService.cls 6797 26 6797 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4102 /apex-mdapi/src/classes/MetadataService.cls 6798 26 6798 97 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]*'
4102 /apex-mdapi/src/classes/MetadataService.cls 6798 26 6798 97 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]*'
4103 /apex-mdapi/src/classes/MetadataService.cls 6799 26 6799 89 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]*'
4103 /apex-mdapi/src/classes/MetadataService.cls 6799 26 6799 89 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]*'
4104 /apex-mdapi/src/classes/MetadataService.cls 6800 26 6800 119 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]*'
4104 /apex-mdapi/src/classes/MetadataService.cls 6800 26 6800 119 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]*'
4105 /apex-mdapi/src/classes/MetadataService.cls 6802 12 6809 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4105 /apex-mdapi/src/classes/MetadataService.cls 6802 12 6809 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4106 /apex-mdapi/src/classes/MetadataService.cls 6802 12 6809 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 'readMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4106 /apex-mdapi/src/classes/MetadataService.cls 6802 12 6809 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 'readMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4107 /apex-mdapi/src/classes/MetadataService.cls 6803 23 6803 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]*'
4107 /apex-mdapi/src/classes/MetadataService.cls 6803 23 6803 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]*'
4108 /apex-mdapi/src/classes/MetadataService.cls 6805 26 6805 97 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]*'
4108 /apex-mdapi/src/classes/MetadataService.cls 6805 26 6805 97 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]*'
4109 /apex-mdapi/src/classes/MetadataService.cls 6806 26 6806 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 'fullNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4109 /apex-mdapi/src/classes/MetadataService.cls 6806 26 6806 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 'fullNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4110 /apex-mdapi/src/classes/MetadataService.cls 6807 26 6807 89 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]*'
4110 /apex-mdapi/src/classes/MetadataService.cls 6807 26 6807 89 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]*'
4111 /apex-mdapi/src/classes/MetadataService.cls 6808 26 6808 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]*'
4111 /apex-mdapi/src/classes/MetadataService.cls 6808 26 6808 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]*'
4112 /apex-mdapi/src/classes/MetadataService.cls 6810 12 6825 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4112 /apex-mdapi/src/classes/MetadataService.cls 6810 12 6825 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4113 /apex-mdapi/src/classes/MetadataService.cls 6813 26 6813 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4113 /apex-mdapi/src/classes/MetadataService.cls 6813 26 6813 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4114 /apex-mdapi/src/classes/MetadataService.cls 6814 24 6814 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4114 /apex-mdapi/src/classes/MetadataService.cls 6814 24 6814 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4115 /apex-mdapi/src/classes/MetadataService.cls 6818 26 6818 103 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4115 /apex-mdapi/src/classes/MetadataService.cls 6818 26 6818 103 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4116 /apex-mdapi/src/classes/MetadataService.cls 6819 26 6819 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4116 /apex-mdapi/src/classes/MetadataService.cls 6819 26 6819 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4117 /apex-mdapi/src/classes/MetadataService.cls 6820 26 6820 100 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]*'
4117 /apex-mdapi/src/classes/MetadataService.cls 6820 26 6820 100 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]*'
4118 /apex-mdapi/src/classes/MetadataService.cls 6821 26 6821 97 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]*'
4118 /apex-mdapi/src/classes/MetadataService.cls 6821 26 6821 97 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]*'
4119 /apex-mdapi/src/classes/MetadataService.cls 6822 26 6822 89 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]*'
4119 /apex-mdapi/src/classes/MetadataService.cls 6822 26 6822 89 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]*'
4120 /apex-mdapi/src/classes/MetadataService.cls 6823 26 6823 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4120 /apex-mdapi/src/classes/MetadataService.cls 6823 26 6823 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4121 /apex-mdapi/src/classes/MetadataService.cls 6824 26 6824 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4121 /apex-mdapi/src/classes/MetadataService.cls 6824 26 6824 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4122 /apex-mdapi/src/classes/MetadataService.cls 6826 12 6839 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4122 /apex-mdapi/src/classes/MetadataService.cls 6826 12 6839 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4123 /apex-mdapi/src/classes/MetadataService.cls 6832 26 6832 119 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 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4123 /apex-mdapi/src/classes/MetadataService.cls 6832 26 6832 119 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 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4124 /apex-mdapi/src/classes/MetadataService.cls 6833 26 6833 107 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 'restricted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4124 /apex-mdapi/src/classes/MetadataService.cls 6833 26 6833 107 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 'restricted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4125 /apex-mdapi/src/classes/MetadataService.cls 6834 26 6834 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 'valueSetDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4125 /apex-mdapi/src/classes/MetadataService.cls 6834 26 6834 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 'valueSetDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4126 /apex-mdapi/src/classes/MetadataService.cls 6835 26 6835 111 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 'valueSetName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4126 /apex-mdapi/src/classes/MetadataService.cls 6835 26 6835 111 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 'valueSetName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4127 /apex-mdapi/src/classes/MetadataService.cls 6836 26 6836 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 'valueSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4127 /apex-mdapi/src/classes/MetadataService.cls 6836 26 6836 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 'valueSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4128 /apex-mdapi/src/classes/MetadataService.cls 6837 26 6837 89 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]*'
4128 /apex-mdapi/src/classes/MetadataService.cls 6837 26 6837 89 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]*'
4129 /apex-mdapi/src/classes/MetadataService.cls 6838 26 6838 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4129 /apex-mdapi/src/classes/MetadataService.cls 6838 26 6838 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4130 /apex-mdapi/src/classes/MetadataService.cls 6840 12 6847 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4130 /apex-mdapi/src/classes/MetadataService.cls 6840 12 6847 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4131 /apex-mdapi/src/classes/MetadataService.cls 6843 26 6843 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4131 /apex-mdapi/src/classes/MetadataService.cls 6843 26 6843 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4132 /apex-mdapi/src/classes/MetadataService.cls 6844 26 6844 113 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 'sortDirection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4132 /apex-mdapi/src/classes/MetadataService.cls 6844 26 6844 113 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 'sortDirection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4133 /apex-mdapi/src/classes/MetadataService.cls 6845 26 6845 89 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]*'
4133 /apex-mdapi/src/classes/MetadataService.cls 6845 26 6845 89 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]*'
4134 /apex-mdapi/src/classes/MetadataService.cls 6846 26 6846 86 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]*'
4134 /apex-mdapi/src/classes/MetadataService.cls 6846 26 6846 86 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]*'
4135 /apex-mdapi/src/classes/MetadataService.cls 6848 12 6853 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4135 /apex-mdapi/src/classes/MetadataService.cls 6848 12 6853 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4136 /apex-mdapi/src/classes/MetadataService.cls 6850 26 6850 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 'quickActionListItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4136 /apex-mdapi/src/classes/MetadataService.cls 6850 26 6850 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 'quickActionListItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4137 /apex-mdapi/src/classes/MetadataService.cls 6851 26 6851 89 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]*'
4137 /apex-mdapi/src/classes/MetadataService.cls 6851 26 6851 89 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]*'
4138 /apex-mdapi/src/classes/MetadataService.cls 6852 26 6852 86 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]*'
4138 /apex-mdapi/src/classes/MetadataService.cls 6852 26 6852 86 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]*'
4139 /apex-mdapi/src/classes/MetadataService.cls 6854 12 6871 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4139 /apex-mdapi/src/classes/MetadataService.cls 6854 12 6871 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4140 /apex-mdapi/src/classes/MetadataService.cls 6854 12 6871 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4140 /apex-mdapi/src/classes/MetadataService.cls 6854 12 6871 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4141 /apex-mdapi/src/classes/MetadataService.cls 6861 23 6861 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]*'
4141 /apex-mdapi/src/classes/MetadataService.cls 6861 23 6861 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]*'
4142 /apex-mdapi/src/classes/MetadataService.cls 6862 26 6862 107 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 'appendable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4142 /apex-mdapi/src/classes/MetadataService.cls 6862 26 6862 107 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 'appendable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4143 /apex-mdapi/src/classes/MetadataService.cls 6863 26 6863 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 'componentInstances_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4143 /apex-mdapi/src/classes/MetadataService.cls 6863 26 6863 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 'componentInstances_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4144 /apex-mdapi/src/classes/MetadataService.cls 6864 26 6864 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 'mode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4144 /apex-mdapi/src/classes/MetadataService.cls 6864 26 6864 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 'mode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4145 /apex-mdapi/src/classes/MetadataService.cls 6865 26 6865 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4145 /apex-mdapi/src/classes/MetadataService.cls 6865 26 6865 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4146 /apex-mdapi/src/classes/MetadataService.cls 6866 26 6866 109 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 'prependable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4146 /apex-mdapi/src/classes/MetadataService.cls 6866 26 6866 109 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 'prependable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4147 /apex-mdapi/src/classes/MetadataService.cls 6867 26 6867 109 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 'replaceable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4147 /apex-mdapi/src/classes/MetadataService.cls 6867 26 6867 109 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 'replaceable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4148 /apex-mdapi/src/classes/MetadataService.cls 6868 26 6868 97 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]*'
4148 /apex-mdapi/src/classes/MetadataService.cls 6868 26 6868 97 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]*'
4149 /apex-mdapi/src/classes/MetadataService.cls 6869 26 6869 89 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]*'
4149 /apex-mdapi/src/classes/MetadataService.cls 6869 26 6869 89 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]*'
4150 /apex-mdapi/src/classes/MetadataService.cls 6870 26 6870 148 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]*'
4150 /apex-mdapi/src/classes/MetadataService.cls 6870 26 6870 148 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]*'
4151 /apex-mdapi/src/classes/MetadataService.cls 6872 12 6877 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4151 /apex-mdapi/src/classes/MetadataService.cls 6872 12 6877 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4152 /apex-mdapi/src/classes/MetadataService.cls 6874 26 6874 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 'containers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4152 /apex-mdapi/src/classes/MetadataService.cls 6874 26 6874 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 'containers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4153 /apex-mdapi/src/classes/MetadataService.cls 6875 26 6875 89 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]*'
4153 /apex-mdapi/src/classes/MetadataService.cls 6875 26 6875 89 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]*'
4154 /apex-mdapi/src/classes/MetadataService.cls 6876 26 6876 76 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]*'
4154 /apex-mdapi/src/classes/MetadataService.cls 6876 26 6876 76 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]*'
4155 /apex-mdapi/src/classes/MetadataService.cls 6878 12 6885 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4155 /apex-mdapi/src/classes/MetadataService.cls 6878 12 6885 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4156 /apex-mdapi/src/classes/MetadataService.cls 6881 26 6881 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4156 /apex-mdapi/src/classes/MetadataService.cls 6881 26 6881 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4157 /apex-mdapi/src/classes/MetadataService.cls 6882 26 6882 117 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4157 /apex-mdapi/src/classes/MetadataService.cls 6882 26 6882 117 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4158 /apex-mdapi/src/classes/MetadataService.cls 6883 26 6883 89 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]*'
4158 /apex-mdapi/src/classes/MetadataService.cls 6883 26 6883 89 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]*'
4159 /apex-mdapi/src/classes/MetadataService.cls 6884 26 6884 102 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]*'
4159 /apex-mdapi/src/classes/MetadataService.cls 6884 26 6884 102 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]*'
4160 /apex-mdapi/src/classes/MetadataService.cls 6886 12 6891 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4160 /apex-mdapi/src/classes/MetadataService.cls 6886 12 6891 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4161 /apex-mdapi/src/classes/MetadataService.cls 6886 12 6891 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 'updateMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4161 /apex-mdapi/src/classes/MetadataService.cls 6886 12 6891 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 'updateMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4162 /apex-mdapi/src/classes/MetadataService.cls 6888 26 6888 100 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]*'
4162 /apex-mdapi/src/classes/MetadataService.cls 6888 26 6888 100 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]*'
4163 /apex-mdapi/src/classes/MetadataService.cls 6889 26 6889 89 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]*'
4163 /apex-mdapi/src/classes/MetadataService.cls 6889 26 6889 89 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]*'
4164 /apex-mdapi/src/classes/MetadataService.cls 6890 26 6890 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]*'
4164 /apex-mdapi/src/classes/MetadataService.cls 6890 26 6890 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]*'
4165 /apex-mdapi/src/classes/MetadataService.cls 6892 12 6901 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4165 /apex-mdapi/src/classes/MetadataService.cls 6892 12 6901 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4166 /apex-mdapi/src/classes/MetadataService.cls 6896 26 6896 109 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4166 /apex-mdapi/src/classes/MetadataService.cls 6896 26 6896 109 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4167 /apex-mdapi/src/classes/MetadataService.cls 6897 26 6897 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4167 /apex-mdapi/src/classes/MetadataService.cls 6897 26 6897 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4168 /apex-mdapi/src/classes/MetadataService.cls 6898 26 6898 111 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 'sharedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4168 /apex-mdapi/src/classes/MetadataService.cls 6898 26 6898 111 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 'sharedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4169 /apex-mdapi/src/classes/MetadataService.cls 6899 26 6899 89 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]*'
4169 /apex-mdapi/src/classes/MetadataService.cls 6899 26 6899 89 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]*'
4170 /apex-mdapi/src/classes/MetadataService.cls 6900 26 6900 103 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]*'
4170 /apex-mdapi/src/classes/MetadataService.cls 6900 26 6900 103 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]*'
4171 /apex-mdapi/src/classes/MetadataService.cls 6902 12 6907 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4171 /apex-mdapi/src/classes/MetadataService.cls 6902 12 6907 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4172 /apex-mdapi/src/classes/MetadataService.cls 6904 26 6904 117 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 'quickActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4172 /apex-mdapi/src/classes/MetadataService.cls 6904 26 6904 117 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 'quickActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4173 /apex-mdapi/src/classes/MetadataService.cls 6905 26 6905 89 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]*'
4173 /apex-mdapi/src/classes/MetadataService.cls 6905 26 6905 89 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]*'
4174 /apex-mdapi/src/classes/MetadataService.cls 6906 26 6906 81 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]*'
4174 /apex-mdapi/src/classes/MetadataService.cls 6906 26 6906 81 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]*'
4175 /apex-mdapi/src/classes/MetadataService.cls 6908 12 6921 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4175 /apex-mdapi/src/classes/MetadataService.cls 6908 12 6921 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4176 /apex-mdapi/src/classes/MetadataService.cls 6911 26 6911 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4176 /apex-mdapi/src/classes/MetadataService.cls 6911 26 6911 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4177 /apex-mdapi/src/classes/MetadataService.cls 6913 26 6913 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4177 /apex-mdapi/src/classes/MetadataService.cls 6913 26 6913 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4178 /apex-mdapi/src/classes/MetadataService.cls 6916 26 6916 97 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]*'
4178 /apex-mdapi/src/classes/MetadataService.cls 6916 26 6916 97 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]*'
4179 /apex-mdapi/src/classes/MetadataService.cls 6917 26 6917 103 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 'siteType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4179 /apex-mdapi/src/classes/MetadataService.cls 6917 26 6917 103 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 'siteType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4180 /apex-mdapi/src/classes/MetadataService.cls 6918 26 6918 89 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]*'
4180 /apex-mdapi/src/classes/MetadataService.cls 6918 26 6918 89 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]*'
4181 /apex-mdapi/src/classes/MetadataService.cls 6919 26 6919 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4181 /apex-mdapi/src/classes/MetadataService.cls 6919 26 6919 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4182 /apex-mdapi/src/classes/MetadataService.cls 6920 26 6920 104 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]*'
4182 /apex-mdapi/src/classes/MetadataService.cls 6920 26 6920 104 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]*'
4183 /apex-mdapi/src/classes/MetadataService.cls 6922 12 6937 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4183 /apex-mdapi/src/classes/MetadataService.cls 6922 12 6937 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4184 /apex-mdapi/src/classes/MetadataService.cls 6925 26 6925 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4184 /apex-mdapi/src/classes/MetadataService.cls 6925 26 6925 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4185 /apex-mdapi/src/classes/MetadataService.cls 6930 26 6930 113 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 'chatterMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4185 /apex-mdapi/src/classes/MetadataService.cls 6930 26 6930 113 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 'chatterMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4186 /apex-mdapi/src/classes/MetadataService.cls 6931 26 6931 117 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 'dashboardMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4186 /apex-mdapi/src/classes/MetadataService.cls 6931 26 6931 117 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 'dashboardMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4187 /apex-mdapi/src/classes/MetadataService.cls 6932 26 6932 119 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 'salesforceMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4187 /apex-mdapi/src/classes/MetadataService.cls 6932 26 6932 119 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 'salesforceMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4188 /apex-mdapi/src/classes/MetadataService.cls 6933 26 6933 109 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 'touchMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4188 /apex-mdapi/src/classes/MetadataService.cls 6933 26 6933 109 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 'touchMobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4189 /apex-mdapi/src/classes/MetadataService.cls 6934 26 6934 89 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]*'
4189 /apex-mdapi/src/classes/MetadataService.cls 6934 26 6934 89 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]*'
4190 /apex-mdapi/src/classes/MetadataService.cls 6935 26 6935 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4190 /apex-mdapi/src/classes/MetadataService.cls 6935 26 6935 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4191 /apex-mdapi/src/classes/MetadataService.cls 6936 26 6936 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4191 /apex-mdapi/src/classes/MetadataService.cls 6936 26 6936 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4192 /apex-mdapi/src/classes/MetadataService.cls 6938 12 6945 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4192 /apex-mdapi/src/classes/MetadataService.cls 6938 12 6945 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4193 /apex-mdapi/src/classes/MetadataService.cls 6941 26 6941 107 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 'inputField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4193 /apex-mdapi/src/classes/MetadataService.cls 6941 26 6941 107 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 'inputField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4194 /apex-mdapi/src/classes/MetadataService.cls 6942 26 6942 109 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 'outputField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4194 /apex-mdapi/src/classes/MetadataService.cls 6942 26 6942 109 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 'outputField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4195 /apex-mdapi/src/classes/MetadataService.cls 6943 26 6943 89 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]*'
4195 /apex-mdapi/src/classes/MetadataService.cls 6943 26 6943 89 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]*'
4196 /apex-mdapi/src/classes/MetadataService.cls 6944 26 6944 90 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]*'
4196 /apex-mdapi/src/classes/MetadataService.cls 6944 26 6944 90 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]*'
4197 /apex-mdapi/src/classes/MetadataService.cls 6946 12 6961 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4197 /apex-mdapi/src/classes/MetadataService.cls 6946 12 6961 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4198 /apex-mdapi/src/classes/MetadataService.cls 6953 26 6953 111 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 'apiCreatable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4198 /apex-mdapi/src/classes/MetadataService.cls 6953 26 6953 111 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 'apiCreatable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4199 /apex-mdapi/src/classes/MetadataService.cls 6954 26 6954 111 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 'apiDeletable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4199 /apex-mdapi/src/classes/MetadataService.cls 6954 26 6954 111 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 'apiDeletable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4200 /apex-mdapi/src/classes/MetadataService.cls 6955 26 6955 109 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 'apiReadable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4200 /apex-mdapi/src/classes/MetadataService.cls 6955 26 6955 109 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 'apiReadable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4201 /apex-mdapi/src/classes/MetadataService.cls 6956 26 6956 111 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 'apiUpdatable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4201 /apex-mdapi/src/classes/MetadataService.cls 6956 26 6956 111 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 'apiUpdatable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4202 /apex-mdapi/src/classes/MetadataService.cls 6957 26 6957 109 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 'parentField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4202 /apex-mdapi/src/classes/MetadataService.cls 6957 26 6957 109 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 'parentField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4203 /apex-mdapi/src/classes/MetadataService.cls 6958 26 6958 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 'valueTypeFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4203 /apex-mdapi/src/classes/MetadataService.cls 6958 26 6958 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 'valueTypeFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4204 /apex-mdapi/src/classes/MetadataService.cls 6959 26 6959 89 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]*'
4204 /apex-mdapi/src/classes/MetadataService.cls 6959 26 6959 89 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]*'
4205 /apex-mdapi/src/classes/MetadataService.cls 6960 26 6960 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4205 /apex-mdapi/src/classes/MetadataService.cls 6960 26 6960 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4206 /apex-mdapi/src/classes/MetadataService.cls 6962 12 6989 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4206 /apex-mdapi/src/classes/MetadataService.cls 6962 12 6989 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4207 /apex-mdapi/src/classes/MetadataService.cls 6962 12 6989 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4207 /apex-mdapi/src/classes/MetadataService.cls 6962 12 6989 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4208 /apex-mdapi/src/classes/MetadataService.cls 6965 26 6965 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4208 /apex-mdapi/src/classes/MetadataService.cls 6965 26 6965 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4209 /apex-mdapi/src/classes/MetadataService.cls 6976 26 6976 181 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 'assetLookupLimitedToActiveEntitlementsOnAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4209 /apex-mdapi/src/classes/MetadataService.cls 6976 26 6976 181 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 'assetLookupLimitedToActiveEntitlementsOnAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4210 /apex-mdapi/src/classes/MetadataService.cls 6977 26 6977 181 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 'assetLookupLimitedToActiveEntitlementsOnContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4210 /apex-mdapi/src/classes/MetadataService.cls 6977 26 6977 181 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 'assetLookupLimitedToActiveEntitlementsOnContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4211 /apex-mdapi/src/classes/MetadataService.cls 6978 26 6978 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 'assetLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4211 /apex-mdapi/src/classes/MetadataService.cls 6978 26 6978 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 'assetLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4212 /apex-mdapi/src/classes/MetadataService.cls 6979 26 6979 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 'assetLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4212 /apex-mdapi/src/classes/MetadataService.cls 6979 26 6979 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 'assetLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4213 /apex-mdapi/src/classes/MetadataService.cls 6980 26 6980 141 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 'enableEntitlementVersioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4213 /apex-mdapi/src/classes/MetadataService.cls 6980 26 6980 141 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 'enableEntitlementVersioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4214 /apex-mdapi/src/classes/MetadataService.cls 6981 26 6981 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 'enableEntitlements_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4214 /apex-mdapi/src/classes/MetadataService.cls 6981 26 6981 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 'enableEntitlements_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4215 /apex-mdapi/src/classes/MetadataService.cls 6982 26 6982 163 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 'entitlementLookupLimitedToActiveStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4215 /apex-mdapi/src/classes/MetadataService.cls 6982 26 6982 163 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 'entitlementLookupLimitedToActiveStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4216 /apex-mdapi/src/classes/MetadataService.cls 6983 26 6983 161 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 'entitlementLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4216 /apex-mdapi/src/classes/MetadataService.cls 6983 26 6983 161 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 'entitlementLookupLimitedToSameAccount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4217 /apex-mdapi/src/classes/MetadataService.cls 6984 26 6984 157 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 'entitlementLookupLimitedToSameAsset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4217 /apex-mdapi/src/classes/MetadataService.cls 6984 26 6984 157 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 'entitlementLookupLimitedToSameAsset_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4218 /apex-mdapi/src/classes/MetadataService.cls 6985 26 6985 161 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 'entitlementLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4218 /apex-mdapi/src/classes/MetadataService.cls 6985 26 6985 161 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 'entitlementLookupLimitedToSameContact_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4219 /apex-mdapi/src/classes/MetadataService.cls 6986 26 6986 89 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]*'
4219 /apex-mdapi/src/classes/MetadataService.cls 6986 26 6986 89 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]*'
4220 /apex-mdapi/src/classes/MetadataService.cls 6987 26 6987 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4220 /apex-mdapi/src/classes/MetadataService.cls 6987 26 6987 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4221 /apex-mdapi/src/classes/MetadataService.cls 6988 26 6988 453 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]*'
4221 /apex-mdapi/src/classes/MetadataService.cls 6988 26 6988 453 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]*'
4222 /apex-mdapi/src/classes/MetadataService.cls 6990 12 6997 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4222 /apex-mdapi/src/classes/MetadataService.cls 6990 12 6997 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4223 /apex-mdapi/src/classes/MetadataService.cls 6993 26 6993 105 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 'inherited_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4223 /apex-mdapi/src/classes/MetadataService.cls 6993 26 6993 105 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 'inherited_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4224 /apex-mdapi/src/classes/MetadataService.cls 6994 26 6994 103 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 'ruleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4224 /apex-mdapi/src/classes/MetadataService.cls 6994 26 6994 103 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 'ruleName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4225 /apex-mdapi/src/classes/MetadataService.cls 6995 26 6995 89 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]*'
4225 /apex-mdapi/src/classes/MetadataService.cls 6995 26 6995 89 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]*'
4226 /apex-mdapi/src/classes/MetadataService.cls 6996 26 6996 86 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]*'
4226 /apex-mdapi/src/classes/MetadataService.cls 6996 26 6996 86 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]*'
4227 /apex-mdapi/src/classes/MetadataService.cls 6998 12 7007 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4227 /apex-mdapi/src/classes/MetadataService.cls 6998 12 7007 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4228 /apex-mdapi/src/classes/MetadataService.cls 7002 26 7002 107 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 'choiceText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4228 /apex-mdapi/src/classes/MetadataService.cls 7002 26 7002 107 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 'choiceText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4229 /apex-mdapi/src/classes/MetadataService.cls 7003 26 7003 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4229 /apex-mdapi/src/classes/MetadataService.cls 7003 26 7003 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4230 /apex-mdapi/src/classes/MetadataService.cls 7004 26 7004 105 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 'userInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4230 /apex-mdapi/src/classes/MetadataService.cls 7004 26 7004 105 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 'userInput_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4231 /apex-mdapi/src/classes/MetadataService.cls 7005 26 7005 89 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]*'
4231 /apex-mdapi/src/classes/MetadataService.cls 7005 26 7005 89 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]*'
4232 /apex-mdapi/src/classes/MetadataService.cls 7006 26 7006 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]*'
4232 /apex-mdapi/src/classes/MetadataService.cls 7006 26 7006 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]*'
4233 /apex-mdapi/src/classes/MetadataService.cls 7008 12 7015 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4233 /apex-mdapi/src/classes/MetadataService.cls 7008 12 7015 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4234 /apex-mdapi/src/classes/MetadataService.cls 7011 26 7011 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4234 /apex-mdapi/src/classes/MetadataService.cls 7011 26 7011 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4235 /apex-mdapi/src/classes/MetadataService.cls 7012 26 7012 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4235 /apex-mdapi/src/classes/MetadataService.cls 7012 26 7012 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4236 /apex-mdapi/src/classes/MetadataService.cls 7013 26 7013 89 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]*'
4236 /apex-mdapi/src/classes/MetadataService.cls 7013 26 7013 89 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]*'
4237 /apex-mdapi/src/classes/MetadataService.cls 7014 26 7014 80 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]*'
4237 /apex-mdapi/src/classes/MetadataService.cls 7014 26 7014 80 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]*'
4238 /apex-mdapi/src/classes/MetadataService.cls 7016 12 7043 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4238 /apex-mdapi/src/classes/MetadataService.cls 7016 12 7043 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4239 /apex-mdapi/src/classes/MetadataService.cls 7016 12 7043 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4239 /apex-mdapi/src/classes/MetadataService.cls 7016 12 7043 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4240 /apex-mdapi/src/classes/MetadataService.cls 7019 26 7019 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4240 /apex-mdapi/src/classes/MetadataService.cls 7019 26 7019 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4241 /apex-mdapi/src/classes/MetadataService.cls 7030 26 7030 113 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 'buttonIconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4241 /apex-mdapi/src/classes/MetadataService.cls 7030 26 7030 113 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 'buttonIconUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4242 /apex-mdapi/src/classes/MetadataService.cls 7031 26 7031 109 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 'buttonStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4242 /apex-mdapi/src/classes/MetadataService.cls 7031 26 7031 109 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 'buttonStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4243 /apex-mdapi/src/classes/MetadataService.cls 7032 26 7032 107 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 'buttonText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4243 /apex-mdapi/src/classes/MetadataService.cls 7032 26 7032 107 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 'buttonText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4244 /apex-mdapi/src/classes/MetadataService.cls 7033 26 7033 109 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 'buttonWidth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4244 /apex-mdapi/src/classes/MetadataService.cls 7033 26 7033 109 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 'buttonWidth_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4245 /apex-mdapi/src/classes/MetadataService.cls 7034 26 7034 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4245 /apex-mdapi/src/classes/MetadataService.cls 7034 26 7034 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4246 /apex-mdapi/src/classes/MetadataService.cls 7035 26 7035 113 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 'isHeightFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4246 /apex-mdapi/src/classes/MetadataService.cls 7035 26 7035 113 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 'isHeightFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4247 /apex-mdapi/src/classes/MetadataService.cls 7036 26 7036 103 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 'isHidden_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4247 /apex-mdapi/src/classes/MetadataService.cls 7036 26 7036 103 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 'isHidden_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4248 /apex-mdapi/src/classes/MetadataService.cls 7037 26 7037 111 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 'isWidthFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4248 /apex-mdapi/src/classes/MetadataService.cls 7037 26 7037 111 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 'isWidthFixed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4249 /apex-mdapi/src/classes/MetadataService.cls 7038 26 7038 117 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 'visualforcePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4249 /apex-mdapi/src/classes/MetadataService.cls 7038 26 7038 117 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 'visualforcePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4250 /apex-mdapi/src/classes/MetadataService.cls 7039 26 7039 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4250 /apex-mdapi/src/classes/MetadataService.cls 7039 26 7039 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4251 /apex-mdapi/src/classes/MetadataService.cls 7040 26 7040 89 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]*'
4251 /apex-mdapi/src/classes/MetadataService.cls 7040 26 7040 89 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]*'
4252 /apex-mdapi/src/classes/MetadataService.cls 7041 26 7041 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4252 /apex-mdapi/src/classes/MetadataService.cls 7041 26 7041 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4253 /apex-mdapi/src/classes/MetadataService.cls 7042 26 7042 209 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]*'
4253 /apex-mdapi/src/classes/MetadataService.cls 7042 26 7042 209 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]*'
4254 /apex-mdapi/src/classes/MetadataService.cls 7044 12 7053 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4254 /apex-mdapi/src/classes/MetadataService.cls 7044 12 7053 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4255 /apex-mdapi/src/classes/MetadataService.cls 7046 23 7046 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]*'
4255 /apex-mdapi/src/classes/MetadataService.cls 7046 23 7046 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]*'
4256 /apex-mdapi/src/classes/MetadataService.cls 7048 26 7048 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4256 /apex-mdapi/src/classes/MetadataService.cls 7048 26 7048 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4257 /apex-mdapi/src/classes/MetadataService.cls 7049 26 7049 97 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]*'
4257 /apex-mdapi/src/classes/MetadataService.cls 7049 26 7049 97 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]*'
4258 /apex-mdapi/src/classes/MetadataService.cls 7050 26 7050 97 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]*'
4258 /apex-mdapi/src/classes/MetadataService.cls 7050 26 7050 97 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]*'
4259 /apex-mdapi/src/classes/MetadataService.cls 7051 26 7051 89 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]*'
4259 /apex-mdapi/src/classes/MetadataService.cls 7051 26 7051 89 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]*'
4260 /apex-mdapi/src/classes/MetadataService.cls 7052 26 7052 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]*'
4260 /apex-mdapi/src/classes/MetadataService.cls 7052 26 7052 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]*'
4261 /apex-mdapi/src/classes/MetadataService.cls 7054 12 7059 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4261 /apex-mdapi/src/classes/MetadataService.cls 7054 12 7059 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4262 /apex-mdapi/src/classes/MetadataService.cls 7056 26 7056 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 'enablePushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4262 /apex-mdapi/src/classes/MetadataService.cls 7056 26 7056 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 'enablePushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4263 /apex-mdapi/src/classes/MetadataService.cls 7057 26 7057 89 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]*'
4263 /apex-mdapi/src/classes/MetadataService.cls 7057 26 7057 89 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]*'
4264 /apex-mdapi/src/classes/MetadataService.cls 7058 26 7058 89 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]*'
4264 /apex-mdapi/src/classes/MetadataService.cls 7058 26 7058 89 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]*'
4265 /apex-mdapi/src/classes/MetadataService.cls 7060 12 7081 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4265 /apex-mdapi/src/classes/MetadataService.cls 7060 12 7081 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4266 /apex-mdapi/src/classes/MetadataService.cls 7060 12 7081 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4266 /apex-mdapi/src/classes/MetadataService.cls 7060 12 7081 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4267 /apex-mdapi/src/classes/MetadataService.cls 7063 26 7063 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4267 /apex-mdapi/src/classes/MetadataService.cls 7063 26 7063 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4268 /apex-mdapi/src/classes/MetadataService.cls 7066 24 7066 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
4268 /apex-mdapi/src/classes/MetadataService.cls 7066 24 7066 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
4269 /apex-mdapi/src/classes/MetadataService.cls 7071 26 7071 104 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 'ccEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4269 /apex-mdapi/src/classes/MetadataService.cls 7071 26 7071 104 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 'ccEmails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4270 /apex-mdapi/src/classes/MetadataService.cls 7072 26 7072 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4270 /apex-mdapi/src/classes/MetadataService.cls 7072 26 7072 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4271 /apex-mdapi/src/classes/MetadataService.cls 7073 26 7073 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4271 /apex-mdapi/src/classes/MetadataService.cls 7073 26 7073 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4272 /apex-mdapi/src/classes/MetadataService.cls 7074 26 7074 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 'recipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4272 /apex-mdapi/src/classes/MetadataService.cls 7074 26 7074 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 'recipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4273 /apex-mdapi/src/classes/MetadataService.cls 7075 26 7075 113 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 'senderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4273 /apex-mdapi/src/classes/MetadataService.cls 7075 26 7075 113 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 'senderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4274 /apex-mdapi/src/classes/MetadataService.cls 7076 26 7076 107 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 'senderType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4274 /apex-mdapi/src/classes/MetadataService.cls 7076 26 7076 107 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 'senderType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4275 /apex-mdapi/src/classes/MetadataService.cls 7077 26 7077 103 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4275 /apex-mdapi/src/classes/MetadataService.cls 7077 26 7077 103 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4276 /apex-mdapi/src/classes/MetadataService.cls 7078 26 7078 89 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]*'
4276 /apex-mdapi/src/classes/MetadataService.cls 7078 26 7078 89 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]*'
4277 /apex-mdapi/src/classes/MetadataService.cls 7079 26 7079 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4277 /apex-mdapi/src/classes/MetadataService.cls 7079 26 7079 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4278 /apex-mdapi/src/classes/MetadataService.cls 7080 26 7080 167 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]*'
4278 /apex-mdapi/src/classes/MetadataService.cls 7080 26 7080 167 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]*'
4279 /apex-mdapi/src/classes/MetadataService.cls 7082 12 7087 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4279 /apex-mdapi/src/classes/MetadataService.cls 7082 12 7087 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4280 /apex-mdapi/src/classes/MetadataService.cls 7084 26 7084 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4280 /apex-mdapi/src/classes/MetadataService.cls 7084 26 7084 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4281 /apex-mdapi/src/classes/MetadataService.cls 7085 26 7085 89 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]*'
4281 /apex-mdapi/src/classes/MetadataService.cls 7085 26 7085 89 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]*'
4282 /apex-mdapi/src/classes/MetadataService.cls 7086 26 7086 71 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]*'
4282 /apex-mdapi/src/classes/MetadataService.cls 7086 26 7086 71 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]*'
4283 /apex-mdapi/src/classes/MetadataService.cls 7088 12 7127 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4283 /apex-mdapi/src/classes/MetadataService.cls 7088 12 7127 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4284 /apex-mdapi/src/classes/MetadataService.cls 7088 12 7127 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4284 /apex-mdapi/src/classes/MetadataService.cls 7088 12 7127 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4285 /apex-mdapi/src/classes/MetadataService.cls 7091 26 7091 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4285 /apex-mdapi/src/classes/MetadataService.cls 7091 26 7091 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4286 /apex-mdapi/src/classes/MetadataService.cls 7093 26 7093 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4286 /apex-mdapi/src/classes/MetadataService.cls 7093 26 7093 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4287 /apex-mdapi/src/classes/MetadataService.cls 7107 23 7107 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]*'
4287 /apex-mdapi/src/classes/MetadataService.cls 7107 23 7107 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]*'
4288 /apex-mdapi/src/classes/MetadataService.cls 7109 26 7109 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4288 /apex-mdapi/src/classes/MetadataService.cls 7109 26 7109 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4289 /apex-mdapi/src/classes/MetadataService.cls 7110 26 7110 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 'attachedDocuments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4289 /apex-mdapi/src/classes/MetadataService.cls 7110 26 7110 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 'attachedDocuments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4290 /apex-mdapi/src/classes/MetadataService.cls 7111 26 7111 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 'attachments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4290 /apex-mdapi/src/classes/MetadataService.cls 7111 26 7111 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 'attachments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4291 /apex-mdapi/src/classes/MetadataService.cls 7112 26 7112 105 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]*'
4291 /apex-mdapi/src/classes/MetadataService.cls 7112 26 7112 105 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]*'
4292 /apex-mdapi/src/classes/MetadataService.cls 7113 26 7113 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4292 /apex-mdapi/src/classes/MetadataService.cls 7113 26 7113 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4293 /apex-mdapi/src/classes/MetadataService.cls 7114 26 7114 109 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4293 /apex-mdapi/src/classes/MetadataService.cls 7114 26 7114 109 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4294 /apex-mdapi/src/classes/MetadataService.cls 7115 26 7115 107 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 'letterhead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4294 /apex-mdapi/src/classes/MetadataService.cls 7115 26 7115 107 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 'letterhead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4295 /apex-mdapi/src/classes/MetadataService.cls 7116 26 7116 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4295 /apex-mdapi/src/classes/MetadataService.cls 7116 26 7116 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4296 /apex-mdapi/src/classes/MetadataService.cls 7117 26 7117 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4296 /apex-mdapi/src/classes/MetadataService.cls 7117 26 7117 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4297 /apex-mdapi/src/classes/MetadataService.cls 7118 26 7118 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 'relatedEntityType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4297 /apex-mdapi/src/classes/MetadataService.cls 7118 26 7118 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 'relatedEntityType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4298 /apex-mdapi/src/classes/MetadataService.cls 7119 26 7119 97 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4298 /apex-mdapi/src/classes/MetadataService.cls 7119 26 7119 97 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4299 /apex-mdapi/src/classes/MetadataService.cls 7120 26 7120 101 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4299 /apex-mdapi/src/classes/MetadataService.cls 7120 26 7120 101 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 'subject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4300 /apex-mdapi/src/classes/MetadataService.cls 7121 26 7121 103 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 'textOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4300 /apex-mdapi/src/classes/MetadataService.cls 7121 26 7121 103 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 'textOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4301 /apex-mdapi/src/classes/MetadataService.cls 7122 26 7122 97 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]*'
4301 /apex-mdapi/src/classes/MetadataService.cls 7122 26 7122 97 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]*'
4302 /apex-mdapi/src/classes/MetadataService.cls 7123 26 7123 99 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 'uiType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4302 /apex-mdapi/src/classes/MetadataService.cls 7123 26 7123 99 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 'uiType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4303 /apex-mdapi/src/classes/MetadataService.cls 7124 26 7124 89 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]*'
4303 /apex-mdapi/src/classes/MetadataService.cls 7124 26 7124 89 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]*'
4304 /apex-mdapi/src/classes/MetadataService.cls 7125 26 7125 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4304 /apex-mdapi/src/classes/MetadataService.cls 7125 26 7125 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4305 /apex-mdapi/src/classes/MetadataService.cls 7126 26 7126 277 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]*'
4305 /apex-mdapi/src/classes/MetadataService.cls 7126 26 7126 277 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]*'
4306 /apex-mdapi/src/classes/MetadataService.cls 7128 12 7141 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4306 /apex-mdapi/src/classes/MetadataService.cls 7128 12 7141 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4307 /apex-mdapi/src/classes/MetadataService.cls 7131 26 7131 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4307 /apex-mdapi/src/classes/MetadataService.cls 7131 26 7131 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4308 /apex-mdapi/src/classes/MetadataService.cls 7134 26 7134 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4308 /apex-mdapi/src/classes/MetadataService.cls 7134 26 7134 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4309 /apex-mdapi/src/classes/MetadataService.cls 7135 26 7135 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4309 /apex-mdapi/src/classes/MetadataService.cls 7135 26 7135 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4310 /apex-mdapi/src/classes/MetadataService.cls 7137 26 7137 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 'text_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4310 /apex-mdapi/src/classes/MetadataService.cls 7137 26 7137 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 'text_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4311 /apex-mdapi/src/classes/MetadataService.cls 7138 26 7138 89 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]*'
4311 /apex-mdapi/src/classes/MetadataService.cls 7138 26 7138 89 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]*'
4312 /apex-mdapi/src/classes/MetadataService.cls 7139 26 7139 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4312 /apex-mdapi/src/classes/MetadataService.cls 7139 26 7139 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4313 /apex-mdapi/src/classes/MetadataService.cls 7140 26 7140 116 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]*'
4313 /apex-mdapi/src/classes/MetadataService.cls 7140 26 7140 116 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]*'
4314 /apex-mdapi/src/classes/MetadataService.cls 7142 12 7149 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4314 /apex-mdapi/src/classes/MetadataService.cls 7142 12 7149 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4315 /apex-mdapi/src/classes/MetadataService.cls 7145 26 7145 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 'fieldNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4315 /apex-mdapi/src/classes/MetadataService.cls 7145 26 7145 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 'fieldNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4316 /apex-mdapi/src/classes/MetadataService.cls 7146 26 7146 107 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 'objectName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4316 /apex-mdapi/src/classes/MetadataService.cls 7146 26 7146 107 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 'objectName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4317 /apex-mdapi/src/classes/MetadataService.cls 7147 26 7147 89 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]*'
4317 /apex-mdapi/src/classes/MetadataService.cls 7147 26 7147 89 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]*'
4318 /apex-mdapi/src/classes/MetadataService.cls 7148 26 7148 89 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]*'
4318 /apex-mdapi/src/classes/MetadataService.cls 7148 26 7148 89 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]*'
4319 /apex-mdapi/src/classes/MetadataService.cls 7150 12 7177 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4319 /apex-mdapi/src/classes/MetadataService.cls 7150 12 7177 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4320 /apex-mdapi/src/classes/MetadataService.cls 7150 12 7177 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4320 /apex-mdapi/src/classes/MetadataService.cls 7150 12 7177 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4321 /apex-mdapi/src/classes/MetadataService.cls 7162 23 7162 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]*'
4321 /apex-mdapi/src/classes/MetadataService.cls 7162 23 7162 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]*'
4322 /apex-mdapi/src/classes/MetadataService.cls 7163 26 7163 99 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4322 /apex-mdapi/src/classes/MetadataService.cls 7163 26 7163 99 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4323 /apex-mdapi/src/classes/MetadataService.cls 7164 26 7164 99 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]*'
4323 /apex-mdapi/src/classes/MetadataService.cls 7164 26 7164 99 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]*'
4324 /apex-mdapi/src/classes/MetadataService.cls 7165 26 7165 105 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4324 /apex-mdapi/src/classes/MetadataService.cls 7165 26 7165 105 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4325 /apex-mdapi/src/classes/MetadataService.cls 7166 26 7166 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4325 /apex-mdapi/src/classes/MetadataService.cls 7166 26 7166 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4326 /apex-mdapi/src/classes/MetadataService.cls 7167 26 7167 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4326 /apex-mdapi/src/classes/MetadataService.cls 7167 26 7167 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4327 /apex-mdapi/src/classes/MetadataService.cls 7168 26 7168 105 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 'eventName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4327 /apex-mdapi/src/classes/MetadataService.cls 7168 26 7168 105 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 'eventName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4328 /apex-mdapi/src/classes/MetadataService.cls 7169 26 7169 105 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4328 /apex-mdapi/src/classes/MetadataService.cls 7169 26 7169 105 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4329 /apex-mdapi/src/classes/MetadataService.cls 7170 26 7170 113 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 'executionUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4329 /apex-mdapi/src/classes/MetadataService.cls 7170 26 7170 113 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 'executionUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4330 /apex-mdapi/src/classes/MetadataService.cls 7171 26 7171 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 'flow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4330 /apex-mdapi/src/classes/MetadataService.cls 7171 26 7171 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 'flow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4331 /apex-mdapi/src/classes/MetadataService.cls 7172 26 7172 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4331 /apex-mdapi/src/classes/MetadataService.cls 7172 26 7172 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4332 /apex-mdapi/src/classes/MetadataService.cls 7173 26 7173 111 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 'resourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4332 /apex-mdapi/src/classes/MetadataService.cls 7173 26 7173 111 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 'resourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4333 /apex-mdapi/src/classes/MetadataService.cls 7174 26 7174 97 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]*'
4333 /apex-mdapi/src/classes/MetadataService.cls 7174 26 7174 97 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]*'
4334 /apex-mdapi/src/classes/MetadataService.cls 7175 26 7175 89 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]*'
4334 /apex-mdapi/src/classes/MetadataService.cls 7175 26 7175 89 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]*'
4335 /apex-mdapi/src/classes/MetadataService.cls 7176 26 7176 208 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]*'
4335 /apex-mdapi/src/classes/MetadataService.cls 7176 26 7176 208 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]*'
4336 /apex-mdapi/src/classes/MetadataService.cls 7178 12 7215 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4336 /apex-mdapi/src/classes/MetadataService.cls 7178 12 7215 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4337 /apex-mdapi/src/classes/MetadataService.cls 7178 12 7215 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4337 /apex-mdapi/src/classes/MetadataService.cls 7178 12 7215 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4338 /apex-mdapi/src/classes/MetadataService.cls 7181 26 7181 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4338 /apex-mdapi/src/classes/MetadataService.cls 7181 26 7181 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4339 /apex-mdapi/src/classes/MetadataService.cls 7184 26 7184 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4339 /apex-mdapi/src/classes/MetadataService.cls 7184 26 7184 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4340 /apex-mdapi/src/classes/MetadataService.cls 7185 26 7185 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4340 /apex-mdapi/src/classes/MetadataService.cls 7185 26 7185 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4341 /apex-mdapi/src/classes/MetadataService.cls 7189 26 7189 97 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]*'
4341 /apex-mdapi/src/classes/MetadataService.cls 7189 26 7189 97 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]*'
4342 /apex-mdapi/src/classes/MetadataService.cls 7190 26 7190 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4342 /apex-mdapi/src/classes/MetadataService.cls 7190 26 7190 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4343 /apex-mdapi/src/classes/MetadataService.cls 7191 26 7191 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4343 /apex-mdapi/src/classes/MetadataService.cls 7191 26 7191 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4344 /apex-mdapi/src/classes/MetadataService.cls 7202 26 7202 105 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 'allowBack_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4344 /apex-mdapi/src/classes/MetadataService.cls 7202 26 7202 105 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 'allowBack_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4345 /apex-mdapi/src/classes/MetadataService.cls 7203 26 7203 109 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 'allowFinish_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4345 /apex-mdapi/src/classes/MetadataService.cls 7203 26 7203 109 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 'allowFinish_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4346 /apex-mdapi/src/classes/MetadataService.cls 7204 26 7204 107 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 'allowPause_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4346 /apex-mdapi/src/classes/MetadataService.cls 7204 26 7204 107 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 'allowPause_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4347 /apex-mdapi/src/classes/MetadataService.cls 7205 26 7205 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4347 /apex-mdapi/src/classes/MetadataService.cls 7205 26 7205 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4348 /apex-mdapi/src/classes/MetadataService.cls 7206 26 7206 100 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]*'
4348 /apex-mdapi/src/classes/MetadataService.cls 7206 26 7206 100 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]*'
4349 /apex-mdapi/src/classes/MetadataService.cls 7207 26 7207 103 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4349 /apex-mdapi/src/classes/MetadataService.cls 7207 26 7207 103 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 'helpText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4350 /apex-mdapi/src/classes/MetadataService.cls 7208 26 7208 107 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 'pausedText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4350 /apex-mdapi/src/classes/MetadataService.cls 7208 26 7208 107 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 'pausedText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4351 /apex-mdapi/src/classes/MetadataService.cls 7209 26 7209 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4351 /apex-mdapi/src/classes/MetadataService.cls 7209 26 7209 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4352 /apex-mdapi/src/classes/MetadataService.cls 7210 26 7210 107 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 'showFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4352 /apex-mdapi/src/classes/MetadataService.cls 7210 26 7210 107 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 'showFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4353 /apex-mdapi/src/classes/MetadataService.cls 7211 26 7211 107 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 'showHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4353 /apex-mdapi/src/classes/MetadataService.cls 7211 26 7211 107 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 'showHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4354 /apex-mdapi/src/classes/MetadataService.cls 7212 26 7212 89 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]*'
4354 /apex-mdapi/src/classes/MetadataService.cls 7212 26 7212 89 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]*'
4355 /apex-mdapi/src/classes/MetadataService.cls 7213 26 7213 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4355 /apex-mdapi/src/classes/MetadataService.cls 7213 26 7213 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4356 /apex-mdapi/src/classes/MetadataService.cls 7214 26 7214 259 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]*'
4356 /apex-mdapi/src/classes/MetadataService.cls 7214 26 7214 259 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]*'
4357 /apex-mdapi/src/classes/MetadataService.cls 7216 12 7221 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4357 /apex-mdapi/src/classes/MetadataService.cls 7216 12 7221 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4358 /apex-mdapi/src/classes/MetadataService.cls 7218 26 7218 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4358 /apex-mdapi/src/classes/MetadataService.cls 7218 26 7218 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4359 /apex-mdapi/src/classes/MetadataService.cls 7219 26 7219 89 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]*'
4359 /apex-mdapi/src/classes/MetadataService.cls 7219 26 7219 89 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]*'
4360 /apex-mdapi/src/classes/MetadataService.cls 7220 26 7220 71 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]*'
4360 /apex-mdapi/src/classes/MetadataService.cls 7220 26 7220 71 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]*'
4361 /apex-mdapi/src/classes/MetadataService.cls 7222 12 7243 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4361 /apex-mdapi/src/classes/MetadataService.cls 7222 12 7243 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4362 /apex-mdapi/src/classes/MetadataService.cls 7222 12 7243 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4362 /apex-mdapi/src/classes/MetadataService.cls 7222 12 7243 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4363 /apex-mdapi/src/classes/MetadataService.cls 7225 26 7225 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4363 /apex-mdapi/src/classes/MetadataService.cls 7225 26 7225 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4364 /apex-mdapi/src/classes/MetadataService.cls 7227 26 7227 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4364 /apex-mdapi/src/classes/MetadataService.cls 7227 26 7227 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4365 /apex-mdapi/src/classes/MetadataService.cls 7234 26 7234 103 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 'caSigned_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4365 /apex-mdapi/src/classes/MetadataService.cls 7234 26 7234 103 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 'caSigned_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4366 /apex-mdapi/src/classes/MetadataService.cls 7235 26 7235 148 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 'encryptedWithPlatformEncryption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4366 /apex-mdapi/src/classes/MetadataService.cls 7235 26 7235 148 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 'encryptedWithPlatformEncryption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4367 /apex-mdapi/src/classes/MetadataService.cls 7236 26 7236 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 'expirationDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4367 /apex-mdapi/src/classes/MetadataService.cls 7236 26 7236 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 'expirationDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4368 /apex-mdapi/src/classes/MetadataService.cls 7237 26 7237 101 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 'keySize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4368 /apex-mdapi/src/classes/MetadataService.cls 7237 26 7237 101 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 'keySize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4369 /apex-mdapi/src/classes/MetadataService.cls 7238 26 7238 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4369 /apex-mdapi/src/classes/MetadataService.cls 7238 26 7238 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4370 /apex-mdapi/src/classes/MetadataService.cls 7239 26 7239 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 'privateKeyExportable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4370 /apex-mdapi/src/classes/MetadataService.cls 7239 26 7239 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 'privateKeyExportable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4371 /apex-mdapi/src/classes/MetadataService.cls 7240 26 7240 89 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]*'
4371 /apex-mdapi/src/classes/MetadataService.cls 7240 26 7240 89 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]*'
4372 /apex-mdapi/src/classes/MetadataService.cls 7241 26 7241 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4372 /apex-mdapi/src/classes/MetadataService.cls 7241 26 7241 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4373 /apex-mdapi/src/classes/MetadataService.cls 7242 26 7242 194 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]*'
4373 /apex-mdapi/src/classes/MetadataService.cls 7242 26 7242 194 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]*'
4374 /apex-mdapi/src/classes/MetadataService.cls 7244 12 7263 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4374 /apex-mdapi/src/classes/MetadataService.cls 7244 12 7263 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4375 /apex-mdapi/src/classes/MetadataService.cls 7244 12 7263 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4375 /apex-mdapi/src/classes/MetadataService.cls 7244 12 7263 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4376 /apex-mdapi/src/classes/MetadataService.cls 7253 26 7253 119 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 'customActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4376 /apex-mdapi/src/classes/MetadataService.cls 7253 26 7253 119 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 'customActionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4377 /apex-mdapi/src/classes/MetadataService.cls 7254 26 7254 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4377 /apex-mdapi/src/classes/MetadataService.cls 7254 26 7254 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4378 /apex-mdapi/src/classes/MetadataService.cls 7255 26 7255 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4378 /apex-mdapi/src/classes/MetadataService.cls 7255 26 7255 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 'icon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4379 /apex-mdapi/src/classes/MetadataService.cls 7256 26 7256 99 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 'method_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4379 /apex-mdapi/src/classes/MetadataService.cls 7256 26 7256 99 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 'method_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4380 /apex-mdapi/src/classes/MetadataService.cls 7257 26 7257 105 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 'sortIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4380 /apex-mdapi/src/classes/MetadataService.cls 7257 26 7257 105 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 'sortIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4381 /apex-mdapi/src/classes/MetadataService.cls 7258 26 7258 99 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4381 /apex-mdapi/src/classes/MetadataService.cls 7258 26 7258 99 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4382 /apex-mdapi/src/classes/MetadataService.cls 7259 26 7259 101 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 'tooltip_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4382 /apex-mdapi/src/classes/MetadataService.cls 7259 26 7259 101 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 'tooltip_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4383 /apex-mdapi/src/classes/MetadataService.cls 7260 26 7260 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4383 /apex-mdapi/src/classes/MetadataService.cls 7260 26 7260 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4384 /apex-mdapi/src/classes/MetadataService.cls 7261 26 7261 89 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]*'
4384 /apex-mdapi/src/classes/MetadataService.cls 7261 26 7261 89 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]*'
4385 /apex-mdapi/src/classes/MetadataService.cls 7262 26 7262 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4385 /apex-mdapi/src/classes/MetadataService.cls 7262 26 7262 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4386 /apex-mdapi/src/classes/MetadataService.cls 7264 12 7275 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4386 /apex-mdapi/src/classes/MetadataService.cls 7264 12 7275 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4387 /apex-mdapi/src/classes/MetadataService.cls 7266 23 7266 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
4387 /apex-mdapi/src/classes/MetadataService.cls 7266 23 7266 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
4388 /apex-mdapi/src/classes/MetadataService.cls 7269 26 7269 109 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4388 /apex-mdapi/src/classes/MetadataService.cls 7269 26 7269 109 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 'accessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4389 /apex-mdapi/src/classes/MetadataService.cls 7270 26 7270 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4389 /apex-mdapi/src/classes/MetadataService.cls 7270 26 7270 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4390 /apex-mdapi/src/classes/MetadataService.cls 7271 26 7271 109 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 'objectField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4390 /apex-mdapi/src/classes/MetadataService.cls 7271 26 7271 109 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 'objectField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4391 /apex-mdapi/src/classes/MetadataService.cls 7272 26 7272 105 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 'userField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4391 /apex-mdapi/src/classes/MetadataService.cls 7272 26 7272 105 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 'userField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4392 /apex-mdapi/src/classes/MetadataService.cls 7273 26 7273 89 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]*'
4392 /apex-mdapi/src/classes/MetadataService.cls 7273 26 7273 89 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]*'
4393 /apex-mdapi/src/classes/MetadataService.cls 7274 26 7274 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]*'
4393 /apex-mdapi/src/classes/MetadataService.cls 7274 26 7274 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]*'
4394 /apex-mdapi/src/classes/MetadataService.cls 7276 12 7287 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4394 /apex-mdapi/src/classes/MetadataService.cls 7276 12 7287 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4395 /apex-mdapi/src/classes/MetadataService.cls 7281 26 7281 113 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4395 /apex-mdapi/src/classes/MetadataService.cls 7281 26 7281 113 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4396 /apex-mdapi/src/classes/MetadataService.cls 7282 26 7282 109 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 'sourceField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4396 /apex-mdapi/src/classes/MetadataService.cls 7282 26 7282 109 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 'sourceField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4397 /apex-mdapi/src/classes/MetadataService.cls 7283 26 7283 107 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 'sourceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4397 /apex-mdapi/src/classes/MetadataService.cls 7283 26 7283 107 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 'sourceType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4398 /apex-mdapi/src/classes/MetadataService.cls 7284 26 7284 109 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 'targetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4398 /apex-mdapi/src/classes/MetadataService.cls 7284 26 7284 109 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 'targetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4399 /apex-mdapi/src/classes/MetadataService.cls 7285 26 7285 89 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]*'
4399 /apex-mdapi/src/classes/MetadataService.cls 7285 26 7285 89 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]*'
4400 /apex-mdapi/src/classes/MetadataService.cls 7286 26 7286 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4400 /apex-mdapi/src/classes/MetadataService.cls 7286 26 7286 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4401 /apex-mdapi/src/classes/MetadataService.cls 7288 12 7297 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4401 /apex-mdapi/src/classes/MetadataService.cls 7288 12 7297 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4402 /apex-mdapi/src/classes/MetadataService.cls 7292 26 7292 99 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4402 /apex-mdapi/src/classes/MetadataService.cls 7292 26 7292 99 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4403 /apex-mdapi/src/classes/MetadataService.cls 7293 26 7293 99 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]*'
4403 /apex-mdapi/src/classes/MetadataService.cls 7293 26 7293 99 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]*'
4404 /apex-mdapi/src/classes/MetadataService.cls 7294 26 7294 107 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 'keyCommand_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4404 /apex-mdapi/src/classes/MetadataService.cls 7294 26 7294 107 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 'keyCommand_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4405 /apex-mdapi/src/classes/MetadataService.cls 7295 26 7295 89 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]*'
4405 /apex-mdapi/src/classes/MetadataService.cls 7295 26 7295 89 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]*'
4406 /apex-mdapi/src/classes/MetadataService.cls 7296 26 7296 94 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]*'
4406 /apex-mdapi/src/classes/MetadataService.cls 7296 26 7296 94 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]*'
4407 /apex-mdapi/src/classes/MetadataService.cls 7298 12 7305 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4407 /apex-mdapi/src/classes/MetadataService.cls 7298 12 7305 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4408 /apex-mdapi/src/classes/MetadataService.cls 7301 26 7301 105 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 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4408 /apex-mdapi/src/classes/MetadataService.cls 7301 26 7301 105 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 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4409 /apex-mdapi/src/classes/MetadataService.cls 7302 26 7302 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4409 /apex-mdapi/src/classes/MetadataService.cls 7302 26 7302 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 'tab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4410 /apex-mdapi/src/classes/MetadataService.cls 7303 26 7303 89 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]*'
4410 /apex-mdapi/src/classes/MetadataService.cls 7303 26 7303 89 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]*'
4411 /apex-mdapi/src/classes/MetadataService.cls 7304 26 7304 81 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]*'
4411 /apex-mdapi/src/classes/MetadataService.cls 7304 26 7304 81 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]*'
4412 /apex-mdapi/src/classes/MetadataService.cls 7306 12 7315 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4412 /apex-mdapi/src/classes/MetadataService.cls 7306 12 7315 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4413 /apex-mdapi/src/classes/MetadataService.cls 7310 26 7310 105 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 'attribute_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4413 /apex-mdapi/src/classes/MetadataService.cls 7310 26 7310 105 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 'attribute_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4414 /apex-mdapi/src/classes/MetadataService.cls 7311 26 7311 115 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 'fieldReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4414 /apex-mdapi/src/classes/MetadataService.cls 7311 26 7311 115 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 'fieldReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4415 /apex-mdapi/src/classes/MetadataService.cls 7312 26 7312 97 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]*'
4415 /apex-mdapi/src/classes/MetadataService.cls 7312 26 7312 97 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]*'
4416 /apex-mdapi/src/classes/MetadataService.cls 7313 26 7313 89 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]*'
4416 /apex-mdapi/src/classes/MetadataService.cls 7313 26 7313 89 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]*'
4417 /apex-mdapi/src/classes/MetadataService.cls 7314 26 7314 100 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]*'
4417 /apex-mdapi/src/classes/MetadataService.cls 7314 26 7314 100 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]*'
4418 /apex-mdapi/src/classes/MetadataService.cls 7316 12 7333 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4418 /apex-mdapi/src/classes/MetadataService.cls 7316 12 7333 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4419 /apex-mdapi/src/classes/MetadataService.cls 7316 12 7333 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4419 /apex-mdapi/src/classes/MetadataService.cls 7316 12 7333 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4420 /apex-mdapi/src/classes/MetadataService.cls 7319 26 7319 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4420 /apex-mdapi/src/classes/MetadataService.cls 7319 26 7319 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4421 /apex-mdapi/src/classes/MetadataService.cls 7324 24 7324 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
4421 /apex-mdapi/src/classes/MetadataService.cls 7324 24 7324 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 'protected_x' doesn't match '[a-z][a-zA-Z0-9]*'
4422 /apex-mdapi/src/classes/MetadataService.cls 7325 26 7325 99 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4422 /apex-mdapi/src/classes/MetadataService.cls 7325 26 7325 99 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4423 /apex-mdapi/src/classes/MetadataService.cls 7326 26 7326 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4423 /apex-mdapi/src/classes/MetadataService.cls 7326 26 7326 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4424 /apex-mdapi/src/classes/MetadataService.cls 7327 26 7327 97 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]*'
4424 /apex-mdapi/src/classes/MetadataService.cls 7327 26 7327 97 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]*'
4425 /apex-mdapi/src/classes/MetadataService.cls 7328 26 7328 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4425 /apex-mdapi/src/classes/MetadataService.cls 7328 26 7328 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4426 /apex-mdapi/src/classes/MetadataService.cls 7329 26 7329 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4426 /apex-mdapi/src/classes/MetadataService.cls 7329 26 7329 107 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 'protected_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4427 /apex-mdapi/src/classes/MetadataService.cls 7330 26 7330 89 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]*'
4427 /apex-mdapi/src/classes/MetadataService.cls 7330 26 7330 89 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]*'
4428 /apex-mdapi/src/classes/MetadataService.cls 7331 26 7331 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4428 /apex-mdapi/src/classes/MetadataService.cls 7331 26 7331 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4429 /apex-mdapi/src/classes/MetadataService.cls 7332 26 7332 131 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]*'
4429 /apex-mdapi/src/classes/MetadataService.cls 7332 26 7332 131 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]*'
4430 /apex-mdapi/src/classes/MetadataService.cls 7334 12 7347 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4430 /apex-mdapi/src/classes/MetadataService.cls 7334 12 7347 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4431 /apex-mdapi/src/classes/MetadataService.cls 7337 26 7337 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4431 /apex-mdapi/src/classes/MetadataService.cls 7337 26 7337 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4432 /apex-mdapi/src/classes/MetadataService.cls 7341 26 7341 97 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]*'
4432 /apex-mdapi/src/classes/MetadataService.cls 7341 26 7341 97 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]*'
4433 /apex-mdapi/src/classes/MetadataService.cls 7342 26 7342 103 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4433 /apex-mdapi/src/classes/MetadataService.cls 7342 26 7342 103 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4434 /apex-mdapi/src/classes/MetadataService.cls 7343 26 7343 97 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]*'
4434 /apex-mdapi/src/classes/MetadataService.cls 7343 26 7343 97 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]*'
4435 /apex-mdapi/src/classes/MetadataService.cls 7344 26 7344 89 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]*'
4435 /apex-mdapi/src/classes/MetadataService.cls 7344 26 7344 89 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]*'
4436 /apex-mdapi/src/classes/MetadataService.cls 7345 26 7345 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4436 /apex-mdapi/src/classes/MetadataService.cls 7345 26 7345 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4437 /apex-mdapi/src/classes/MetadataService.cls 7346 26 7346 115 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]*'
4437 /apex-mdapi/src/classes/MetadataService.cls 7346 26 7346 115 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]*'
4438 /apex-mdapi/src/classes/MetadataService.cls 7348 12 7355 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4438 /apex-mdapi/src/classes/MetadataService.cls 7348 12 7355 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4439 /apex-mdapi/src/classes/MetadataService.cls 7348 12 7355 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 'deleteMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4439 /apex-mdapi/src/classes/MetadataService.cls 7348 12 7355 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 'deleteMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4440 /apex-mdapi/src/classes/MetadataService.cls 7349 23 7349 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]*'
4440 /apex-mdapi/src/classes/MetadataService.cls 7349 23 7349 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]*'
4441 /apex-mdapi/src/classes/MetadataService.cls 7351 26 7351 97 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]*'
4441 /apex-mdapi/src/classes/MetadataService.cls 7351 26 7351 97 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]*'
4442 /apex-mdapi/src/classes/MetadataService.cls 7352 26 7352 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 'fullNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4442 /apex-mdapi/src/classes/MetadataService.cls 7352 26 7352 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 'fullNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4443 /apex-mdapi/src/classes/MetadataService.cls 7353 26 7353 89 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]*'
4443 /apex-mdapi/src/classes/MetadataService.cls 7353 26 7353 89 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]*'
4444 /apex-mdapi/src/classes/MetadataService.cls 7354 26 7354 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]*'
4444 /apex-mdapi/src/classes/MetadataService.cls 7354 26 7354 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]*'
4445 /apex-mdapi/src/classes/MetadataService.cls 7356 12 7365 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4445 /apex-mdapi/src/classes/MetadataService.cls 7356 12 7365 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4446 /apex-mdapi/src/classes/MetadataService.cls 7360 26 7360 105 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 'beginning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4446 /apex-mdapi/src/classes/MetadataService.cls 7360 26 7360 105 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 'beginning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4447 /apex-mdapi/src/classes/MetadataService.cls 7361 26 7361 107 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 'displaying_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4447 /apex-mdapi/src/classes/MetadataService.cls 7361 26 7361 107 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 'displaying_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4448 /apex-mdapi/src/classes/MetadataService.cls 7362 26 7362 107 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 'periodType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4448 /apex-mdapi/src/classes/MetadataService.cls 7362 26 7362 107 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 'periodType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4449 /apex-mdapi/src/classes/MetadataService.cls 7363 26 7363 89 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]*'
4449 /apex-mdapi/src/classes/MetadataService.cls 7363 26 7363 89 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]*'
4450 /apex-mdapi/src/classes/MetadataService.cls 7364 26 7364 101 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]*'
4450 /apex-mdapi/src/classes/MetadataService.cls 7364 26 7364 101 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]*'
4451 /apex-mdapi/src/classes/MetadataService.cls 7366 12 7395 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4451 /apex-mdapi/src/classes/MetadataService.cls 7366 12 7395 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4452 /apex-mdapi/src/classes/MetadataService.cls 7366 12 7395 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4452 /apex-mdapi/src/classes/MetadataService.cls 7366 12 7395 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4453 /apex-mdapi/src/classes/MetadataService.cls 7369 26 7369 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4453 /apex-mdapi/src/classes/MetadataService.cls 7369 26 7369 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4454 /apex-mdapi/src/classes/MetadataService.cls 7372 26 7372 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4454 /apex-mdapi/src/classes/MetadataService.cls 7372 26 7372 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4455 /apex-mdapi/src/classes/MetadataService.cls 7373 26 7373 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4455 /apex-mdapi/src/classes/MetadataService.cls 7373 26 7373 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4456 /apex-mdapi/src/classes/MetadataService.cls 7377 26 7377 97 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]*'
4456 /apex-mdapi/src/classes/MetadataService.cls 7377 26 7377 97 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]*'
4457 /apex-mdapi/src/classes/MetadataService.cls 7378 26 7378 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4457 /apex-mdapi/src/classes/MetadataService.cls 7378 26 7378 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4458 /apex-mdapi/src/classes/MetadataService.cls 7379 26 7379 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4458 /apex-mdapi/src/classes/MetadataService.cls 7379 26 7379 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4459 /apex-mdapi/src/classes/MetadataService.cls 7386 26 7386 107 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4459 /apex-mdapi/src/classes/MetadataService.cls 7386 26 7386 107 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 'actionName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4460 /apex-mdapi/src/classes/MetadataService.cls 7387 26 7387 107 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4460 /apex-mdapi/src/classes/MetadataService.cls 7387 26 7387 107 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4461 /apex-mdapi/src/classes/MetadataService.cls 7388 26 7388 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4461 /apex-mdapi/src/classes/MetadataService.cls 7388 26 7388 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4462 /apex-mdapi/src/classes/MetadataService.cls 7389 26 7389 115 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4462 /apex-mdapi/src/classes/MetadataService.cls 7389 26 7389 115 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4463 /apex-mdapi/src/classes/MetadataService.cls 7390 26 7390 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4463 /apex-mdapi/src/classes/MetadataService.cls 7390 26 7390 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 'inputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4464 /apex-mdapi/src/classes/MetadataService.cls 7391 26 7391 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4464 /apex-mdapi/src/classes/MetadataService.cls 7391 26 7391 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 'outputParameters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4465 /apex-mdapi/src/classes/MetadataService.cls 7392 26 7392 89 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]*'
4465 /apex-mdapi/src/classes/MetadataService.cls 7392 26 7392 89 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]*'
4466 /apex-mdapi/src/classes/MetadataService.cls 7393 26 7393 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4466 /apex-mdapi/src/classes/MetadataService.cls 7393 26 7393 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4467 /apex-mdapi/src/classes/MetadataService.cls 7394 26 7394 233 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]*'
4467 /apex-mdapi/src/classes/MetadataService.cls 7394 26 7394 233 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]*'
4468 /apex-mdapi/src/classes/MetadataService.cls 7396 12 7405 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4468 /apex-mdapi/src/classes/MetadataService.cls 7396 12 7405 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4469 /apex-mdapi/src/classes/MetadataService.cls 7400 26 7400 97 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]*'
4469 /apex-mdapi/src/classes/MetadataService.cls 7400 26 7400 97 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]*'
4470 /apex-mdapi/src/classes/MetadataService.cls 7401 26 7401 105 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4470 /apex-mdapi/src/classes/MetadataService.cls 7401 26 7401 105 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 'operation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4471 /apex-mdapi/src/classes/MetadataService.cls 7402 26 7402 97 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]*'
4471 /apex-mdapi/src/classes/MetadataService.cls 7402 26 7402 97 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]*'
4472 /apex-mdapi/src/classes/MetadataService.cls 7403 26 7403 89 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]*'
4472 /apex-mdapi/src/classes/MetadataService.cls 7403 26 7403 89 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]*'
4473 /apex-mdapi/src/classes/MetadataService.cls 7404 26 7404 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]*'
4473 /apex-mdapi/src/classes/MetadataService.cls 7404 26 7404 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]*'
4474 /apex-mdapi/src/classes/MetadataService.cls 7406 12 7421 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4474 /apex-mdapi/src/classes/MetadataService.cls 7406 12 7421 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4475 /apex-mdapi/src/classes/MetadataService.cls 7413 26 7413 113 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4475 /apex-mdapi/src/classes/MetadataService.cls 7413 26 7413 113 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4476 /apex-mdapi/src/classes/MetadataService.cls 7414 26 7414 119 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 'calculatePercent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4476 /apex-mdapi/src/classes/MetadataService.cls 7414 26 7414 119 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 'calculatePercent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4477 /apex-mdapi/src/classes/MetadataService.cls 7415 26 7415 99 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]*'
4477 /apex-mdapi/src/classes/MetadataService.cls 7415 26 7415 99 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]*'
4478 /apex-mdapi/src/classes/MetadataService.cls 7416 26 7416 113 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 'decimalPlaces_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4478 /apex-mdapi/src/classes/MetadataService.cls 7416 26 7416 113 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 'decimalPlaces_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4479 /apex-mdapi/src/classes/MetadataService.cls 7417 26 7417 105 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4479 /apex-mdapi/src/classes/MetadataService.cls 7417 26 7417 105 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4480 /apex-mdapi/src/classes/MetadataService.cls 7418 26 7418 99 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4480 /apex-mdapi/src/classes/MetadataService.cls 7418 26 7418 99 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4481 /apex-mdapi/src/classes/MetadataService.cls 7419 26 7419 89 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]*'
4481 /apex-mdapi/src/classes/MetadataService.cls 7419 26 7419 89 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]*'
4482 /apex-mdapi/src/classes/MetadataService.cls 7420 26 7420 144 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]*'
4482 /apex-mdapi/src/classes/MetadataService.cls 7420 26 7420 144 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]*'
4483 /apex-mdapi/src/classes/MetadataService.cls 7422 12 7449 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4483 /apex-mdapi/src/classes/MetadataService.cls 7422 12 7449 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4484 /apex-mdapi/src/classes/MetadataService.cls 7422 12 7449 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4484 /apex-mdapi/src/classes/MetadataService.cls 7422 12 7449 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4485 /apex-mdapi/src/classes/MetadataService.cls 7425 26 7425 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4485 /apex-mdapi/src/classes/MetadataService.cls 7425 26 7425 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4486 /apex-mdapi/src/classes/MetadataService.cls 7436 26 7436 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4486 /apex-mdapi/src/classes/MetadataService.cls 7436 26 7436 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 'accountAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4487 /apex-mdapi/src/classes/MetadataService.cls 7437 26 7437 117 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4487 /apex-mdapi/src/classes/MetadataService.cls 7437 26 7437 117 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4488 /apex-mdapi/src/classes/MetadataService.cls 7438 26 7438 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4488 /apex-mdapi/src/classes/MetadataService.cls 7438 26 7438 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4489 /apex-mdapi/src/classes/MetadataService.cls 7439 26 7439 112 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4489 /apex-mdapi/src/classes/MetadataService.cls 7439 26 7439 112 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4490 /apex-mdapi/src/classes/MetadataService.cls 7440 26 7440 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4490 /apex-mdapi/src/classes/MetadataService.cls 7440 26 7440 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4491 /apex-mdapi/src/classes/MetadataService.cls 7441 26 7441 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4491 /apex-mdapi/src/classes/MetadataService.cls 7441 26 7441 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4492 /apex-mdapi/src/classes/MetadataService.cls 7442 26 7442 131 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4492 /apex-mdapi/src/classes/MetadataService.cls 7442 26 7442 131 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4493 /apex-mdapi/src/classes/MetadataService.cls 7443 26 7443 117 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4493 /apex-mdapi/src/classes/MetadataService.cls 7443 26 7443 117 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 'parentTerritory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4494 /apex-mdapi/src/classes/MetadataService.cls 7444 26 7444 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 'ruleAssociations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4494 /apex-mdapi/src/classes/MetadataService.cls 7444 26 7444 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 'ruleAssociations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4495 /apex-mdapi/src/classes/MetadataService.cls 7445 26 7445 115 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 'territory2Type_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4495 /apex-mdapi/src/classes/MetadataService.cls 7445 26 7445 115 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 'territory2Type_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4496 /apex-mdapi/src/classes/MetadataService.cls 7446 26 7446 89 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]*'
4496 /apex-mdapi/src/classes/MetadataService.cls 7446 26 7446 89 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]*'
4497 /apex-mdapi/src/classes/MetadataService.cls 7447 26 7447 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4497 /apex-mdapi/src/classes/MetadataService.cls 7447 26 7447 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4498 /apex-mdapi/src/classes/MetadataService.cls 7448 26 7448 250 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]*'
4498 /apex-mdapi/src/classes/MetadataService.cls 7448 26 7448 250 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]*'
4499 /apex-mdapi/src/classes/MetadataService.cls 7450 12 7461 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4499 /apex-mdapi/src/classes/MetadataService.cls 7450 12 7461 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4500 /apex-mdapi/src/classes/MetadataService.cls 7455 26 7455 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4500 /apex-mdapi/src/classes/MetadataService.cls 7455 26 7455 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4501 /apex-mdapi/src/classes/MetadataService.cls 7456 26 7456 103 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 'location_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4501 /apex-mdapi/src/classes/MetadataService.cls 7456 26 7456 103 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 'location_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4502 /apex-mdapi/src/classes/MetadataService.cls 7457 26 7457 97 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 'units_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4502 /apex-mdapi/src/classes/MetadataService.cls 7457 26 7457 97 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 'units_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4503 /apex-mdapi/src/classes/MetadataService.cls 7458 26 7458 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4503 /apex-mdapi/src/classes/MetadataService.cls 7458 26 7458 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4504 /apex-mdapi/src/classes/MetadataService.cls 7459 26 7459 89 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]*'
4504 /apex-mdapi/src/classes/MetadataService.cls 7459 26 7459 89 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]*'
4505 /apex-mdapi/src/classes/MetadataService.cls 7460 26 7460 99 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]*'
4505 /apex-mdapi/src/classes/MetadataService.cls 7460 26 7460 99 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]*'
4506 /apex-mdapi/src/classes/MetadataService.cls 7462 12 7475 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4506 /apex-mdapi/src/classes/MetadataService.cls 7462 12 7475 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4507 /apex-mdapi/src/classes/MetadataService.cls 7468 26 7468 99 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]*'
4507 /apex-mdapi/src/classes/MetadataService.cls 7468 26 7468 99 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]*'
4508 /apex-mdapi/src/classes/MetadataService.cls 7469 26 7469 111 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]*'
4508 /apex-mdapi/src/classes/MetadataService.cls 7469 26 7469 111 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]*'
4509 /apex-mdapi/src/classes/MetadataService.cls 7470 26 7470 97 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]*'
4509 /apex-mdapi/src/classes/MetadataService.cls 7470 26 7470 97 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]*'
4510 /apex-mdapi/src/classes/MetadataService.cls 7471 26 7471 103 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]*'
4510 /apex-mdapi/src/classes/MetadataService.cls 7471 26 7471 103 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]*'
4511 /apex-mdapi/src/classes/MetadataService.cls 7472 26 7472 97 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]*'
4511 /apex-mdapi/src/classes/MetadataService.cls 7472 26 7472 97 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]*'
4512 /apex-mdapi/src/classes/MetadataService.cls 7473 26 7473 89 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]*'
4512 /apex-mdapi/src/classes/MetadataService.cls 7473 26 7473 89 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]*'
4513 /apex-mdapi/src/classes/MetadataService.cls 7474 26 7474 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]*'
4513 /apex-mdapi/src/classes/MetadataService.cls 7474 26 7474 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]*'
4514 /apex-mdapi/src/classes/MetadataService.cls 7476 12 7495 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4514 /apex-mdapi/src/classes/MetadataService.cls 7476 12 7495 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4515 /apex-mdapi/src/classes/MetadataService.cls 7476 12 7495 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4515 /apex-mdapi/src/classes/MetadataService.cls 7476 12 7495 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4516 /apex-mdapi/src/classes/MetadataService.cls 7485 26 7485 107 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 'bucketType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4516 /apex-mdapi/src/classes/MetadataService.cls 7485 26 7485 107 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 'bucketType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4517 /apex-mdapi/src/classes/MetadataService.cls 7486 26 7486 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4517 /apex-mdapi/src/classes/MetadataService.cls 7486 26 7486 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4518 /apex-mdapi/src/classes/MetadataService.cls 7487 26 7487 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4518 /apex-mdapi/src/classes/MetadataService.cls 7487 26 7487 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4519 /apex-mdapi/src/classes/MetadataService.cls 7488 26 7488 113 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 'nullTreatment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4519 /apex-mdapi/src/classes/MetadataService.cls 7488 26 7488 113 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 'nullTreatment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4520 /apex-mdapi/src/classes/MetadataService.cls 7489 26 7489 119 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 'otherBucketLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4520 /apex-mdapi/src/classes/MetadataService.cls 7489 26 7489 119 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 'otherBucketLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4521 /apex-mdapi/src/classes/MetadataService.cls 7490 26 7490 119 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 'sourceColumnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4521 /apex-mdapi/src/classes/MetadataService.cls 7490 26 7490 119 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 'sourceColumnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4522 /apex-mdapi/src/classes/MetadataService.cls 7491 26 7491 103 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 'useOther_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4522 /apex-mdapi/src/classes/MetadataService.cls 7491 26 7491 103 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 'useOther_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4523 /apex-mdapi/src/classes/MetadataService.cls 7492 26 7492 100 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4523 /apex-mdapi/src/classes/MetadataService.cls 7492 26 7492 100 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4524 /apex-mdapi/src/classes/MetadataService.cls 7493 26 7493 89 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]*'
4524 /apex-mdapi/src/classes/MetadataService.cls 7493 26 7493 89 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]*'
4525 /apex-mdapi/src/classes/MetadataService.cls 7494 26 7494 180 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]*'
4525 /apex-mdapi/src/classes/MetadataService.cls 7494 26 7494 180 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]*'
4526 /apex-mdapi/src/classes/MetadataService.cls 7496 12 7503 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4526 /apex-mdapi/src/classes/MetadataService.cls 7496 12 7503 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4527 /apex-mdapi/src/classes/MetadataService.cls 7499 26 7499 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4527 /apex-mdapi/src/classes/MetadataService.cls 7499 26 7499 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4528 /apex-mdapi/src/classes/MetadataService.cls 7500 26 7500 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 'properties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4528 /apex-mdapi/src/classes/MetadataService.cls 7500 26 7500 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 'properties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4529 /apex-mdapi/src/classes/MetadataService.cls 7501 26 7501 89 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]*'
4529 /apex-mdapi/src/classes/MetadataService.cls 7501 26 7501 89 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]*'
4530 /apex-mdapi/src/classes/MetadataService.cls 7502 26 7502 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4530 /apex-mdapi/src/classes/MetadataService.cls 7502 26 7502 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4531 /apex-mdapi/src/classes/MetadataService.cls 7504 12 7509 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4531 /apex-mdapi/src/classes/MetadataService.cls 7504 12 7509 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4532 /apex-mdapi/src/classes/MetadataService.cls 7506 26 7506 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 'community_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4532 /apex-mdapi/src/classes/MetadataService.cls 7506 26 7506 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 'community_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4533 /apex-mdapi/src/classes/MetadataService.cls 7507 26 7507 89 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]*'
4533 /apex-mdapi/src/classes/MetadataService.cls 7507 26 7507 89 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]*'
4534 /apex-mdapi/src/classes/MetadataService.cls 7508 26 7508 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]*'
4534 /apex-mdapi/src/classes/MetadataService.cls 7508 26 7508 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]*'
4535 /apex-mdapi/src/classes/MetadataService.cls 7510 12 7517 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4535 /apex-mdapi/src/classes/MetadataService.cls 7510 12 7517 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4536 /apex-mdapi/src/classes/MetadataService.cls 7513 26 7513 105 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 'alignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4536 /apex-mdapi/src/classes/MetadataService.cls 7513 26 7513 105 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 'alignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4537 /apex-mdapi/src/classes/MetadataService.cls 7514 26 7514 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4537 /apex-mdapi/src/classes/MetadataService.cls 7514 26 7514 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 'components_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4538 /apex-mdapi/src/classes/MetadataService.cls 7515 26 7515 89 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]*'
4538 /apex-mdapi/src/classes/MetadataService.cls 7515 26 7515 89 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]*'
4539 /apex-mdapi/src/classes/MetadataService.cls 7516 26 7516 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]*'
4539 /apex-mdapi/src/classes/MetadataService.cls 7516 26 7516 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]*'
4540 /apex-mdapi/src/classes/MetadataService.cls 7518 12 7523 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4540 /apex-mdapi/src/classes/MetadataService.cls 7518 12 7523 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4541 /apex-mdapi/src/classes/MetadataService.cls 7520 26 7520 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4541 /apex-mdapi/src/classes/MetadataService.cls 7520 26 7520 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4542 /apex-mdapi/src/classes/MetadataService.cls 7521 26 7521 89 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]*'
4542 /apex-mdapi/src/classes/MetadataService.cls 7521 26 7521 89 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]*'
4543 /apex-mdapi/src/classes/MetadataService.cls 7522 26 7522 71 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]*'
4543 /apex-mdapi/src/classes/MetadataService.cls 7522 26 7522 71 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]*'
4544 /apex-mdapi/src/classes/MetadataService.cls 7524 12 7543 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4544 /apex-mdapi/src/classes/MetadataService.cls 7524 12 7543 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4545 /apex-mdapi/src/classes/MetadataService.cls 7524 12 7543 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4545 /apex-mdapi/src/classes/MetadataService.cls 7524 12 7543 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4546 /apex-mdapi/src/classes/MetadataService.cls 7527 26 7527 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4546 /apex-mdapi/src/classes/MetadataService.cls 7527 26 7527 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4547 /apex-mdapi/src/classes/MetadataService.cls 7534 26 7534 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 'autoActivateNewReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4547 /apex-mdapi/src/classes/MetadataService.cls 7534 26 7534 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 'autoActivateNewReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4548 /apex-mdapi/src/classes/MetadataService.cls 7535 26 7535 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 'enableFindSimilarOpportunities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4548 /apex-mdapi/src/classes/MetadataService.cls 7535 26 7535 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 'enableFindSimilarOpportunities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4549 /apex-mdapi/src/classes/MetadataService.cls 7536 26 7536 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 'enableOpportunityTeam_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4549 /apex-mdapi/src/classes/MetadataService.cls 7536 26 7536 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 'enableOpportunityTeam_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4550 /apex-mdapi/src/classes/MetadataService.cls 7537 26 7537 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 'enableUpdateReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4550 /apex-mdapi/src/classes/MetadataService.cls 7537 26 7537 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 'enableUpdateReminders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4551 /apex-mdapi/src/classes/MetadataService.cls 7538 26 7538 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 'findSimilarOppFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4551 /apex-mdapi/src/classes/MetadataService.cls 7538 26 7538 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 'findSimilarOppFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4552 /apex-mdapi/src/classes/MetadataService.cls 7539 26 7539 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 'promptToAddProducts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4552 /apex-mdapi/src/classes/MetadataService.cls 7539 26 7539 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 'promptToAddProducts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4553 /apex-mdapi/src/classes/MetadataService.cls 7540 26 7540 89 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]*'
4553 /apex-mdapi/src/classes/MetadataService.cls 7540 26 7540 89 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]*'
4554 /apex-mdapi/src/classes/MetadataService.cls 7541 26 7541 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4554 /apex-mdapi/src/classes/MetadataService.cls 7541 26 7541 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4555 /apex-mdapi/src/classes/MetadataService.cls 7542 26 7542 228 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]*'
4555 /apex-mdapi/src/classes/MetadataService.cls 7542 26 7542 228 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]*'
4556 /apex-mdapi/src/classes/MetadataService.cls 7544 12 7555 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4556 /apex-mdapi/src/classes/MetadataService.cls 7544 12 7555 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4557 /apex-mdapi/src/classes/MetadataService.cls 7549 26 7549 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4557 /apex-mdapi/src/classes/MetadataService.cls 7549 26 7549 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4558 /apex-mdapi/src/classes/MetadataService.cls 7550 26 7550 101 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4558 /apex-mdapi/src/classes/MetadataService.cls 7550 26 7550 101 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 'message_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4559 /apex-mdapi/src/classes/MetadataService.cls 7551 26 7551 94 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]*'
4559 /apex-mdapi/src/classes/MetadataService.cls 7551 26 7551 94 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]*'
4560 /apex-mdapi/src/classes/MetadataService.cls 7552 26 7552 104 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4560 /apex-mdapi/src/classes/MetadataService.cls 7552 26 7552 104 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 'namespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4561 /apex-mdapi/src/classes/MetadataService.cls 7553 26 7553 89 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]*'
4561 /apex-mdapi/src/classes/MetadataService.cls 7553 26 7553 89 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]*'
4562 /apex-mdapi/src/classes/MetadataService.cls 7554 26 7554 97 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]*'
4562 /apex-mdapi/src/classes/MetadataService.cls 7554 26 7554 97 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]*'
4563 /apex-mdapi/src/classes/MetadataService.cls 7556 12 7563 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4563 /apex-mdapi/src/classes/MetadataService.cls 7556 12 7563 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4564 /apex-mdapi/src/classes/MetadataService.cls 7559 26 7559 97 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]*'
4564 /apex-mdapi/src/classes/MetadataService.cls 7559 26 7559 97 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]*'
4565 /apex-mdapi/src/classes/MetadataService.cls 7560 26 7560 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4565 /apex-mdapi/src/classes/MetadataService.cls 7560 26 7560 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4566 /apex-mdapi/src/classes/MetadataService.cls 7561 26 7561 89 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]*'
4566 /apex-mdapi/src/classes/MetadataService.cls 7561 26 7561 89 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]*'
4567 /apex-mdapi/src/classes/MetadataService.cls 7562 26 7562 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]*'
4567 /apex-mdapi/src/classes/MetadataService.cls 7562 26 7562 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]*'
4568 /apex-mdapi/src/classes/MetadataService.cls 7564 12 7573 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4568 /apex-mdapi/src/classes/MetadataService.cls 7564 12 7573 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4569 /apex-mdapi/src/classes/MetadataService.cls 7568 26 7568 103 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 'assignTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4569 /apex-mdapi/src/classes/MetadataService.cls 7568 26 7568 103 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 'assignTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4570 /apex-mdapi/src/classes/MetadataService.cls 7569 26 7569 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 'defaultArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4570 /apex-mdapi/src/classes/MetadataService.cls 7569 26 7569 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 'defaultArticleType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4571 /apex-mdapi/src/classes/MetadataService.cls 7570 26 7570 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4571 /apex-mdapi/src/classes/MetadataService.cls 7570 26 7570 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 'enableArticleCreation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4572 /apex-mdapi/src/classes/MetadataService.cls 7571 26 7571 89 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]*'
4572 /apex-mdapi/src/classes/MetadataService.cls 7571 26 7571 89 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]*'
4573 /apex-mdapi/src/classes/MetadataService.cls 7572 26 7572 119 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]*'
4573 /apex-mdapi/src/classes/MetadataService.cls 7572 26 7572 119 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]*'
4574 /apex-mdapi/src/classes/MetadataService.cls 7574 12 7601 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4574 /apex-mdapi/src/classes/MetadataService.cls 7574 12 7601 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4575 /apex-mdapi/src/classes/MetadataService.cls 7574 12 7601 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4575 /apex-mdapi/src/classes/MetadataService.cls 7574 12 7601 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4576 /apex-mdapi/src/classes/MetadataService.cls 7577 26 7577 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4576 /apex-mdapi/src/classes/MetadataService.cls 7577 26 7577 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4577 /apex-mdapi/src/classes/MetadataService.cls 7588 26 7588 105 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]*'
4577 /apex-mdapi/src/classes/MetadataService.cls 7588 26 7588 105 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]*'
4578 /apex-mdapi/src/classes/MetadataService.cls 7589 26 7589 117 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4578 /apex-mdapi/src/classes/MetadataService.cls 7589 26 7589 117 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 'backgroundColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4579 /apex-mdapi/src/classes/MetadataService.cls 7590 26 7590 105 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 'bodyColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4579 /apex-mdapi/src/classes/MetadataService.cls 7590 26 7590 105 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 'bodyColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4580 /apex-mdapi/src/classes/MetadataService.cls 7591 26 7591 107 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 'bottomLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4580 /apex-mdapi/src/classes/MetadataService.cls 7591 26 7591 107 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 'bottomLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4581 /apex-mdapi/src/classes/MetadataService.cls 7592 26 7592 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4581 /apex-mdapi/src/classes/MetadataService.cls 7592 26 7592 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4582 /apex-mdapi/src/classes/MetadataService.cls 7593 26 7593 99 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4582 /apex-mdapi/src/classes/MetadataService.cls 7593 26 7593 99 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4583 /apex-mdapi/src/classes/MetadataService.cls 7594 26 7594 99 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4583 /apex-mdapi/src/classes/MetadataService.cls 7594 26 7594 99 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4584 /apex-mdapi/src/classes/MetadataService.cls 7595 26 7595 107 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 'middleLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4584 /apex-mdapi/src/classes/MetadataService.cls 7595 26 7595 107 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 'middleLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4585 /apex-mdapi/src/classes/MetadataService.cls 7596 26 7596 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4585 /apex-mdapi/src/classes/MetadataService.cls 7596 26 7596 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4586 /apex-mdapi/src/classes/MetadataService.cls 7597 26 7597 101 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 'topLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4586 /apex-mdapi/src/classes/MetadataService.cls 7597 26 7597 101 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 'topLine_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4587 /apex-mdapi/src/classes/MetadataService.cls 7598 26 7598 89 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]*'
4587 /apex-mdapi/src/classes/MetadataService.cls 7598 26 7598 89 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]*'
4588 /apex-mdapi/src/classes/MetadataService.cls 7599 26 7599 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4588 /apex-mdapi/src/classes/MetadataService.cls 7599 26 7599 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4589 /apex-mdapi/src/classes/MetadataService.cls 7600 26 7600 192 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]*'
4589 /apex-mdapi/src/classes/MetadataService.cls 7600 26 7600 192 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]*'
4590 /apex-mdapi/src/classes/MetadataService.cls 7602 12 7611 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4590 /apex-mdapi/src/classes/MetadataService.cls 7602 12 7611 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4591 /apex-mdapi/src/classes/MetadataService.cls 7605 26 7605 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4591 /apex-mdapi/src/classes/MetadataService.cls 7605 26 7605 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4592 /apex-mdapi/src/classes/MetadataService.cls 7607 26 7607 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 'countriesAndStates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4592 /apex-mdapi/src/classes/MetadataService.cls 7607 26 7607 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 'countriesAndStates_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4593 /apex-mdapi/src/classes/MetadataService.cls 7608 26 7608 89 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]*'
4593 /apex-mdapi/src/classes/MetadataService.cls 7608 26 7608 89 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]*'
4594 /apex-mdapi/src/classes/MetadataService.cls 7609 26 7609 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4594 /apex-mdapi/src/classes/MetadataService.cls 7609 26 7609 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4595 /apex-mdapi/src/classes/MetadataService.cls 7610 26 7610 96 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]*'
4595 /apex-mdapi/src/classes/MetadataService.cls 7610 26 7610 96 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]*'
4596 /apex-mdapi/src/classes/MetadataService.cls 7612 12 7623 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4596 /apex-mdapi/src/classes/MetadataService.cls 7612 12 7623 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4597 /apex-mdapi/src/classes/MetadataService.cls 7615 26 7615 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4597 /apex-mdapi/src/classes/MetadataService.cls 7615 26 7615 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4598 /apex-mdapi/src/classes/MetadataService.cls 7618 26 7618 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4598 /apex-mdapi/src/classes/MetadataService.cls 7618 26 7618 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4599 /apex-mdapi/src/classes/MetadataService.cls 7619 26 7619 97 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]*'
4599 /apex-mdapi/src/classes/MetadataService.cls 7619 26 7619 97 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]*'
4600 /apex-mdapi/src/classes/MetadataService.cls 7620 26 7620 89 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]*'
4600 /apex-mdapi/src/classes/MetadataService.cls 7620 26 7620 89 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]*'
4601 /apex-mdapi/src/classes/MetadataService.cls 7621 26 7621 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4601 /apex-mdapi/src/classes/MetadataService.cls 7621 26 7621 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4602 /apex-mdapi/src/classes/MetadataService.cls 7622 26 7622 103 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]*'
4602 /apex-mdapi/src/classes/MetadataService.cls 7622 26 7622 103 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]*'
4603 /apex-mdapi/src/classes/MetadataService.cls 7624 12 7629 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4603 /apex-mdapi/src/classes/MetadataService.cls 7624 12 7629 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4604 /apex-mdapi/src/classes/MetadataService.cls 7626 26 7626 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 'pathAssistantEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4604 /apex-mdapi/src/classes/MetadataService.cls 7626 26 7626 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 'pathAssistantEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4605 /apex-mdapi/src/classes/MetadataService.cls 7627 26 7627 89 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]*'
4605 /apex-mdapi/src/classes/MetadataService.cls 7627 26 7627 89 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]*'
4606 /apex-mdapi/src/classes/MetadataService.cls 7628 26 7628 86 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]*'
4606 /apex-mdapi/src/classes/MetadataService.cls 7628 26 7628 86 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]*'
4607 /apex-mdapi/src/classes/MetadataService.cls 7630 12 7639 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4607 /apex-mdapi/src/classes/MetadataService.cls 7630 12 7639 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4608 /apex-mdapi/src/classes/MetadataService.cls 7634 26 7634 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 'matchRuleSObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4608 /apex-mdapi/src/classes/MetadataService.cls 7634 26 7634 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 'matchRuleSObjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4609 /apex-mdapi/src/classes/MetadataService.cls 7635 26 7635 111 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 'matchingRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4609 /apex-mdapi/src/classes/MetadataService.cls 7635 26 7635 111 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 'matchingRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4610 /apex-mdapi/src/classes/MetadataService.cls 7636 26 7636 112 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 'objectMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4610 /apex-mdapi/src/classes/MetadataService.cls 7636 26 7636 112 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 'objectMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4611 /apex-mdapi/src/classes/MetadataService.cls 7637 26 7637 89 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]*'
4611 /apex-mdapi/src/classes/MetadataService.cls 7637 26 7637 89 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]*'
4612 /apex-mdapi/src/classes/MetadataService.cls 7638 26 7638 117 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]*'
4612 /apex-mdapi/src/classes/MetadataService.cls 7638 26 7638 117 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]*'
4613 /apex-mdapi/src/classes/MetadataService.cls 7640 12 7659 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4613 /apex-mdapi/src/classes/MetadataService.cls 7640 12 7659 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4614 /apex-mdapi/src/classes/MetadataService.cls 7640 12 7659 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4614 /apex-mdapi/src/classes/MetadataService.cls 7640 12 7659 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4615 /apex-mdapi/src/classes/MetadataService.cls 7648 23 7648 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]*'
4615 /apex-mdapi/src/classes/MetadataService.cls 7648 23 7648 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]*'
4616 /apex-mdapi/src/classes/MetadataService.cls 7649 26 7649 111 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]*'
4616 /apex-mdapi/src/classes/MetadataService.cls 7649 26 7649 111 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]*'
4617 /apex-mdapi/src/classes/MetadataService.cls 7650 26 7650 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4617 /apex-mdapi/src/classes/MetadataService.cls 7650 26 7650 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4618 /apex-mdapi/src/classes/MetadataService.cls 7651 26 7651 97 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]*'
4618 /apex-mdapi/src/classes/MetadataService.cls 7651 26 7651 97 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]*'
4619 /apex-mdapi/src/classes/MetadataService.cls 7652 26 7652 105 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 'maxOccurs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4619 /apex-mdapi/src/classes/MetadataService.cls 7652 26 7652 105 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 'maxOccurs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4620 /apex-mdapi/src/classes/MetadataService.cls 7653 26 7653 105 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 'minOccurs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4620 /apex-mdapi/src/classes/MetadataService.cls 7653 26 7653 105 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 'minOccurs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4621 /apex-mdapi/src/classes/MetadataService.cls 7654 26 7654 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4621 /apex-mdapi/src/classes/MetadataService.cls 7654 26 7654 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4622 /apex-mdapi/src/classes/MetadataService.cls 7655 26 7655 109 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]*'
4622 /apex-mdapi/src/classes/MetadataService.cls 7655 26 7655 109 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]*'
4623 /apex-mdapi/src/classes/MetadataService.cls 7656 26 7656 97 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]*'
4623 /apex-mdapi/src/classes/MetadataService.cls 7656 26 7656 97 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]*'
4624 /apex-mdapi/src/classes/MetadataService.cls 7657 26 7657 89 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]*'
4624 /apex-mdapi/src/classes/MetadataService.cls 7657 26 7657 89 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]*'
4625 /apex-mdapi/src/classes/MetadataService.cls 7658 26 7658 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4625 /apex-mdapi/src/classes/MetadataService.cls 7658 26 7658 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4626 /apex-mdapi/src/classes/MetadataService.cls 7660 12 7669 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4626 /apex-mdapi/src/classes/MetadataService.cls 7660 12 7669 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4627 /apex-mdapi/src/classes/MetadataService.cls 7663 26 7663 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4627 /apex-mdapi/src/classes/MetadataService.cls 7663 26 7663 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4628 /apex-mdapi/src/classes/MetadataService.cls 7665 26 7665 109 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 'enableQuote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4628 /apex-mdapi/src/classes/MetadataService.cls 7665 26 7665 109 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 'enableQuote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4629 /apex-mdapi/src/classes/MetadataService.cls 7666 26 7666 89 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]*'
4629 /apex-mdapi/src/classes/MetadataService.cls 7666 26 7666 89 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]*'
4630 /apex-mdapi/src/classes/MetadataService.cls 7667 26 7667 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4630 /apex-mdapi/src/classes/MetadataService.cls 7667 26 7667 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4631 /apex-mdapi/src/classes/MetadataService.cls 7668 26 7668 89 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]*'
4631 /apex-mdapi/src/classes/MetadataService.cls 7668 26 7668 89 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]*'
4632 /apex-mdapi/src/classes/MetadataService.cls 7670 12 7699 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4632 /apex-mdapi/src/classes/MetadataService.cls 7670 12 7699 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4633 /apex-mdapi/src/classes/MetadataService.cls 7670 12 7699 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4633 /apex-mdapi/src/classes/MetadataService.cls 7670 12 7699 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4634 /apex-mdapi/src/classes/MetadataService.cls 7684 26 7684 117 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 'loginFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4634 /apex-mdapi/src/classes/MetadataService.cls 7684 26 7684 117 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 'loginFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4635 /apex-mdapi/src/classes/MetadataService.cls 7685 26 7685 105 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 'loginLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4635 /apex-mdapi/src/classes/MetadataService.cls 7685 26 7685 105 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 'loginLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4636 /apex-mdapi/src/classes/MetadataService.cls 7686 26 7686 107 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 'pageFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4636 /apex-mdapi/src/classes/MetadataService.cls 7686 26 7686 107 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 'pageFooter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4637 /apex-mdapi/src/classes/MetadataService.cls 7687 26 7687 107 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 'pageHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4637 /apex-mdapi/src/classes/MetadataService.cls 7687 26 7687 107 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 'pageHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4638 /apex-mdapi/src/classes/MetadataService.cls 7688 26 7688 111 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4638 /apex-mdapi/src/classes/MetadataService.cls 7688 26 7688 111 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4639 /apex-mdapi/src/classes/MetadataService.cls 7689 26 7689 131 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 'primaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4639 /apex-mdapi/src/classes/MetadataService.cls 7689 26 7689 131 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 'primaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4640 /apex-mdapi/src/classes/MetadataService.cls 7690 26 7690 117 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 'quaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4640 /apex-mdapi/src/classes/MetadataService.cls 7690 26 7690 117 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 'quaternaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4641 /apex-mdapi/src/classes/MetadataService.cls 7691 26 7691 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 'quaternaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4641 /apex-mdapi/src/classes/MetadataService.cls 7691 26 7691 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 'quaternaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4642 /apex-mdapi/src/classes/MetadataService.cls 7692 26 7692 115 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 'secondaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4642 /apex-mdapi/src/classes/MetadataService.cls 7692 26 7692 115 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 'secondaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4643 /apex-mdapi/src/classes/MetadataService.cls 7693 26 7693 113 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 'tertiaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4643 /apex-mdapi/src/classes/MetadataService.cls 7693 26 7693 113 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 'tertiaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4644 /apex-mdapi/src/classes/MetadataService.cls 7694 26 7694 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 'tertiaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4644 /apex-mdapi/src/classes/MetadataService.cls 7694 26 7694 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 'tertiaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4645 /apex-mdapi/src/classes/MetadataService.cls 7695 26 7695 113 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 'zeronaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4645 /apex-mdapi/src/classes/MetadataService.cls 7695 26 7695 113 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 'zeronaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4646 /apex-mdapi/src/classes/MetadataService.cls 7696 26 7696 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 'zeronaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4646 /apex-mdapi/src/classes/MetadataService.cls 7696 26 7696 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 'zeronaryComplementColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4647 /apex-mdapi/src/classes/MetadataService.cls 7697 26 7697 89 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]*'
4647 /apex-mdapi/src/classes/MetadataService.cls 7697 26 7697 89 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]*'
4648 /apex-mdapi/src/classes/MetadataService.cls 7698 26 7698 306 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]*'
4648 /apex-mdapi/src/classes/MetadataService.cls 7698 26 7698 306 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]*'
4649 /apex-mdapi/src/classes/MetadataService.cls 7700 12 7743 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4649 /apex-mdapi/src/classes/MetadataService.cls 7700 12 7743 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4650 /apex-mdapi/src/classes/MetadataService.cls 7700 12 7743 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class BusinessHoursEntry has 20 public methods, attributes, and properties (limit: 20)
4650 /apex-mdapi/src/classes/MetadataService.cls 7700 12 7743 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class BusinessHoursEntry has 20 public methods, attributes, and properties (limit: 20)
4651 /apex-mdapi/src/classes/MetadataService.cls 7700 12 7743 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4651 /apex-mdapi/src/classes/MetadataService.cls 7700 12 7743 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4652 /apex-mdapi/src/classes/MetadataService.cls 7703 26 7703 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4652 /apex-mdapi/src/classes/MetadataService.cls 7703 26 7703 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4653 /apex-mdapi/src/classes/MetadataService.cls 7705 24 7705 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4653 /apex-mdapi/src/classes/MetadataService.cls 7705 24 7705 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4654 /apex-mdapi/src/classes/MetadataService.cls 7722 26 7722 99 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]*'
4654 /apex-mdapi/src/classes/MetadataService.cls 7722 26 7722 99 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]*'
4655 /apex-mdapi/src/classes/MetadataService.cls 7723 26 7723 103 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4655 /apex-mdapi/src/classes/MetadataService.cls 7723 26 7723 103 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4656 /apex-mdapi/src/classes/MetadataService.cls 7724 26 7724 113 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 'fridayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4656 /apex-mdapi/src/classes/MetadataService.cls 7724 26 7724 113 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 'fridayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4657 /apex-mdapi/src/classes/MetadataService.cls 7725 26 7725 117 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 'fridayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4657 /apex-mdapi/src/classes/MetadataService.cls 7725 26 7725 117 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 'fridayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4658 /apex-mdapi/src/classes/MetadataService.cls 7726 26 7726 113 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 'mondayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4658 /apex-mdapi/src/classes/MetadataService.cls 7726 26 7726 113 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 'mondayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4659 /apex-mdapi/src/classes/MetadataService.cls 7727 26 7727 117 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 'mondayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4659 /apex-mdapi/src/classes/MetadataService.cls 7727 26 7727 117 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 'mondayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4660 /apex-mdapi/src/classes/MetadataService.cls 7728 26 7728 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4660 /apex-mdapi/src/classes/MetadataService.cls 7728 26 7728 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4661 /apex-mdapi/src/classes/MetadataService.cls 7729 26 7729 117 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 'saturdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4661 /apex-mdapi/src/classes/MetadataService.cls 7729 26 7729 117 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 'saturdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4662 /apex-mdapi/src/classes/MetadataService.cls 7730 26 7730 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 'saturdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4662 /apex-mdapi/src/classes/MetadataService.cls 7730 26 7730 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 'saturdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4663 /apex-mdapi/src/classes/MetadataService.cls 7731 26 7731 113 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 'sundayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4663 /apex-mdapi/src/classes/MetadataService.cls 7731 26 7731 113 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 'sundayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4664 /apex-mdapi/src/classes/MetadataService.cls 7732 26 7732 117 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 'sundayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4664 /apex-mdapi/src/classes/MetadataService.cls 7732 26 7732 117 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 'sundayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4665 /apex-mdapi/src/classes/MetadataService.cls 7733 26 7733 117 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 'thursdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4665 /apex-mdapi/src/classes/MetadataService.cls 7733 26 7733 117 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 'thursdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4666 /apex-mdapi/src/classes/MetadataService.cls 7734 26 7734 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 'thursdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4666 /apex-mdapi/src/classes/MetadataService.cls 7734 26 7734 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 'thursdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4667 /apex-mdapi/src/classes/MetadataService.cls 7735 26 7735 107 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 'timeZoneId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4667 /apex-mdapi/src/classes/MetadataService.cls 7735 26 7735 107 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 'timeZoneId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4668 /apex-mdapi/src/classes/MetadataService.cls 7736 26 7736 115 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 'tuesdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4668 /apex-mdapi/src/classes/MetadataService.cls 7736 26 7736 115 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 'tuesdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4669 /apex-mdapi/src/classes/MetadataService.cls 7737 26 7737 119 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 'tuesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4669 /apex-mdapi/src/classes/MetadataService.cls 7737 26 7737 119 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 'tuesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4670 /apex-mdapi/src/classes/MetadataService.cls 7738 26 7738 119 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 'wednesdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4670 /apex-mdapi/src/classes/MetadataService.cls 7738 26 7738 119 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 'wednesdayEndTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4671 /apex-mdapi/src/classes/MetadataService.cls 7739 26 7739 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 'wednesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4671 /apex-mdapi/src/classes/MetadataService.cls 7739 26 7739 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 'wednesdayStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4672 /apex-mdapi/src/classes/MetadataService.cls 7740 26 7740 89 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]*'
4672 /apex-mdapi/src/classes/MetadataService.cls 7740 26 7740 89 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]*'
4673 /apex-mdapi/src/classes/MetadataService.cls 7741 26 7741 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4673 /apex-mdapi/src/classes/MetadataService.cls 7741 26 7741 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4674 /apex-mdapi/src/classes/MetadataService.cls 7742 26 7742 370 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]*'
4674 /apex-mdapi/src/classes/MetadataService.cls 7742 26 7742 370 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]*'
4675 /apex-mdapi/src/classes/MetadataService.cls 7744 12 7751 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4675 /apex-mdapi/src/classes/MetadataService.cls 7744 12 7751 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4676 /apex-mdapi/src/classes/MetadataService.cls 7747 26 7747 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 'permissionSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4676 /apex-mdapi/src/classes/MetadataService.cls 7747 26 7747 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 'permissionSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4677 /apex-mdapi/src/classes/MetadataService.cls 7748 26 7748 102 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4677 /apex-mdapi/src/classes/MetadataService.cls 7748 26 7748 102 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4678 /apex-mdapi/src/classes/MetadataService.cls 7749 26 7749 89 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]*'
4678 /apex-mdapi/src/classes/MetadataService.cls 7749 26 7749 89 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]*'
4679 /apex-mdapi/src/classes/MetadataService.cls 7750 26 7750 89 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]*'
4679 /apex-mdapi/src/classes/MetadataService.cls 7750 26 7750 89 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]*'
4680 /apex-mdapi/src/classes/MetadataService.cls 7752 12 7773 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4680 /apex-mdapi/src/classes/MetadataService.cls 7752 12 7773 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4681 /apex-mdapi/src/classes/MetadataService.cls 7752 12 7773 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4681 /apex-mdapi/src/classes/MetadataService.cls 7752 12 7773 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4682 /apex-mdapi/src/classes/MetadataService.cls 7755 26 7755 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4682 /apex-mdapi/src/classes/MetadataService.cls 7755 26 7755 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4683 /apex-mdapi/src/classes/MetadataService.cls 7757 26 7757 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4683 /apex-mdapi/src/classes/MetadataService.cls 7757 26 7757 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4684 /apex-mdapi/src/classes/MetadataService.cls 7764 26 7764 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4684 /apex-mdapi/src/classes/MetadataService.cls 7764 26 7764 107 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 'apiVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4685 /apex-mdapi/src/classes/MetadataService.cls 7765 26 7765 119 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 'availableInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4685 /apex-mdapi/src/classes/MetadataService.cls 7765 26 7765 119 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 'availableInTouch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4686 /apex-mdapi/src/classes/MetadataService.cls 7766 26 7766 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 'confirmationTokenRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4686 /apex-mdapi/src/classes/MetadataService.cls 7766 26 7766 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 'confirmationTokenRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4687 /apex-mdapi/src/classes/MetadataService.cls 7767 26 7767 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4687 /apex-mdapi/src/classes/MetadataService.cls 7767 26 7767 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4688 /apex-mdapi/src/classes/MetadataService.cls 7768 26 7768 97 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]*'
4688 /apex-mdapi/src/classes/MetadataService.cls 7768 26 7768 97 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]*'
4689 /apex-mdapi/src/classes/MetadataService.cls 7769 26 7769 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4689 /apex-mdapi/src/classes/MetadataService.cls 7769 26 7769 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 'packageVersions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4690 /apex-mdapi/src/classes/MetadataService.cls 7770 26 7770 89 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]*'
4690 /apex-mdapi/src/classes/MetadataService.cls 7770 26 7770 89 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]*'
4691 /apex-mdapi/src/classes/MetadataService.cls 7771 26 7771 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4691 /apex-mdapi/src/classes/MetadataService.cls 7771 26 7771 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4692 /apex-mdapi/src/classes/MetadataService.cls 7772 26 7772 185 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]*'
4692 /apex-mdapi/src/classes/MetadataService.cls 7772 26 7772 185 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]*'
4693 /apex-mdapi/src/classes/MetadataService.cls 7774 12 7873 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4693 /apex-mdapi/src/classes/MetadataService.cls 7774 12 7873 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4694 /apex-mdapi/src/classes/MetadataService.cls 7774 12 7873 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomSite has 48 public methods, attributes, and properties (limit: 20)
4694 /apex-mdapi/src/classes/MetadataService.cls 7774 12 7873 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomSite has 48 public methods, attributes, and properties (limit: 20)
4695 /apex-mdapi/src/classes/MetadataService.cls 7774 12 7873 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4695 /apex-mdapi/src/classes/MetadataService.cls 7774 12 7873 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4696 /apex-mdapi/src/classes/MetadataService.cls 7777 26 7777 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4696 /apex-mdapi/src/classes/MetadataService.cls 7777 26 7777 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4697 /apex-mdapi/src/classes/MetadataService.cls 7824 26 7824 99 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]*'
4697 /apex-mdapi/src/classes/MetadataService.cls 7824 26 7824 99 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]*'
4698 /apex-mdapi/src/classes/MetadataService.cls 7825 26 7825 113 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 'allowHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4698 /apex-mdapi/src/classes/MetadataService.cls 7825 26 7825 113 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 'allowHomePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4699 /apex-mdapi/src/classes/MetadataService.cls 7826 26 7826 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 'allowStandardAnswersPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4699 /apex-mdapi/src/classes/MetadataService.cls 7826 26 7826 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 'allowStandardAnswersPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4700 /apex-mdapi/src/classes/MetadataService.cls 7827 26 7827 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 'allowStandardIdeasPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4700 /apex-mdapi/src/classes/MetadataService.cls 7827 26 7827 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 'allowStandardIdeasPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4701 /apex-mdapi/src/classes/MetadataService.cls 7828 26 7828 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 'allowStandardLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4701 /apex-mdapi/src/classes/MetadataService.cls 7828 26 7828 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 'allowStandardLookups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4702 /apex-mdapi/src/classes/MetadataService.cls 7829 26 7829 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 'allowStandardPortalPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4702 /apex-mdapi/src/classes/MetadataService.cls 7829 26 7829 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 'allowStandardPortalPages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4703 /apex-mdapi/src/classes/MetadataService.cls 7830 26 7830 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 'allowStandardSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4703 /apex-mdapi/src/classes/MetadataService.cls 7830 26 7830 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 'allowStandardSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4704 /apex-mdapi/src/classes/MetadataService.cls 7831 26 7831 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 'analyticsTrackingCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4704 /apex-mdapi/src/classes/MetadataService.cls 7831 26 7831 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 'analyticsTrackingCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4705 /apex-mdapi/src/classes/MetadataService.cls 7832 26 7832 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 'authorizationRequiredPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4705 /apex-mdapi/src/classes/MetadataService.cls 7832 26 7832 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 'authorizationRequiredPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4706 /apex-mdapi/src/classes/MetadataService.cls 7833 26 7833 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 'bandwidthExceededPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4706 /apex-mdapi/src/classes/MetadataService.cls 7833 26 7833 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 'bandwidthExceededPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4707 /apex-mdapi/src/classes/MetadataService.cls 7834 26 7834 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 'browserXssProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4707 /apex-mdapi/src/classes/MetadataService.cls 7834 26 7834 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 'browserXssProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4708 /apex-mdapi/src/classes/MetadataService.cls 7835 26 7835 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 'changePasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4708 /apex-mdapi/src/classes/MetadataService.cls 7835 26 7835 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 'changePasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4709 /apex-mdapi/src/classes/MetadataService.cls 7836 26 7836 165 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 'chatterAnswersForgotPasswordConfirmPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4709 /apex-mdapi/src/classes/MetadataService.cls 7836 26 7836 165 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 'chatterAnswersForgotPasswordConfirmPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4710 /apex-mdapi/src/classes/MetadataService.cls 7837 26 7837 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 'chatterAnswersForgotPasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4710 /apex-mdapi/src/classes/MetadataService.cls 7837 26 7837 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 'chatterAnswersForgotPasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4711 /apex-mdapi/src/classes/MetadataService.cls 7838 26 7838 131 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 'chatterAnswersHelpPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4711 /apex-mdapi/src/classes/MetadataService.cls 7838 26 7838 131 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 'chatterAnswersHelpPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4712 /apex-mdapi/src/classes/MetadataService.cls 7839 26 7839 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 'chatterAnswersLoginPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4712 /apex-mdapi/src/classes/MetadataService.cls 7839 26 7839 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 'chatterAnswersLoginPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4713 /apex-mdapi/src/classes/MetadataService.cls 7840 26 7840 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 'chatterAnswersRegistrationPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4713 /apex-mdapi/src/classes/MetadataService.cls 7840 26 7840 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 'chatterAnswersRegistrationPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4714 /apex-mdapi/src/classes/MetadataService.cls 7841 26 7841 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 'clickjackProtectionLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4714 /apex-mdapi/src/classes/MetadataService.cls 7841 26 7841 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 'clickjackProtectionLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4715 /apex-mdapi/src/classes/MetadataService.cls 7842 26 7842 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 'contentSniffingProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4715 /apex-mdapi/src/classes/MetadataService.cls 7842 26 7842 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 'contentSniffingProtection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4716 /apex-mdapi/src/classes/MetadataService.cls 7843 26 7843 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 'cspUpgradeInsecureRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4716 /apex-mdapi/src/classes/MetadataService.cls 7843 26 7843 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 'cspUpgradeInsecureRequests_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4717 /apex-mdapi/src/classes/MetadataService.cls 7844 26 7844 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 'customWebAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4717 /apex-mdapi/src/classes/MetadataService.cls 7844 26 7844 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 'customWebAddresses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4718 /apex-mdapi/src/classes/MetadataService.cls 7845 26 7845 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4718 /apex-mdapi/src/classes/MetadataService.cls 7845 26 7845 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4719 /apex-mdapi/src/classes/MetadataService.cls 7846 26 7846 111 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 'favoriteIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4719 /apex-mdapi/src/classes/MetadataService.cls 7846 26 7846 111 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 'favoriteIcon_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4720 /apex-mdapi/src/classes/MetadataService.cls 7847 26 7847 119 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 'fileNotFoundPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4720 /apex-mdapi/src/classes/MetadataService.cls 7847 26 7847 119 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 'fileNotFoundPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4721 /apex-mdapi/src/classes/MetadataService.cls 7848 26 7848 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 'forgotPasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4721 /apex-mdapi/src/classes/MetadataService.cls 7848 26 7848 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 'forgotPasswordPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4722 /apex-mdapi/src/classes/MetadataService.cls 7849 26 7849 119 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 'genericErrorPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4722 /apex-mdapi/src/classes/MetadataService.cls 7849 26 7849 119 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 'genericErrorPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4723 /apex-mdapi/src/classes/MetadataService.cls 7850 26 7850 111 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 'guestProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4723 /apex-mdapi/src/classes/MetadataService.cls 7850 26 7850 111 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 'guestProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4724 /apex-mdapi/src/classes/MetadataService.cls 7851 26 7851 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 'inMaintenancePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4724 /apex-mdapi/src/classes/MetadataService.cls 7851 26 7851 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 'inMaintenancePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4725 /apex-mdapi/src/classes/MetadataService.cls 7852 26 7852 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 'inactiveIndexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4725 /apex-mdapi/src/classes/MetadataService.cls 7852 26 7852 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 'inactiveIndexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4726 /apex-mdapi/src/classes/MetadataService.cls 7853 26 7853 105 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 'indexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4726 /apex-mdapi/src/classes/MetadataService.cls 7853 26 7853 105 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 'indexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4727 /apex-mdapi/src/classes/MetadataService.cls 7854 26 7854 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4727 /apex-mdapi/src/classes/MetadataService.cls 7854 26 7854 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4728 /apex-mdapi/src/classes/MetadataService.cls 7855 26 7855 113 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 'myProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4728 /apex-mdapi/src/classes/MetadataService.cls 7855 26 7855 113 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 'myProfilePage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4729 /apex-mdapi/src/classes/MetadataService.cls 7856 26 7856 99 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4729 /apex-mdapi/src/classes/MetadataService.cls 7856 26 7856 99 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 'portal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4730 /apex-mdapi/src/classes/MetadataService.cls 7857 26 7857 157 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 'referrerPolicyOriginWhenCrossOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4730 /apex-mdapi/src/classes/MetadataService.cls 7857 26 7857 157 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 'referrerPolicyOriginWhenCrossOrigin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4731 /apex-mdapi/src/classes/MetadataService.cls 7858 26 7858 111 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 'requireHttps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4731 /apex-mdapi/src/classes/MetadataService.cls 7858 26 7858 111 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 'requireHttps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4732 /apex-mdapi/src/classes/MetadataService.cls 7859 26 7859 141 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 'requireInsecurePortalAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4732 /apex-mdapi/src/classes/MetadataService.cls 7859 26 7859 141 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 'requireInsecurePortalAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4733 /apex-mdapi/src/classes/MetadataService.cls 7860 26 7860 113 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 'robotsTxtPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4733 /apex-mdapi/src/classes/MetadataService.cls 7860 26 7860 113 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 'robotsTxtPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4734 /apex-mdapi/src/classes/MetadataService.cls 7861 26 7861 113 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 'rootComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4734 /apex-mdapi/src/classes/MetadataService.cls 7861 26 7861 113 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 'rootComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4735 /apex-mdapi/src/classes/MetadataService.cls 7862 26 7862 109 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 'selfRegPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4735 /apex-mdapi/src/classes/MetadataService.cls 7862 26 7862 109 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 'selfRegPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4736 /apex-mdapi/src/classes/MetadataService.cls 7863 26 7863 111 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 'serverIsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4736 /apex-mdapi/src/classes/MetadataService.cls 7863 26 7863 111 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 'serverIsDown_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4737 /apex-mdapi/src/classes/MetadataService.cls 7864 26 7864 105 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 'siteAdmin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4737 /apex-mdapi/src/classes/MetadataService.cls 7864 26 7864 105 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 'siteAdmin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4738 /apex-mdapi/src/classes/MetadataService.cls 7865 26 7865 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 'siteRedirectMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4738 /apex-mdapi/src/classes/MetadataService.cls 7865 26 7865 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 'siteRedirectMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4739 /apex-mdapi/src/classes/MetadataService.cls 7866 26 7866 111 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 'siteTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4739 /apex-mdapi/src/classes/MetadataService.cls 7866 26 7866 111 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 'siteTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4740 /apex-mdapi/src/classes/MetadataService.cls 7867 26 7867 103 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 'siteType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4740 /apex-mdapi/src/classes/MetadataService.cls 7867 26 7867 103 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 'siteType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4741 /apex-mdapi/src/classes/MetadataService.cls 7868 26 7868 105 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 'subdomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4741 /apex-mdapi/src/classes/MetadataService.cls 7868 26 7868 105 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 'subdomain_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4742 /apex-mdapi/src/classes/MetadataService.cls 7869 26 7869 113 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4742 /apex-mdapi/src/classes/MetadataService.cls 7869 26 7869 113 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4743 /apex-mdapi/src/classes/MetadataService.cls 7870 26 7870 89 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]*'
4743 /apex-mdapi/src/classes/MetadataService.cls 7870 26 7870 89 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]*'
4744 /apex-mdapi/src/classes/MetadataService.cls 7871 26 7871 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4744 /apex-mdapi/src/classes/MetadataService.cls 7871 26 7871 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4745 /apex-mdapi/src/classes/MetadataService.cls 7872 26 7872 1039 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]*'
4745 /apex-mdapi/src/classes/MetadataService.cls 7872 26 7872 1039 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]*'
4746 /apex-mdapi/src/classes/MetadataService.cls 7874 12 7887 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4746 /apex-mdapi/src/classes/MetadataService.cls 7874 12 7887 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4747 /apex-mdapi/src/classes/MetadataService.cls 7877 26 7877 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4747 /apex-mdapi/src/classes/MetadataService.cls 7877 26 7877 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4748 /apex-mdapi/src/classes/MetadataService.cls 7881 26 7881 109 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4748 /apex-mdapi/src/classes/MetadataService.cls 7881 26 7881 109 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 'assignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4749 /apex-mdapi/src/classes/MetadataService.cls 7882 26 7882 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4749 /apex-mdapi/src/classes/MetadataService.cls 7882 26 7882 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4750 /apex-mdapi/src/classes/MetadataService.cls 7883 26 7883 97 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]*'
4750 /apex-mdapi/src/classes/MetadataService.cls 7883 26 7883 97 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]*'
4751 /apex-mdapi/src/classes/MetadataService.cls 7884 26 7884 89 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]*'
4751 /apex-mdapi/src/classes/MetadataService.cls 7884 26 7884 89 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]*'
4752 /apex-mdapi/src/classes/MetadataService.cls 7885 26 7885 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4752 /apex-mdapi/src/classes/MetadataService.cls 7885 26 7885 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4753 /apex-mdapi/src/classes/MetadataService.cls 7886 26 7886 111 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]*'
4753 /apex-mdapi/src/classes/MetadataService.cls 7886 26 7886 111 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]*'
4754 /apex-mdapi/src/classes/MetadataService.cls 7888 12 7893 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4754 /apex-mdapi/src/classes/MetadataService.cls 7888 12 7893 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4755 /apex-mdapi/src/classes/MetadataService.cls 7888 12 7893 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 'renameMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4755 /apex-mdapi/src/classes/MetadataService.cls 7888 12 7893 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 'renameMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4756 /apex-mdapi/src/classes/MetadataService.cls 7890 26 7890 99 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]*'
4756 /apex-mdapi/src/classes/MetadataService.cls 7890 26 7890 99 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]*'
4757 /apex-mdapi/src/classes/MetadataService.cls 7891 26 7891 89 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]*'
4757 /apex-mdapi/src/classes/MetadataService.cls 7891 26 7891 89 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]*'
4758 /apex-mdapi/src/classes/MetadataService.cls 7892 26 7892 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]*'
4758 /apex-mdapi/src/classes/MetadataService.cls 7892 26 7892 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]*'
4759 /apex-mdapi/src/classes/MetadataService.cls 7894 12 7901 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4759 /apex-mdapi/src/classes/MetadataService.cls 7894 12 7901 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4760 /apex-mdapi/src/classes/MetadataService.cls 7897 26 7897 111 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 'hideOnDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4760 /apex-mdapi/src/classes/MetadataService.cls 7897 26 7897 111 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 'hideOnDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4761 /apex-mdapi/src/classes/MetadataService.cls 7898 26 7898 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4761 /apex-mdapi/src/classes/MetadataService.cls 7898 26 7898 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4762 /apex-mdapi/src/classes/MetadataService.cls 7899 26 7899 89 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]*'
4762 /apex-mdapi/src/classes/MetadataService.cls 7899 26 7899 89 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]*'
4763 /apex-mdapi/src/classes/MetadataService.cls 7900 26 7900 85 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]*'
4763 /apex-mdapi/src/classes/MetadataService.cls 7900 26 7900 85 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]*'
4764 /apex-mdapi/src/classes/MetadataService.cls 7902 12 7909 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4764 /apex-mdapi/src/classes/MetadataService.cls 7902 12 7909 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4765 /apex-mdapi/src/classes/MetadataService.cls 7905 26 7905 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 'languages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4765 /apex-mdapi/src/classes/MetadataService.cls 7905 26 7905 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 'languages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4766 /apex-mdapi/src/classes/MetadataService.cls 7906 26 7906 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 'terms_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4766 /apex-mdapi/src/classes/MetadataService.cls 7906 26 7906 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 'terms_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4767 /apex-mdapi/src/classes/MetadataService.cls 7907 26 7907 89 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]*'
4767 /apex-mdapi/src/classes/MetadataService.cls 7907 26 7907 89 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]*'
4768 /apex-mdapi/src/classes/MetadataService.cls 7908 26 7908 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4768 /apex-mdapi/src/classes/MetadataService.cls 7908 26 7908 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4769 /apex-mdapi/src/classes/MetadataService.cls 7910 12 7935 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4769 /apex-mdapi/src/classes/MetadataService.cls 7910 12 7935 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4770 /apex-mdapi/src/classes/MetadataService.cls 7910 12 7935 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4770 /apex-mdapi/src/classes/MetadataService.cls 7910 12 7935 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4771 /apex-mdapi/src/classes/MetadataService.cls 7913 26 7913 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4771 /apex-mdapi/src/classes/MetadataService.cls 7913 26 7913 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4772 /apex-mdapi/src/classes/MetadataService.cls 7916 26 7916 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4772 /apex-mdapi/src/classes/MetadataService.cls 7916 26 7916 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4773 /apex-mdapi/src/classes/MetadataService.cls 7917 26 7917 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4773 /apex-mdapi/src/classes/MetadataService.cls 7917 26 7917 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4774 /apex-mdapi/src/classes/MetadataService.cls 7921 26 7921 97 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]*'
4774 /apex-mdapi/src/classes/MetadataService.cls 7921 26 7921 97 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]*'
4775 /apex-mdapi/src/classes/MetadataService.cls 7922 26 7922 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4775 /apex-mdapi/src/classes/MetadataService.cls 7922 26 7922 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4776 /apex-mdapi/src/classes/MetadataService.cls 7923 26 7923 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4776 /apex-mdapi/src/classes/MetadataService.cls 7923 26 7923 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4777 /apex-mdapi/src/classes/MetadataService.cls 7928 26 7928 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4777 /apex-mdapi/src/classes/MetadataService.cls 7928 26 7928 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4778 /apex-mdapi/src/classes/MetadataService.cls 7929 26 7929 103 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 'flowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4778 /apex-mdapi/src/classes/MetadataService.cls 7929 26 7929 103 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 'flowName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4779 /apex-mdapi/src/classes/MetadataService.cls 7930 26 7930 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4779 /apex-mdapi/src/classes/MetadataService.cls 7930 26 7930 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4780 /apex-mdapi/src/classes/MetadataService.cls 7931 26 7931 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4780 /apex-mdapi/src/classes/MetadataService.cls 7931 26 7931 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 'outputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4781 /apex-mdapi/src/classes/MetadataService.cls 7932 26 7932 89 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]*'
4781 /apex-mdapi/src/classes/MetadataService.cls 7932 26 7932 89 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]*'
4782 /apex-mdapi/src/classes/MetadataService.cls 7933 26 7933 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4782 /apex-mdapi/src/classes/MetadataService.cls 7933 26 7933 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4783 /apex-mdapi/src/classes/MetadataService.cls 7934 26 7934 203 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]*'
4783 /apex-mdapi/src/classes/MetadataService.cls 7934 26 7934 203 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]*'
4784 /apex-mdapi/src/classes/MetadataService.cls 7936 12 7953 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4784 /apex-mdapi/src/classes/MetadataService.cls 7936 12 7953 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4785 /apex-mdapi/src/classes/MetadataService.cls 7936 12 7953 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4785 /apex-mdapi/src/classes/MetadataService.cls 7936 12 7953 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4786 /apex-mdapi/src/classes/MetadataService.cls 7939 26 7939 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4786 /apex-mdapi/src/classes/MetadataService.cls 7939 26 7939 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4787 /apex-mdapi/src/classes/MetadataService.cls 7945 26 7945 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4787 /apex-mdapi/src/classes/MetadataService.cls 7945 26 7945 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4788 /apex-mdapi/src/classes/MetadataService.cls 7946 26 7946 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4788 /apex-mdapi/src/classes/MetadataService.cls 7946 26 7946 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4789 /apex-mdapi/src/classes/MetadataService.cls 7947 26 7947 97 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]*'
4789 /apex-mdapi/src/classes/MetadataService.cls 7947 26 7947 97 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]*'
4790 /apex-mdapi/src/classes/MetadataService.cls 7948 26 7948 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 'matchingRuleItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4790 /apex-mdapi/src/classes/MetadataService.cls 7948 26 7948 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 'matchingRuleItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4791 /apex-mdapi/src/classes/MetadataService.cls 7949 26 7949 107 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 'ruleStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4791 /apex-mdapi/src/classes/MetadataService.cls 7949 26 7949 107 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 'ruleStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4792 /apex-mdapi/src/classes/MetadataService.cls 7950 26 7950 89 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]*'
4792 /apex-mdapi/src/classes/MetadataService.cls 7950 26 7950 89 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]*'
4793 /apex-mdapi/src/classes/MetadataService.cls 7951 26 7951 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4793 /apex-mdapi/src/classes/MetadataService.cls 7951 26 7951 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4794 /apex-mdapi/src/classes/MetadataService.cls 7952 26 7952 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4794 /apex-mdapi/src/classes/MetadataService.cls 7952 26 7952 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4795 /apex-mdapi/src/classes/MetadataService.cls 7954 12 7981 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4795 /apex-mdapi/src/classes/MetadataService.cls 7954 12 7981 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4796 /apex-mdapi/src/classes/MetadataService.cls 7954 12 7981 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4796 /apex-mdapi/src/classes/MetadataService.cls 7954 12 7981 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4797 /apex-mdapi/src/classes/MetadataService.cls 7967 26 7967 131 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 'apiOnlyUserHomePageURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4797 /apex-mdapi/src/classes/MetadataService.cls 7967 26 7967 131 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 'apiOnlyUserHomePageURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4798 /apex-mdapi/src/classes/MetadataService.cls 7968 26 7968 107 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 'complexity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4798 /apex-mdapi/src/classes/MetadataService.cls 7968 26 7968 107 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 'complexity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4799 /apex-mdapi/src/classes/MetadataService.cls 7969 26 7969 107 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 'expiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4799 /apex-mdapi/src/classes/MetadataService.cls 7969 26 7969 107 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 'expiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4800 /apex-mdapi/src/classes/MetadataService.cls 7970 26 7970 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 'historyRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4800 /apex-mdapi/src/classes/MetadataService.cls 7970 26 7970 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 'historyRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4801 /apex-mdapi/src/classes/MetadataService.cls 7971 26 7971 117 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 'lockoutInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4801 /apex-mdapi/src/classes/MetadataService.cls 7971 26 7971 117 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 'lockoutInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4802 /apex-mdapi/src/classes/MetadataService.cls 7972 26 7972 119 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 'maxLoginAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4802 /apex-mdapi/src/classes/MetadataService.cls 7972 26 7972 119 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 'maxLoginAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4803 /apex-mdapi/src/classes/MetadataService.cls 7973 26 7973 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 'minimumPasswordLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4803 /apex-mdapi/src/classes/MetadataService.cls 7973 26 7973 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 'minimumPasswordLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4804 /apex-mdapi/src/classes/MetadataService.cls 7974 26 7974 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 'minimumPasswordLifetime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4804 /apex-mdapi/src/classes/MetadataService.cls 7974 26 7974 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 'minimumPasswordLifetime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4805 /apex-mdapi/src/classes/MetadataService.cls 7975 26 7975 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 'obscureSecretAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4805 /apex-mdapi/src/classes/MetadataService.cls 7975 26 7975 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 'obscureSecretAnswer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4806 /apex-mdapi/src/classes/MetadataService.cls 7976 26 7976 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 'passwordAssistanceMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4806 /apex-mdapi/src/classes/MetadataService.cls 7976 26 7976 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 'passwordAssistanceMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4807 /apex-mdapi/src/classes/MetadataService.cls 7977 26 7977 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 'passwordAssistanceURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4807 /apex-mdapi/src/classes/MetadataService.cls 7977 26 7977 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 'passwordAssistanceURL_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4808 /apex-mdapi/src/classes/MetadataService.cls 7978 26 7978 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 'questionRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4808 /apex-mdapi/src/classes/MetadataService.cls 7978 26 7978 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 'questionRestriction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4809 /apex-mdapi/src/classes/MetadataService.cls 7979 26 7979 89 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]*'
4809 /apex-mdapi/src/classes/MetadataService.cls 7979 26 7979 89 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]*'
4810 /apex-mdapi/src/classes/MetadataService.cls 7980 26 7980 318 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]*'
4810 /apex-mdapi/src/classes/MetadataService.cls 7980 26 7980 318 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]*'
4811 /apex-mdapi/src/classes/MetadataService.cls 7982 12 8005 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4811 /apex-mdapi/src/classes/MetadataService.cls 7982 12 8005 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4812 /apex-mdapi/src/classes/MetadataService.cls 7982 12 8005 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4812 /apex-mdapi/src/classes/MetadataService.cls 7982 12 8005 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4813 /apex-mdapi/src/classes/MetadataService.cls 7993 26 7993 105 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 'assetType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4813 /apex-mdapi/src/classes/MetadataService.cls 7993 26 7993 105 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 'assetType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4814 /apex-mdapi/src/classes/MetadataService.cls 7994 26 7994 101 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 'devName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4814 /apex-mdapi/src/classes/MetadataService.cls 7994 26 7994 101 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 'devName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4815 /apex-mdapi/src/classes/MetadataService.cls 7995 26 7995 97 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 'error_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4815 /apex-mdapi/src/classes/MetadataService.cls 7995 26 7995 97 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 'error_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4816 /apex-mdapi/src/classes/MetadataService.cls 7996 26 7996 99 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4816 /apex-mdapi/src/classes/MetadataService.cls 7996 26 7996 99 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 'filter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4817 /apex-mdapi/src/classes/MetadataService.cls 7997 26 7997 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4817 /apex-mdapi/src/classes/MetadataService.cls 7997 26 7997 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4818 /apex-mdapi/src/classes/MetadataService.cls 7998 26 7998 109 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 'hideOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4818 /apex-mdapi/src/classes/MetadataService.cls 7998 26 7998 109 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 'hideOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4819 /apex-mdapi/src/classes/MetadataService.cls 7999 26 7999 107 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 'showHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4819 /apex-mdapi/src/classes/MetadataService.cls 7999 26 7999 107 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 'showHeader_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4820 /apex-mdapi/src/classes/MetadataService.cls 8000 26 8000 109 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 'showSharing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4820 /apex-mdapi/src/classes/MetadataService.cls 8000 26 8000 109 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 'showSharing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4821 /apex-mdapi/src/classes/MetadataService.cls 8001 26 8001 105 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 'showTitle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4821 /apex-mdapi/src/classes/MetadataService.cls 8001 26 8001 105 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 'showTitle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4822 /apex-mdapi/src/classes/MetadataService.cls 8002 26 8002 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4822 /apex-mdapi/src/classes/MetadataService.cls 8002 26 8002 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4823 /apex-mdapi/src/classes/MetadataService.cls 8003 26 8003 89 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]*'
4823 /apex-mdapi/src/classes/MetadataService.cls 8003 26 8003 89 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]*'
4824 /apex-mdapi/src/classes/MetadataService.cls 8004 26 8004 172 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]*'
4824 /apex-mdapi/src/classes/MetadataService.cls 8004 26 8004 172 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]*'
4825 /apex-mdapi/src/classes/MetadataService.cls 8006 12 8033 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4825 /apex-mdapi/src/classes/MetadataService.cls 8006 12 8033 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4826 /apex-mdapi/src/classes/MetadataService.cls 8006 12 8033 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4826 /apex-mdapi/src/classes/MetadataService.cls 8006 12 8033 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4827 /apex-mdapi/src/classes/MetadataService.cls 8019 26 8019 113 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 'componentList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4827 /apex-mdapi/src/classes/MetadataService.cls 8019 26 8019 113 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 'componentList_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4828 /apex-mdapi/src/classes/MetadataService.cls 8020 26 8020 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 'detailPageRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4828 /apex-mdapi/src/classes/MetadataService.cls 8020 26 8020 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 'detailPageRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4829 /apex-mdapi/src/classes/MetadataService.cls 8021 26 8021 109 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 'footerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4829 /apex-mdapi/src/classes/MetadataService.cls 8021 26 8021 109 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 'footerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4830 /apex-mdapi/src/classes/MetadataService.cls 8022 26 8022 109 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 'headerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4830 /apex-mdapi/src/classes/MetadataService.cls 8022 26 8022 109 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 'headerColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4831 /apex-mdapi/src/classes/MetadataService.cls 8023 26 8023 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 'keyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4831 /apex-mdapi/src/classes/MetadataService.cls 8023 26 8023 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 'keyboardShortcuts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4832 /apex-mdapi/src/classes/MetadataService.cls 8024 26 8024 113 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 'listPlacement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4832 /apex-mdapi/src/classes/MetadataService.cls 8024 26 8024 113 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 'listPlacement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4833 /apex-mdapi/src/classes/MetadataService.cls 8025 26 8025 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 'listRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4833 /apex-mdapi/src/classes/MetadataService.cls 8025 26 8025 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 'listRefreshMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4834 /apex-mdapi/src/classes/MetadataService.cls 8026 26 8026 117 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 'liveAgentConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4834 /apex-mdapi/src/classes/MetadataService.cls 8026 26 8026 117 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 'liveAgentConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4835 /apex-mdapi/src/classes/MetadataService.cls 8027 26 8027 117 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 'primaryTabColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4835 /apex-mdapi/src/classes/MetadataService.cls 8027 26 8027 117 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 'primaryTabColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4836 /apex-mdapi/src/classes/MetadataService.cls 8028 26 8028 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 'pushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4836 /apex-mdapi/src/classes/MetadataService.cls 8028 26 8028 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 'pushNotifications_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4837 /apex-mdapi/src/classes/MetadataService.cls 8029 26 8029 115 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 'tabLimitConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4837 /apex-mdapi/src/classes/MetadataService.cls 8029 26 8029 115 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 'tabLimitConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4838 /apex-mdapi/src/classes/MetadataService.cls 8030 26 8030 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 'whitelistedDomains_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4838 /apex-mdapi/src/classes/MetadataService.cls 8030 26 8030 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 'whitelistedDomains_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4839 /apex-mdapi/src/classes/MetadataService.cls 8031 26 8031 89 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]*'
4839 /apex-mdapi/src/classes/MetadataService.cls 8031 26 8031 89 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]*'
4840 /apex-mdapi/src/classes/MetadataService.cls 8032 26 8032 283 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]*'
4840 /apex-mdapi/src/classes/MetadataService.cls 8032 26 8032 283 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]*'
4841 /apex-mdapi/src/classes/MetadataService.cls 8034 12 8041 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4841 /apex-mdapi/src/classes/MetadataService.cls 8034 12 8041 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4842 /apex-mdapi/src/classes/MetadataService.cls 8037 26 8037 119 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 'enableMobileLite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4842 /apex-mdapi/src/classes/MetadataService.cls 8037 26 8037 119 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 'enableMobileLite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4843 /apex-mdapi/src/classes/MetadataService.cls 8038 26 8038 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 'enableUserToDeviceLinking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4843 /apex-mdapi/src/classes/MetadataService.cls 8038 26 8038 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 'enableUserToDeviceLinking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4844 /apex-mdapi/src/classes/MetadataService.cls 8039 26 8039 89 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]*'
4844 /apex-mdapi/src/classes/MetadataService.cls 8039 26 8039 89 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]*'
4845 /apex-mdapi/src/classes/MetadataService.cls 8040 26 8040 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4845 /apex-mdapi/src/classes/MetadataService.cls 8040 26 8040 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4846 /apex-mdapi/src/classes/MetadataService.cls 8042 12 8051 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4846 /apex-mdapi/src/classes/MetadataService.cls 8042 12 8051 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4847 /apex-mdapi/src/classes/MetadataService.cls 8045 26 8045 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4847 /apex-mdapi/src/classes/MetadataService.cls 8045 26 8045 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4848 /apex-mdapi/src/classes/MetadataService.cls 8047 26 8047 97 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]*'
4848 /apex-mdapi/src/classes/MetadataService.cls 8047 26 8047 97 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]*'
4849 /apex-mdapi/src/classes/MetadataService.cls 8048 26 8048 89 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]*'
4849 /apex-mdapi/src/classes/MetadataService.cls 8048 26 8048 89 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]*'
4850 /apex-mdapi/src/classes/MetadataService.cls 8049 26 8049 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4850 /apex-mdapi/src/classes/MetadataService.cls 8049 26 8049 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4851 /apex-mdapi/src/classes/MetadataService.cls 8050 26 8050 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4851 /apex-mdapi/src/classes/MetadataService.cls 8050 26 8050 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4852 /apex-mdapi/src/classes/MetadataService.cls 8052 12 8075 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4852 /apex-mdapi/src/classes/MetadataService.cls 8052 12 8075 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4853 /apex-mdapi/src/classes/MetadataService.cls 8052 12 8075 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4853 /apex-mdapi/src/classes/MetadataService.cls 8052 12 8075 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
4854 /apex-mdapi/src/classes/MetadataService.cls 8055 26 8055 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4854 /apex-mdapi/src/classes/MetadataService.cls 8055 26 8055 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4855 /apex-mdapi/src/classes/MetadataService.cls 8058 26 8058 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4855 /apex-mdapi/src/classes/MetadataService.cls 8058 26 8058 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4856 /apex-mdapi/src/classes/MetadataService.cls 8059 26 8059 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4856 /apex-mdapi/src/classes/MetadataService.cls 8059 26 8059 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4857 /apex-mdapi/src/classes/MetadataService.cls 8063 26 8063 97 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]*'
4857 /apex-mdapi/src/classes/MetadataService.cls 8063 26 8063 97 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]*'
4858 /apex-mdapi/src/classes/MetadataService.cls 8064 26 8064 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4858 /apex-mdapi/src/classes/MetadataService.cls 8064 26 8064 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4859 /apex-mdapi/src/classes/MetadataService.cls 8065 26 8065 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4859 /apex-mdapi/src/classes/MetadataService.cls 8065 26 8065 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4860 /apex-mdapi/src/classes/MetadataService.cls 8069 26 8069 119 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4860 /apex-mdapi/src/classes/MetadataService.cls 8069 26 8069 119 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4861 /apex-mdapi/src/classes/MetadataService.cls 8070 26 8070 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4861 /apex-mdapi/src/classes/MetadataService.cls 8070 26 8070 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4862 /apex-mdapi/src/classes/MetadataService.cls 8071 26 8071 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4862 /apex-mdapi/src/classes/MetadataService.cls 8071 26 8071 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 'rules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4863 /apex-mdapi/src/classes/MetadataService.cls 8072 26 8072 89 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]*'
4863 /apex-mdapi/src/classes/MetadataService.cls 8072 26 8072 89 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]*'
4864 /apex-mdapi/src/classes/MetadataService.cls 8073 26 8073 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4864 /apex-mdapi/src/classes/MetadataService.cls 8073 26 8073 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
4865 /apex-mdapi/src/classes/MetadataService.cls 8074 26 8074 192 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]*'
4865 /apex-mdapi/src/classes/MetadataService.cls 8074 26 8074 192 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]*'
4866 /apex-mdapi/src/classes/MetadataService.cls 8076 12 8087 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4866 /apex-mdapi/src/classes/MetadataService.cls 8076 12 8087 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4867 /apex-mdapi/src/classes/MetadataService.cls 8081 26 8081 104 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 'criteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4867 /apex-mdapi/src/classes/MetadataService.cls 8081 26 8081 104 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 'criteria_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4868 /apex-mdapi/src/classes/MetadataService.cls 8082 26 8082 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4868 /apex-mdapi/src/classes/MetadataService.cls 8082 26 8082 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4869 /apex-mdapi/src/classes/MetadataService.cls 8083 26 8083 109 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4869 /apex-mdapi/src/classes/MetadataService.cls 8083 26 8083 109 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 'isProtected_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4870 /apex-mdapi/src/classes/MetadataService.cls 8084 26 8084 97 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]*'
4870 /apex-mdapi/src/classes/MetadataService.cls 8084 26 8084 97 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]*'
4871 /apex-mdapi/src/classes/MetadataService.cls 8085 26 8085 89 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]*'
4871 /apex-mdapi/src/classes/MetadataService.cls 8085 26 8085 89 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]*'
4872 /apex-mdapi/src/classes/MetadataService.cls 8086 26 8086 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4872 /apex-mdapi/src/classes/MetadataService.cls 8086 26 8086 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4873 /apex-mdapi/src/classes/MetadataService.cls 8088 12 8099 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4873 /apex-mdapi/src/classes/MetadataService.cls 8088 12 8099 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4874 /apex-mdapi/src/classes/MetadataService.cls 8089 24 8089 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4874 /apex-mdapi/src/classes/MetadataService.cls 8089 24 8089 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 'default_x' doesn't match '[a-z][a-zA-Z0-9]*'
4875 /apex-mdapi/src/classes/MetadataService.cls 8093 26 8093 103 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4875 /apex-mdapi/src/classes/MetadataService.cls 8093 26 8093 103 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 'default_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4876 /apex-mdapi/src/classes/MetadataService.cls 8094 26 8094 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 'personAccountDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4876 /apex-mdapi/src/classes/MetadataService.cls 8094 26 8094 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 'personAccountDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4877 /apex-mdapi/src/classes/MetadataService.cls 8095 26 8095 107 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4877 /apex-mdapi/src/classes/MetadataService.cls 8095 26 8095 107 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 'recordType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4878 /apex-mdapi/src/classes/MetadataService.cls 8096 26 8096 101 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4878 /apex-mdapi/src/classes/MetadataService.cls 8096 26 8096 101 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4879 /apex-mdapi/src/classes/MetadataService.cls 8097 26 8097 89 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]*'
4879 /apex-mdapi/src/classes/MetadataService.cls 8097 26 8097 89 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]*'
4880 /apex-mdapi/src/classes/MetadataService.cls 8098 26 8098 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4880 /apex-mdapi/src/classes/MetadataService.cls 8098 26 8098 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4881 /apex-mdapi/src/classes/MetadataService.cls 8100 12 8105 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4881 /apex-mdapi/src/classes/MetadataService.cls 8100 12 8105 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4882 /apex-mdapi/src/classes/MetadataService.cls 8102 26 8102 131 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 'enableDashboardIPadApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4882 /apex-mdapi/src/classes/MetadataService.cls 8102 26 8102 131 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 'enableDashboardIPadApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4883 /apex-mdapi/src/classes/MetadataService.cls 8103 26 8103 89 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]*'
4883 /apex-mdapi/src/classes/MetadataService.cls 8103 26 8103 89 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]*'
4884 /apex-mdapi/src/classes/MetadataService.cls 8104 26 8104 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]*'
4884 /apex-mdapi/src/classes/MetadataService.cls 8104 26 8104 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]*'
4885 /apex-mdapi/src/classes/MetadataService.cls 8106 12 8117 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4885 /apex-mdapi/src/classes/MetadataService.cls 8106 12 8117 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4886 /apex-mdapi/src/classes/MetadataService.cls 8111 26 8111 99 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4886 /apex-mdapi/src/classes/MetadataService.cls 8111 26 8111 99 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 'action_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4887 /apex-mdapi/src/classes/MetadataService.cls 8112 26 8112 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4887 /apex-mdapi/src/classes/MetadataService.cls 8112 26 8112 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4888 /apex-mdapi/src/classes/MetadataService.cls 8113 26 8113 99 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 'source_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4888 /apex-mdapi/src/classes/MetadataService.cls 8113 26 8113 99 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 'source_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4889 /apex-mdapi/src/classes/MetadataService.cls 8114 26 8114 99 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4889 /apex-mdapi/src/classes/MetadataService.cls 8114 26 8114 99 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4890 /apex-mdapi/src/classes/MetadataService.cls 8115 26 8115 89 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]*'
4890 /apex-mdapi/src/classes/MetadataService.cls 8115 26 8115 89 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]*'
4891 /apex-mdapi/src/classes/MetadataService.cls 8116 26 8116 101 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]*'
4891 /apex-mdapi/src/classes/MetadataService.cls 8116 26 8116 101 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]*'
4892 /apex-mdapi/src/classes/MetadataService.cls 8118 12 8123 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4892 /apex-mdapi/src/classes/MetadataService.cls 8118 12 8123 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4893 /apex-mdapi/src/classes/MetadataService.cls 8120 26 8120 102 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4893 /apex-mdapi/src/classes/MetadataService.cls 8120 26 8120 102 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4894 /apex-mdapi/src/classes/MetadataService.cls 8121 26 8121 89 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]*'
4894 /apex-mdapi/src/classes/MetadataService.cls 8121 26 8121 89 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]*'
4895 /apex-mdapi/src/classes/MetadataService.cls 8122 26 8122 73 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]*'
4895 /apex-mdapi/src/classes/MetadataService.cls 8122 26 8122 73 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]*'
4896 /apex-mdapi/src/classes/MetadataService.cls 8124 12 8126 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4896 /apex-mdapi/src/classes/MetadataService.cls 8124 12 8126 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4897 /apex-mdapi/src/classes/MetadataService.cls 8125 9 8125 49 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4897 /apex-mdapi/src/classes/MetadataService.cls 8125 9 8125 49 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4898 /apex-mdapi/src/classes/MetadataService.cls 8127 12 8129 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4898 /apex-mdapi/src/classes/MetadataService.cls 8127 12 8129 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4899 /apex-mdapi/src/classes/MetadataService.cls 8128 9 8128 33 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4899 /apex-mdapi/src/classes/MetadataService.cls 8128 9 8128 33 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4900 /apex-mdapi/src/classes/MetadataService.cls 8130 12 8136 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4900 /apex-mdapi/src/classes/MetadataService.cls 8130 12 8136 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4901 /apex-mdapi/src/classes/MetadataService.cls 8132 16 8132 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4901 /apex-mdapi/src/classes/MetadataService.cls 8132 16 8132 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4902 /apex-mdapi/src/classes/MetadataService.cls 8133 26 8133 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4902 /apex-mdapi/src/classes/MetadataService.cls 8133 26 8133 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4903 /apex-mdapi/src/classes/MetadataService.cls 8133 26 8133 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4903 /apex-mdapi/src/classes/MetadataService.cls 8133 26 8133 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4904 /apex-mdapi/src/classes/MetadataService.cls 8134 26 8134 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4904 /apex-mdapi/src/classes/MetadataService.cls 8134 26 8134 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4905 /apex-mdapi/src/classes/MetadataService.cls 8134 26 8134 89 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]*'
4905 /apex-mdapi/src/classes/MetadataService.cls 8134 26 8134 89 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]*'
4906 /apex-mdapi/src/classes/MetadataService.cls 8135 26 8135 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4906 /apex-mdapi/src/classes/MetadataService.cls 8135 26 8135 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4907 /apex-mdapi/src/classes/MetadataService.cls 8135 26 8135 73 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]*'
4907 /apex-mdapi/src/classes/MetadataService.cls 8135 26 8135 73 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]*'
4908 /apex-mdapi/src/classes/MetadataService.cls 8137 12 8143 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4908 /apex-mdapi/src/classes/MetadataService.cls 8137 12 8143 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4909 /apex-mdapi/src/classes/MetadataService.cls 8137 12 8143 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 'readCustomSiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4909 /apex-mdapi/src/classes/MetadataService.cls 8137 12 8143 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 'readCustomSiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4910 /apex-mdapi/src/classes/MetadataService.cls 8139 16 8139 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4910 /apex-mdapi/src/classes/MetadataService.cls 8139 16 8139 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4911 /apex-mdapi/src/classes/MetadataService.cls 8140 26 8140 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4911 /apex-mdapi/src/classes/MetadataService.cls 8140 26 8140 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4912 /apex-mdapi/src/classes/MetadataService.cls 8140 26 8140 99 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]*'
4912 /apex-mdapi/src/classes/MetadataService.cls 8140 26 8140 99 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]*'
4913 /apex-mdapi/src/classes/MetadataService.cls 8141 26 8141 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4913 /apex-mdapi/src/classes/MetadataService.cls 8141 26 8141 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4914 /apex-mdapi/src/classes/MetadataService.cls 8141 26 8141 89 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]*'
4914 /apex-mdapi/src/classes/MetadataService.cls 8141 26 8141 89 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]*'
4915 /apex-mdapi/src/classes/MetadataService.cls 8142 26 8142 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4915 /apex-mdapi/src/classes/MetadataService.cls 8142 26 8142 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4916 /apex-mdapi/src/classes/MetadataService.cls 8142 26 8142 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]*'
4916 /apex-mdapi/src/classes/MetadataService.cls 8142 26 8142 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]*'
4917 /apex-mdapi/src/classes/MetadataService.cls 8144 12 8150 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4917 /apex-mdapi/src/classes/MetadataService.cls 8144 12 8150 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4918 /apex-mdapi/src/classes/MetadataService.cls 8146 16 8146 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4918 /apex-mdapi/src/classes/MetadataService.cls 8146 16 8146 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4919 /apex-mdapi/src/classes/MetadataService.cls 8147 26 8147 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4919 /apex-mdapi/src/classes/MetadataService.cls 8147 26 8147 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4920 /apex-mdapi/src/classes/MetadataService.cls 8147 26 8147 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4920 /apex-mdapi/src/classes/MetadataService.cls 8147 26 8147 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4921 /apex-mdapi/src/classes/MetadataService.cls 8148 26 8148 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4921 /apex-mdapi/src/classes/MetadataService.cls 8148 26 8148 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4922 /apex-mdapi/src/classes/MetadataService.cls 8148 26 8148 89 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]*'
4922 /apex-mdapi/src/classes/MetadataService.cls 8148 26 8148 89 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]*'
4923 /apex-mdapi/src/classes/MetadataService.cls 8149 26 8149 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4923 /apex-mdapi/src/classes/MetadataService.cls 8149 26 8149 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4924 /apex-mdapi/src/classes/MetadataService.cls 8149 26 8149 73 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]*'
4924 /apex-mdapi/src/classes/MetadataService.cls 8149 26 8149 73 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]*'
4925 /apex-mdapi/src/classes/MetadataService.cls 8151 12 8157 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4925 /apex-mdapi/src/classes/MetadataService.cls 8151 12 8157 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4926 /apex-mdapi/src/classes/MetadataService.cls 8151 12 8157 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 'readListViewResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4926 /apex-mdapi/src/classes/MetadataService.cls 8151 12 8157 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 'readListViewResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4927 /apex-mdapi/src/classes/MetadataService.cls 8153 16 8153 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4927 /apex-mdapi/src/classes/MetadataService.cls 8153 16 8153 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4928 /apex-mdapi/src/classes/MetadataService.cls 8154 26 8154 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4928 /apex-mdapi/src/classes/MetadataService.cls 8154 26 8154 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4929 /apex-mdapi/src/classes/MetadataService.cls 8154 26 8154 99 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]*'
4929 /apex-mdapi/src/classes/MetadataService.cls 8154 26 8154 99 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]*'
4930 /apex-mdapi/src/classes/MetadataService.cls 8155 26 8155 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4930 /apex-mdapi/src/classes/MetadataService.cls 8155 26 8155 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4931 /apex-mdapi/src/classes/MetadataService.cls 8155 26 8155 89 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]*'
4931 /apex-mdapi/src/classes/MetadataService.cls 8155 26 8155 89 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]*'
4932 /apex-mdapi/src/classes/MetadataService.cls 8156 26 8156 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4932 /apex-mdapi/src/classes/MetadataService.cls 8156 26 8156 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4933 /apex-mdapi/src/classes/MetadataService.cls 8156 26 8156 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]*'
4933 /apex-mdapi/src/classes/MetadataService.cls 8156 26 8156 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]*'
4934 /apex-mdapi/src/classes/MetadataService.cls 8158 12 8164 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4934 /apex-mdapi/src/classes/MetadataService.cls 8158 12 8164 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4935 /apex-mdapi/src/classes/MetadataService.cls 8160 16 8160 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4935 /apex-mdapi/src/classes/MetadataService.cls 8160 16 8160 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4936 /apex-mdapi/src/classes/MetadataService.cls 8161 26 8161 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4936 /apex-mdapi/src/classes/MetadataService.cls 8161 26 8161 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4937 /apex-mdapi/src/classes/MetadataService.cls 8161 26 8161 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4937 /apex-mdapi/src/classes/MetadataService.cls 8161 26 8161 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4938 /apex-mdapi/src/classes/MetadataService.cls 8162 26 8162 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4938 /apex-mdapi/src/classes/MetadataService.cls 8162 26 8162 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4939 /apex-mdapi/src/classes/MetadataService.cls 8162 26 8162 89 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]*'
4939 /apex-mdapi/src/classes/MetadataService.cls 8162 26 8162 89 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]*'
4940 /apex-mdapi/src/classes/MetadataService.cls 8163 26 8163 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4940 /apex-mdapi/src/classes/MetadataService.cls 8163 26 8163 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4941 /apex-mdapi/src/classes/MetadataService.cls 8163 26 8163 73 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]*'
4941 /apex-mdapi/src/classes/MetadataService.cls 8163 26 8163 73 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]*'
4942 /apex-mdapi/src/classes/MetadataService.cls 8165 12 8171 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4942 /apex-mdapi/src/classes/MetadataService.cls 8165 12 8171 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4943 /apex-mdapi/src/classes/MetadataService.cls 8165 12 8171 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 'readInstalledPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4943 /apex-mdapi/src/classes/MetadataService.cls 8165 12 8171 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 'readInstalledPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4944 /apex-mdapi/src/classes/MetadataService.cls 8167 16 8167 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4944 /apex-mdapi/src/classes/MetadataService.cls 8167 16 8167 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4945 /apex-mdapi/src/classes/MetadataService.cls 8168 26 8168 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4945 /apex-mdapi/src/classes/MetadataService.cls 8168 26 8168 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4946 /apex-mdapi/src/classes/MetadataService.cls 8168 26 8168 99 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]*'
4946 /apex-mdapi/src/classes/MetadataService.cls 8168 26 8168 99 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]*'
4947 /apex-mdapi/src/classes/MetadataService.cls 8169 26 8169 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4947 /apex-mdapi/src/classes/MetadataService.cls 8169 26 8169 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4948 /apex-mdapi/src/classes/MetadataService.cls 8169 26 8169 89 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]*'
4948 /apex-mdapi/src/classes/MetadataService.cls 8169 26 8169 89 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]*'
4949 /apex-mdapi/src/classes/MetadataService.cls 8170 26 8170 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4949 /apex-mdapi/src/classes/MetadataService.cls 8170 26 8170 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4950 /apex-mdapi/src/classes/MetadataService.cls 8170 26 8170 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]*'
4950 /apex-mdapi/src/classes/MetadataService.cls 8170 26 8170 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]*'
4951 /apex-mdapi/src/classes/MetadataService.cls 8172 12 8178 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4951 /apex-mdapi/src/classes/MetadataService.cls 8172 12 8178 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4952 /apex-mdapi/src/classes/MetadataService.cls 8174 16 8174 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4952 /apex-mdapi/src/classes/MetadataService.cls 8174 16 8174 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4953 /apex-mdapi/src/classes/MetadataService.cls 8175 26 8175 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4953 /apex-mdapi/src/classes/MetadataService.cls 8175 26 8175 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4954 /apex-mdapi/src/classes/MetadataService.cls 8175 26 8175 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4954 /apex-mdapi/src/classes/MetadataService.cls 8175 26 8175 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4955 /apex-mdapi/src/classes/MetadataService.cls 8176 26 8176 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4955 /apex-mdapi/src/classes/MetadataService.cls 8176 26 8176 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4956 /apex-mdapi/src/classes/MetadataService.cls 8176 26 8176 89 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]*'
4956 /apex-mdapi/src/classes/MetadataService.cls 8176 26 8176 89 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]*'
4957 /apex-mdapi/src/classes/MetadataService.cls 8177 26 8177 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4957 /apex-mdapi/src/classes/MetadataService.cls 8177 26 8177 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4958 /apex-mdapi/src/classes/MetadataService.cls 8177 26 8177 73 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]*'
4958 /apex-mdapi/src/classes/MetadataService.cls 8177 26 8177 73 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]*'
4959 /apex-mdapi/src/classes/MetadataService.cls 8179 12 8185 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4959 /apex-mdapi/src/classes/MetadataService.cls 8179 12 8185 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4960 /apex-mdapi/src/classes/MetadataService.cls 8179 12 8185 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 'readCustomFieldResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4960 /apex-mdapi/src/classes/MetadataService.cls 8179 12 8185 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 'readCustomFieldResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4961 /apex-mdapi/src/classes/MetadataService.cls 8181 16 8181 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4961 /apex-mdapi/src/classes/MetadataService.cls 8181 16 8181 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4962 /apex-mdapi/src/classes/MetadataService.cls 8182 26 8182 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4962 /apex-mdapi/src/classes/MetadataService.cls 8182 26 8182 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4963 /apex-mdapi/src/classes/MetadataService.cls 8182 26 8182 99 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]*'
4963 /apex-mdapi/src/classes/MetadataService.cls 8182 26 8182 99 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]*'
4964 /apex-mdapi/src/classes/MetadataService.cls 8183 26 8183 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4964 /apex-mdapi/src/classes/MetadataService.cls 8183 26 8183 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4965 /apex-mdapi/src/classes/MetadataService.cls 8183 26 8183 89 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]*'
4965 /apex-mdapi/src/classes/MetadataService.cls 8183 26 8183 89 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]*'
4966 /apex-mdapi/src/classes/MetadataService.cls 8184 26 8184 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4966 /apex-mdapi/src/classes/MetadataService.cls 8184 26 8184 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4967 /apex-mdapi/src/classes/MetadataService.cls 8184 26 8184 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]*'
4967 /apex-mdapi/src/classes/MetadataService.cls 8184 26 8184 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]*'
4968 /apex-mdapi/src/classes/MetadataService.cls 8186 12 8192 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4968 /apex-mdapi/src/classes/MetadataService.cls 8186 12 8192 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4969 /apex-mdapi/src/classes/MetadataService.cls 8188 16 8188 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4969 /apex-mdapi/src/classes/MetadataService.cls 8188 16 8188 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4970 /apex-mdapi/src/classes/MetadataService.cls 8189 26 8189 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4970 /apex-mdapi/src/classes/MetadataService.cls 8189 26 8189 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4971 /apex-mdapi/src/classes/MetadataService.cls 8189 26 8189 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4971 /apex-mdapi/src/classes/MetadataService.cls 8189 26 8189 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4972 /apex-mdapi/src/classes/MetadataService.cls 8190 26 8190 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4972 /apex-mdapi/src/classes/MetadataService.cls 8190 26 8190 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4973 /apex-mdapi/src/classes/MetadataService.cls 8190 26 8190 89 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]*'
4973 /apex-mdapi/src/classes/MetadataService.cls 8190 26 8190 89 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]*'
4974 /apex-mdapi/src/classes/MetadataService.cls 8191 26 8191 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4974 /apex-mdapi/src/classes/MetadataService.cls 8191 26 8191 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4975 /apex-mdapi/src/classes/MetadataService.cls 8191 26 8191 73 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]*'
4975 /apex-mdapi/src/classes/MetadataService.cls 8191 26 8191 73 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]*'
4976 /apex-mdapi/src/classes/MetadataService.cls 8193 12 8199 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4976 /apex-mdapi/src/classes/MetadataService.cls 8193 12 8199 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4977 /apex-mdapi/src/classes/MetadataService.cls 8193 12 8199 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 'readFieldSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4977 /apex-mdapi/src/classes/MetadataService.cls 8193 12 8199 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 'readFieldSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4978 /apex-mdapi/src/classes/MetadataService.cls 8195 16 8195 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4978 /apex-mdapi/src/classes/MetadataService.cls 8195 16 8195 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4979 /apex-mdapi/src/classes/MetadataService.cls 8196 26 8196 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4979 /apex-mdapi/src/classes/MetadataService.cls 8196 26 8196 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4980 /apex-mdapi/src/classes/MetadataService.cls 8196 26 8196 99 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]*'
4980 /apex-mdapi/src/classes/MetadataService.cls 8196 26 8196 99 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]*'
4981 /apex-mdapi/src/classes/MetadataService.cls 8197 26 8197 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4981 /apex-mdapi/src/classes/MetadataService.cls 8197 26 8197 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4982 /apex-mdapi/src/classes/MetadataService.cls 8197 26 8197 89 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]*'
4982 /apex-mdapi/src/classes/MetadataService.cls 8197 26 8197 89 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]*'
4983 /apex-mdapi/src/classes/MetadataService.cls 8198 26 8198 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4983 /apex-mdapi/src/classes/MetadataService.cls 8198 26 8198 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4984 /apex-mdapi/src/classes/MetadataService.cls 8198 26 8198 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]*'
4984 /apex-mdapi/src/classes/MetadataService.cls 8198 26 8198 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]*'
4985 /apex-mdapi/src/classes/MetadataService.cls 8200 12 8206 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4985 /apex-mdapi/src/classes/MetadataService.cls 8200 12 8206 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4986 /apex-mdapi/src/classes/MetadataService.cls 8202 16 8202 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4986 /apex-mdapi/src/classes/MetadataService.cls 8202 16 8202 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4987 /apex-mdapi/src/classes/MetadataService.cls 8203 26 8203 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4987 /apex-mdapi/src/classes/MetadataService.cls 8203 26 8203 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
4988 /apex-mdapi/src/classes/MetadataService.cls 8203 26 8203 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4988 /apex-mdapi/src/classes/MetadataService.cls 8203 26 8203 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
4989 /apex-mdapi/src/classes/MetadataService.cls 8204 26 8204 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4989 /apex-mdapi/src/classes/MetadataService.cls 8204 26 8204 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4990 /apex-mdapi/src/classes/MetadataService.cls 8204 26 8204 89 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]*'
4990 /apex-mdapi/src/classes/MetadataService.cls 8204 26 8204 89 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]*'
4991 /apex-mdapi/src/classes/MetadataService.cls 8205 26 8205 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4991 /apex-mdapi/src/classes/MetadataService.cls 8205 26 8205 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
4992 /apex-mdapi/src/classes/MetadataService.cls 8205 26 8205 73 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]*'
4992 /apex-mdapi/src/classes/MetadataService.cls 8205 26 8205 73 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]*'
4993 /apex-mdapi/src/classes/MetadataService.cls 8207 12 8213 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4993 /apex-mdapi/src/classes/MetadataService.cls 8207 12 8213 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4994 /apex-mdapi/src/classes/MetadataService.cls 8207 12 8213 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 'readPicklistValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4994 /apex-mdapi/src/classes/MetadataService.cls 8207 12 8213 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 'readPicklistValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
4995 /apex-mdapi/src/classes/MetadataService.cls 8209 16 8209 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4995 /apex-mdapi/src/classes/MetadataService.cls 8209 16 8209 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
4996 /apex-mdapi/src/classes/MetadataService.cls 8210 26 8210 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4996 /apex-mdapi/src/classes/MetadataService.cls 8210 26 8210 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
4997 /apex-mdapi/src/classes/MetadataService.cls 8210 26 8210 99 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]*'
4997 /apex-mdapi/src/classes/MetadataService.cls 8210 26 8210 99 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]*'
4998 /apex-mdapi/src/classes/MetadataService.cls 8211 26 8211 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4998 /apex-mdapi/src/classes/MetadataService.cls 8211 26 8211 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
4999 /apex-mdapi/src/classes/MetadataService.cls 8211 26 8211 89 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]*'
4999 /apex-mdapi/src/classes/MetadataService.cls 8211 26 8211 89 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]*'
5000 /apex-mdapi/src/classes/MetadataService.cls 8212 26 8212 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5000 /apex-mdapi/src/classes/MetadataService.cls 8212 26 8212 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5001 /apex-mdapi/src/classes/MetadataService.cls 8212 26 8212 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]*'
5001 /apex-mdapi/src/classes/MetadataService.cls 8212 26 8212 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]*'
5002 /apex-mdapi/src/classes/MetadataService.cls 8214 12 8220 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5002 /apex-mdapi/src/classes/MetadataService.cls 8214 12 8220 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5003 /apex-mdapi/src/classes/MetadataService.cls 8216 16 8216 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5003 /apex-mdapi/src/classes/MetadataService.cls 8216 16 8216 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5004 /apex-mdapi/src/classes/MetadataService.cls 8217 26 8217 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5004 /apex-mdapi/src/classes/MetadataService.cls 8217 26 8217 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5005 /apex-mdapi/src/classes/MetadataService.cls 8217 26 8217 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5005 /apex-mdapi/src/classes/MetadataService.cls 8217 26 8217 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5006 /apex-mdapi/src/classes/MetadataService.cls 8218 26 8218 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5006 /apex-mdapi/src/classes/MetadataService.cls 8218 26 8218 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5007 /apex-mdapi/src/classes/MetadataService.cls 8218 26 8218 89 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]*'
5007 /apex-mdapi/src/classes/MetadataService.cls 8218 26 8218 89 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]*'
5008 /apex-mdapi/src/classes/MetadataService.cls 8219 26 8219 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5008 /apex-mdapi/src/classes/MetadataService.cls 8219 26 8219 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5009 /apex-mdapi/src/classes/MetadataService.cls 8219 26 8219 73 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]*'
5009 /apex-mdapi/src/classes/MetadataService.cls 8219 26 8219 73 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]*'
5010 /apex-mdapi/src/classes/MetadataService.cls 8221 12 8227 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5010 /apex-mdapi/src/classes/MetadataService.cls 8221 12 8227 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5011 /apex-mdapi/src/classes/MetadataService.cls 8221 12 8227 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 'readRecordTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5011 /apex-mdapi/src/classes/MetadataService.cls 8221 12 8227 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 'readRecordTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5012 /apex-mdapi/src/classes/MetadataService.cls 8223 16 8223 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5012 /apex-mdapi/src/classes/MetadataService.cls 8223 16 8223 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5013 /apex-mdapi/src/classes/MetadataService.cls 8224 26 8224 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5013 /apex-mdapi/src/classes/MetadataService.cls 8224 26 8224 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5014 /apex-mdapi/src/classes/MetadataService.cls 8224 26 8224 99 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]*'
5014 /apex-mdapi/src/classes/MetadataService.cls 8224 26 8224 99 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]*'
5015 /apex-mdapi/src/classes/MetadataService.cls 8225 26 8225 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5015 /apex-mdapi/src/classes/MetadataService.cls 8225 26 8225 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5016 /apex-mdapi/src/classes/MetadataService.cls 8225 26 8225 89 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]*'
5016 /apex-mdapi/src/classes/MetadataService.cls 8225 26 8225 89 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]*'
5017 /apex-mdapi/src/classes/MetadataService.cls 8226 26 8226 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5017 /apex-mdapi/src/classes/MetadataService.cls 8226 26 8226 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5018 /apex-mdapi/src/classes/MetadataService.cls 8226 26 8226 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]*'
5018 /apex-mdapi/src/classes/MetadataService.cls 8226 26 8226 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]*'
5019 /apex-mdapi/src/classes/MetadataService.cls 8228 12 8234 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5019 /apex-mdapi/src/classes/MetadataService.cls 8228 12 8234 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5020 /apex-mdapi/src/classes/MetadataService.cls 8230 16 8230 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5020 /apex-mdapi/src/classes/MetadataService.cls 8230 16 8230 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5021 /apex-mdapi/src/classes/MetadataService.cls 8231 26 8231 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5021 /apex-mdapi/src/classes/MetadataService.cls 8231 26 8231 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5022 /apex-mdapi/src/classes/MetadataService.cls 8231 26 8231 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5022 /apex-mdapi/src/classes/MetadataService.cls 8231 26 8231 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5023 /apex-mdapi/src/classes/MetadataService.cls 8232 26 8232 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5023 /apex-mdapi/src/classes/MetadataService.cls 8232 26 8232 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5024 /apex-mdapi/src/classes/MetadataService.cls 8232 26 8232 89 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]*'
5024 /apex-mdapi/src/classes/MetadataService.cls 8232 26 8232 89 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]*'
5025 /apex-mdapi/src/classes/MetadataService.cls 8233 26 8233 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5025 /apex-mdapi/src/classes/MetadataService.cls 8233 26 8233 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5026 /apex-mdapi/src/classes/MetadataService.cls 8233 26 8233 73 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]*'
5026 /apex-mdapi/src/classes/MetadataService.cls 8233 26 8233 73 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]*'
5027 /apex-mdapi/src/classes/MetadataService.cls 8235 12 8241 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5027 /apex-mdapi/src/classes/MetadataService.cls 8235 12 8241 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5028 /apex-mdapi/src/classes/MetadataService.cls 8235 12 8241 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 'readWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5028 /apex-mdapi/src/classes/MetadataService.cls 8235 12 8241 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 'readWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5029 /apex-mdapi/src/classes/MetadataService.cls 8237 16 8237 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5029 /apex-mdapi/src/classes/MetadataService.cls 8237 16 8237 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5030 /apex-mdapi/src/classes/MetadataService.cls 8238 26 8238 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5030 /apex-mdapi/src/classes/MetadataService.cls 8238 26 8238 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5031 /apex-mdapi/src/classes/MetadataService.cls 8238 26 8238 99 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]*'
5031 /apex-mdapi/src/classes/MetadataService.cls 8238 26 8238 99 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]*'
5032 /apex-mdapi/src/classes/MetadataService.cls 8239 26 8239 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5032 /apex-mdapi/src/classes/MetadataService.cls 8239 26 8239 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5033 /apex-mdapi/src/classes/MetadataService.cls 8239 26 8239 89 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]*'
5033 /apex-mdapi/src/classes/MetadataService.cls 8239 26 8239 89 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]*'
5034 /apex-mdapi/src/classes/MetadataService.cls 8240 26 8240 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5034 /apex-mdapi/src/classes/MetadataService.cls 8240 26 8240 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5035 /apex-mdapi/src/classes/MetadataService.cls 8240 26 8240 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]*'
5035 /apex-mdapi/src/classes/MetadataService.cls 8240 26 8240 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]*'
5036 /apex-mdapi/src/classes/MetadataService.cls 8242 12 8248 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5036 /apex-mdapi/src/classes/MetadataService.cls 8242 12 8248 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5037 /apex-mdapi/src/classes/MetadataService.cls 8244 16 8244 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5037 /apex-mdapi/src/classes/MetadataService.cls 8244 16 8244 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5038 /apex-mdapi/src/classes/MetadataService.cls 8245 26 8245 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5038 /apex-mdapi/src/classes/MetadataService.cls 8245 26 8245 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5039 /apex-mdapi/src/classes/MetadataService.cls 8245 26 8245 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5039 /apex-mdapi/src/classes/MetadataService.cls 8245 26 8245 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5040 /apex-mdapi/src/classes/MetadataService.cls 8246 26 8246 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5040 /apex-mdapi/src/classes/MetadataService.cls 8246 26 8246 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5041 /apex-mdapi/src/classes/MetadataService.cls 8246 26 8246 89 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]*'
5041 /apex-mdapi/src/classes/MetadataService.cls 8246 26 8246 89 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]*'
5042 /apex-mdapi/src/classes/MetadataService.cls 8247 26 8247 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5042 /apex-mdapi/src/classes/MetadataService.cls 8247 26 8247 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5043 /apex-mdapi/src/classes/MetadataService.cls 8247 26 8247 73 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]*'
5043 /apex-mdapi/src/classes/MetadataService.cls 8247 26 8247 73 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]*'
5044 /apex-mdapi/src/classes/MetadataService.cls 8249 12 8255 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5044 /apex-mdapi/src/classes/MetadataService.cls 8249 12 8255 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5045 /apex-mdapi/src/classes/MetadataService.cls 8249 12 8255 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 'readAddressSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5045 /apex-mdapi/src/classes/MetadataService.cls 8249 12 8255 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 'readAddressSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5046 /apex-mdapi/src/classes/MetadataService.cls 8251 16 8251 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5046 /apex-mdapi/src/classes/MetadataService.cls 8251 16 8251 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5047 /apex-mdapi/src/classes/MetadataService.cls 8252 26 8252 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5047 /apex-mdapi/src/classes/MetadataService.cls 8252 26 8252 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5048 /apex-mdapi/src/classes/MetadataService.cls 8252 26 8252 99 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]*'
5048 /apex-mdapi/src/classes/MetadataService.cls 8252 26 8252 99 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]*'
5049 /apex-mdapi/src/classes/MetadataService.cls 8253 26 8253 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5049 /apex-mdapi/src/classes/MetadataService.cls 8253 26 8253 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5050 /apex-mdapi/src/classes/MetadataService.cls 8253 26 8253 89 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]*'
5050 /apex-mdapi/src/classes/MetadataService.cls 8253 26 8253 89 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]*'
5051 /apex-mdapi/src/classes/MetadataService.cls 8254 26 8254 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5051 /apex-mdapi/src/classes/MetadataService.cls 8254 26 8254 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5052 /apex-mdapi/src/classes/MetadataService.cls 8254 26 8254 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]*'
5052 /apex-mdapi/src/classes/MetadataService.cls 8254 26 8254 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]*'
5053 /apex-mdapi/src/classes/MetadataService.cls 8256 12 8262 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5053 /apex-mdapi/src/classes/MetadataService.cls 8256 12 8262 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5054 /apex-mdapi/src/classes/MetadataService.cls 8258 16 8258 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5054 /apex-mdapi/src/classes/MetadataService.cls 8258 16 8258 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5055 /apex-mdapi/src/classes/MetadataService.cls 8259 26 8259 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5055 /apex-mdapi/src/classes/MetadataService.cls 8259 26 8259 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5056 /apex-mdapi/src/classes/MetadataService.cls 8259 26 8259 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5056 /apex-mdapi/src/classes/MetadataService.cls 8259 26 8259 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5057 /apex-mdapi/src/classes/MetadataService.cls 8260 26 8260 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5057 /apex-mdapi/src/classes/MetadataService.cls 8260 26 8260 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5058 /apex-mdapi/src/classes/MetadataService.cls 8260 26 8260 89 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]*'
5058 /apex-mdapi/src/classes/MetadataService.cls 8260 26 8260 89 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]*'
5059 /apex-mdapi/src/classes/MetadataService.cls 8261 26 8261 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5059 /apex-mdapi/src/classes/MetadataService.cls 8261 26 8261 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5060 /apex-mdapi/src/classes/MetadataService.cls 8261 26 8261 73 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]*'
5060 /apex-mdapi/src/classes/MetadataService.cls 8261 26 8261 73 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]*'
5061 /apex-mdapi/src/classes/MetadataService.cls 8263 12 8269 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5061 /apex-mdapi/src/classes/MetadataService.cls 8263 12 8269 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5062 /apex-mdapi/src/classes/MetadataService.cls 8263 12 8269 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 'readCaseSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5062 /apex-mdapi/src/classes/MetadataService.cls 8263 12 8269 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 'readCaseSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5063 /apex-mdapi/src/classes/MetadataService.cls 8265 16 8265 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5063 /apex-mdapi/src/classes/MetadataService.cls 8265 16 8265 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5064 /apex-mdapi/src/classes/MetadataService.cls 8266 26 8266 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5064 /apex-mdapi/src/classes/MetadataService.cls 8266 26 8266 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5065 /apex-mdapi/src/classes/MetadataService.cls 8266 26 8266 99 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]*'
5065 /apex-mdapi/src/classes/MetadataService.cls 8266 26 8266 99 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]*'
5066 /apex-mdapi/src/classes/MetadataService.cls 8267 26 8267 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5066 /apex-mdapi/src/classes/MetadataService.cls 8267 26 8267 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5067 /apex-mdapi/src/classes/MetadataService.cls 8267 26 8267 89 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]*'
5067 /apex-mdapi/src/classes/MetadataService.cls 8267 26 8267 89 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]*'
5068 /apex-mdapi/src/classes/MetadataService.cls 8268 26 8268 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5068 /apex-mdapi/src/classes/MetadataService.cls 8268 26 8268 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5069 /apex-mdapi/src/classes/MetadataService.cls 8268 26 8268 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]*'
5069 /apex-mdapi/src/classes/MetadataService.cls 8268 26 8268 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]*'
5070 /apex-mdapi/src/classes/MetadataService.cls 8270 12 8276 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5070 /apex-mdapi/src/classes/MetadataService.cls 8270 12 8276 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5071 /apex-mdapi/src/classes/MetadataService.cls 8272 16 8272 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5071 /apex-mdapi/src/classes/MetadataService.cls 8272 16 8272 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5072 /apex-mdapi/src/classes/MetadataService.cls 8273 26 8273 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5072 /apex-mdapi/src/classes/MetadataService.cls 8273 26 8273 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5073 /apex-mdapi/src/classes/MetadataService.cls 8273 26 8273 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5073 /apex-mdapi/src/classes/MetadataService.cls 8273 26 8273 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5074 /apex-mdapi/src/classes/MetadataService.cls 8274 26 8274 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5074 /apex-mdapi/src/classes/MetadataService.cls 8274 26 8274 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5075 /apex-mdapi/src/classes/MetadataService.cls 8274 26 8274 89 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]*'
5075 /apex-mdapi/src/classes/MetadataService.cls 8274 26 8274 89 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]*'
5076 /apex-mdapi/src/classes/MetadataService.cls 8275 26 8275 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5076 /apex-mdapi/src/classes/MetadataService.cls 8275 26 8275 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5077 /apex-mdapi/src/classes/MetadataService.cls 8275 26 8275 73 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]*'
5077 /apex-mdapi/src/classes/MetadataService.cls 8275 26 8275 73 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]*'
5078 /apex-mdapi/src/classes/MetadataService.cls 8277 12 8283 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5078 /apex-mdapi/src/classes/MetadataService.cls 8277 12 8283 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5079 /apex-mdapi/src/classes/MetadataService.cls 8277 12 8283 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 'readCustomObjectResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5079 /apex-mdapi/src/classes/MetadataService.cls 8277 12 8283 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 'readCustomObjectResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5080 /apex-mdapi/src/classes/MetadataService.cls 8279 16 8279 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5080 /apex-mdapi/src/classes/MetadataService.cls 8279 16 8279 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5081 /apex-mdapi/src/classes/MetadataService.cls 8280 26 8280 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5081 /apex-mdapi/src/classes/MetadataService.cls 8280 26 8280 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5082 /apex-mdapi/src/classes/MetadataService.cls 8280 26 8280 99 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]*'
5082 /apex-mdapi/src/classes/MetadataService.cls 8280 26 8280 99 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]*'
5083 /apex-mdapi/src/classes/MetadataService.cls 8281 26 8281 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5083 /apex-mdapi/src/classes/MetadataService.cls 8281 26 8281 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5084 /apex-mdapi/src/classes/MetadataService.cls 8281 26 8281 89 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]*'
5084 /apex-mdapi/src/classes/MetadataService.cls 8281 26 8281 89 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]*'
5085 /apex-mdapi/src/classes/MetadataService.cls 8282 26 8282 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5085 /apex-mdapi/src/classes/MetadataService.cls 8282 26 8282 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5086 /apex-mdapi/src/classes/MetadataService.cls 8282 26 8282 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]*'
5086 /apex-mdapi/src/classes/MetadataService.cls 8282 26 8282 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]*'
5087 /apex-mdapi/src/classes/MetadataService.cls 8284 12 8290 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5087 /apex-mdapi/src/classes/MetadataService.cls 8284 12 8290 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5088 /apex-mdapi/src/classes/MetadataService.cls 8286 16 8286 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5088 /apex-mdapi/src/classes/MetadataService.cls 8286 16 8286 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5089 /apex-mdapi/src/classes/MetadataService.cls 8287 26 8287 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5089 /apex-mdapi/src/classes/MetadataService.cls 8287 26 8287 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5090 /apex-mdapi/src/classes/MetadataService.cls 8287 26 8287 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5090 /apex-mdapi/src/classes/MetadataService.cls 8287 26 8287 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5091 /apex-mdapi/src/classes/MetadataService.cls 8288 26 8288 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5091 /apex-mdapi/src/classes/MetadataService.cls 8288 26 8288 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5092 /apex-mdapi/src/classes/MetadataService.cls 8288 26 8288 89 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]*'
5092 /apex-mdapi/src/classes/MetadataService.cls 8288 26 8288 89 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]*'
5093 /apex-mdapi/src/classes/MetadataService.cls 8289 26 8289 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5093 /apex-mdapi/src/classes/MetadataService.cls 8289 26 8289 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5094 /apex-mdapi/src/classes/MetadataService.cls 8289 26 8289 73 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]*'
5094 /apex-mdapi/src/classes/MetadataService.cls 8289 26 8289 73 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]*'
5095 /apex-mdapi/src/classes/MetadataService.cls 8291 12 8297 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5095 /apex-mdapi/src/classes/MetadataService.cls 8291 12 8297 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5096 /apex-mdapi/src/classes/MetadataService.cls 8291 12 8297 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 'readLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5096 /apex-mdapi/src/classes/MetadataService.cls 8291 12 8297 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 'readLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5097 /apex-mdapi/src/classes/MetadataService.cls 8293 16 8293 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5097 /apex-mdapi/src/classes/MetadataService.cls 8293 16 8293 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5098 /apex-mdapi/src/classes/MetadataService.cls 8294 26 8294 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5098 /apex-mdapi/src/classes/MetadataService.cls 8294 26 8294 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5099 /apex-mdapi/src/classes/MetadataService.cls 8294 26 8294 99 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]*'
5099 /apex-mdapi/src/classes/MetadataService.cls 8294 26 8294 99 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]*'
5100 /apex-mdapi/src/classes/MetadataService.cls 8295 26 8295 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5100 /apex-mdapi/src/classes/MetadataService.cls 8295 26 8295 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5101 /apex-mdapi/src/classes/MetadataService.cls 8295 26 8295 89 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]*'
5101 /apex-mdapi/src/classes/MetadataService.cls 8295 26 8295 89 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]*'
5102 /apex-mdapi/src/classes/MetadataService.cls 8296 26 8296 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5102 /apex-mdapi/src/classes/MetadataService.cls 8296 26 8296 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5103 /apex-mdapi/src/classes/MetadataService.cls 8296 26 8296 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]*'
5103 /apex-mdapi/src/classes/MetadataService.cls 8296 26 8296 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]*'
5104 /apex-mdapi/src/classes/MetadataService.cls 8298 12 8304 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5104 /apex-mdapi/src/classes/MetadataService.cls 8298 12 8304 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5105 /apex-mdapi/src/classes/MetadataService.cls 8300 16 8300 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5105 /apex-mdapi/src/classes/MetadataService.cls 8300 16 8300 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5106 /apex-mdapi/src/classes/MetadataService.cls 8301 26 8301 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5106 /apex-mdapi/src/classes/MetadataService.cls 8301 26 8301 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5107 /apex-mdapi/src/classes/MetadataService.cls 8301 26 8301 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5107 /apex-mdapi/src/classes/MetadataService.cls 8301 26 8301 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5108 /apex-mdapi/src/classes/MetadataService.cls 8302 26 8302 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5108 /apex-mdapi/src/classes/MetadataService.cls 8302 26 8302 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5109 /apex-mdapi/src/classes/MetadataService.cls 8302 26 8302 89 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]*'
5109 /apex-mdapi/src/classes/MetadataService.cls 8302 26 8302 89 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]*'
5110 /apex-mdapi/src/classes/MetadataService.cls 8303 26 8303 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5110 /apex-mdapi/src/classes/MetadataService.cls 8303 26 8303 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5111 /apex-mdapi/src/classes/MetadataService.cls 8303 26 8303 73 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]*'
5111 /apex-mdapi/src/classes/MetadataService.cls 8303 26 8303 73 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]*'
5112 /apex-mdapi/src/classes/MetadataService.cls 8305 12 8311 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5112 /apex-mdapi/src/classes/MetadataService.cls 8305 12 8311 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5113 /apex-mdapi/src/classes/MetadataService.cls 8305 12 8311 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 'readEmailTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5113 /apex-mdapi/src/classes/MetadataService.cls 8305 12 8311 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 'readEmailTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5114 /apex-mdapi/src/classes/MetadataService.cls 8307 16 8307 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5114 /apex-mdapi/src/classes/MetadataService.cls 8307 16 8307 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5115 /apex-mdapi/src/classes/MetadataService.cls 8308 26 8308 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5115 /apex-mdapi/src/classes/MetadataService.cls 8308 26 8308 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5116 /apex-mdapi/src/classes/MetadataService.cls 8308 26 8308 99 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]*'
5116 /apex-mdapi/src/classes/MetadataService.cls 8308 26 8308 99 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]*'
5117 /apex-mdapi/src/classes/MetadataService.cls 8309 26 8309 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5117 /apex-mdapi/src/classes/MetadataService.cls 8309 26 8309 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5118 /apex-mdapi/src/classes/MetadataService.cls 8309 26 8309 89 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]*'
5118 /apex-mdapi/src/classes/MetadataService.cls 8309 26 8309 89 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]*'
5119 /apex-mdapi/src/classes/MetadataService.cls 8310 26 8310 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5119 /apex-mdapi/src/classes/MetadataService.cls 8310 26 8310 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5120 /apex-mdapi/src/classes/MetadataService.cls 8310 26 8310 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]*'
5120 /apex-mdapi/src/classes/MetadataService.cls 8310 26 8310 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]*'
5121 /apex-mdapi/src/classes/MetadataService.cls 8312 12 8318 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5121 /apex-mdapi/src/classes/MetadataService.cls 8312 12 8318 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5122 /apex-mdapi/src/classes/MetadataService.cls 8314 16 8314 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5122 /apex-mdapi/src/classes/MetadataService.cls 8314 16 8314 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5123 /apex-mdapi/src/classes/MetadataService.cls 8315 26 8315 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5123 /apex-mdapi/src/classes/MetadataService.cls 8315 26 8315 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5124 /apex-mdapi/src/classes/MetadataService.cls 8315 26 8315 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5124 /apex-mdapi/src/classes/MetadataService.cls 8315 26 8315 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5125 /apex-mdapi/src/classes/MetadataService.cls 8316 26 8316 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5125 /apex-mdapi/src/classes/MetadataService.cls 8316 26 8316 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5126 /apex-mdapi/src/classes/MetadataService.cls 8316 26 8316 89 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]*'
5126 /apex-mdapi/src/classes/MetadataService.cls 8316 26 8316 89 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]*'
5127 /apex-mdapi/src/classes/MetadataService.cls 8317 26 8317 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5127 /apex-mdapi/src/classes/MetadataService.cls 8317 26 8317 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5128 /apex-mdapi/src/classes/MetadataService.cls 8317 26 8317 73 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]*'
5128 /apex-mdapi/src/classes/MetadataService.cls 8317 26 8317 73 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]*'
5129 /apex-mdapi/src/classes/MetadataService.cls 8319 12 8325 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5129 /apex-mdapi/src/classes/MetadataService.cls 8319 12 8325 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5130 /apex-mdapi/src/classes/MetadataService.cls 8319 12 8325 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 'readScontrolResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5130 /apex-mdapi/src/classes/MetadataService.cls 8319 12 8325 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 'readScontrolResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5131 /apex-mdapi/src/classes/MetadataService.cls 8321 16 8321 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5131 /apex-mdapi/src/classes/MetadataService.cls 8321 16 8321 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5132 /apex-mdapi/src/classes/MetadataService.cls 8322 26 8322 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5132 /apex-mdapi/src/classes/MetadataService.cls 8322 26 8322 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5133 /apex-mdapi/src/classes/MetadataService.cls 8322 26 8322 99 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]*'
5133 /apex-mdapi/src/classes/MetadataService.cls 8322 26 8322 99 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]*'
5134 /apex-mdapi/src/classes/MetadataService.cls 8323 26 8323 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5134 /apex-mdapi/src/classes/MetadataService.cls 8323 26 8323 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5135 /apex-mdapi/src/classes/MetadataService.cls 8323 26 8323 89 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]*'
5135 /apex-mdapi/src/classes/MetadataService.cls 8323 26 8323 89 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]*'
5136 /apex-mdapi/src/classes/MetadataService.cls 8324 26 8324 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5136 /apex-mdapi/src/classes/MetadataService.cls 8324 26 8324 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5137 /apex-mdapi/src/classes/MetadataService.cls 8324 26 8324 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]*'
5137 /apex-mdapi/src/classes/MetadataService.cls 8324 26 8324 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]*'
5138 /apex-mdapi/src/classes/MetadataService.cls 8326 12 8332 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5138 /apex-mdapi/src/classes/MetadataService.cls 8326 12 8332 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5139 /apex-mdapi/src/classes/MetadataService.cls 8328 16 8328 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5139 /apex-mdapi/src/classes/MetadataService.cls 8328 16 8328 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5140 /apex-mdapi/src/classes/MetadataService.cls 8329 26 8329 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5140 /apex-mdapi/src/classes/MetadataService.cls 8329 26 8329 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5141 /apex-mdapi/src/classes/MetadataService.cls 8329 26 8329 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5141 /apex-mdapi/src/classes/MetadataService.cls 8329 26 8329 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5142 /apex-mdapi/src/classes/MetadataService.cls 8330 26 8330 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5142 /apex-mdapi/src/classes/MetadataService.cls 8330 26 8330 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5143 /apex-mdapi/src/classes/MetadataService.cls 8330 26 8330 89 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]*'
5143 /apex-mdapi/src/classes/MetadataService.cls 8330 26 8330 89 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]*'
5144 /apex-mdapi/src/classes/MetadataService.cls 8331 26 8331 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5144 /apex-mdapi/src/classes/MetadataService.cls 8331 26 8331 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5145 /apex-mdapi/src/classes/MetadataService.cls 8331 26 8331 73 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]*'
5145 /apex-mdapi/src/classes/MetadataService.cls 8331 26 8331 73 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]*'
5146 /apex-mdapi/src/classes/MetadataService.cls 8333 12 8339 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5146 /apex-mdapi/src/classes/MetadataService.cls 8333 12 8339 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5147 /apex-mdapi/src/classes/MetadataService.cls 8333 12 8339 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 'readApexPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5147 /apex-mdapi/src/classes/MetadataService.cls 8333 12 8339 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 'readApexPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5148 /apex-mdapi/src/classes/MetadataService.cls 8335 16 8335 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5148 /apex-mdapi/src/classes/MetadataService.cls 8335 16 8335 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5149 /apex-mdapi/src/classes/MetadataService.cls 8336 26 8336 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5149 /apex-mdapi/src/classes/MetadataService.cls 8336 26 8336 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5150 /apex-mdapi/src/classes/MetadataService.cls 8336 26 8336 99 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]*'
5150 /apex-mdapi/src/classes/MetadataService.cls 8336 26 8336 99 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]*'
5151 /apex-mdapi/src/classes/MetadataService.cls 8337 26 8337 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5151 /apex-mdapi/src/classes/MetadataService.cls 8337 26 8337 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5152 /apex-mdapi/src/classes/MetadataService.cls 8337 26 8337 89 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]*'
5152 /apex-mdapi/src/classes/MetadataService.cls 8337 26 8337 89 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]*'
5153 /apex-mdapi/src/classes/MetadataService.cls 8338 26 8338 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5153 /apex-mdapi/src/classes/MetadataService.cls 8338 26 8338 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5154 /apex-mdapi/src/classes/MetadataService.cls 8338 26 8338 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]*'
5154 /apex-mdapi/src/classes/MetadataService.cls 8338 26 8338 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]*'
5155 /apex-mdapi/src/classes/MetadataService.cls 8340 12 8346 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5155 /apex-mdapi/src/classes/MetadataService.cls 8340 12 8346 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5156 /apex-mdapi/src/classes/MetadataService.cls 8342 16 8342 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5156 /apex-mdapi/src/classes/MetadataService.cls 8342 16 8342 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5157 /apex-mdapi/src/classes/MetadataService.cls 8343 26 8343 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5157 /apex-mdapi/src/classes/MetadataService.cls 8343 26 8343 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5158 /apex-mdapi/src/classes/MetadataService.cls 8343 26 8343 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5158 /apex-mdapi/src/classes/MetadataService.cls 8343 26 8343 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5159 /apex-mdapi/src/classes/MetadataService.cls 8344 26 8344 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5159 /apex-mdapi/src/classes/MetadataService.cls 8344 26 8344 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5160 /apex-mdapi/src/classes/MetadataService.cls 8344 26 8344 89 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]*'
5160 /apex-mdapi/src/classes/MetadataService.cls 8344 26 8344 89 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]*'
5161 /apex-mdapi/src/classes/MetadataService.cls 8345 26 8345 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5161 /apex-mdapi/src/classes/MetadataService.cls 8345 26 8345 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5162 /apex-mdapi/src/classes/MetadataService.cls 8345 26 8345 73 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]*'
5162 /apex-mdapi/src/classes/MetadataService.cls 8345 26 8345 73 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]*'
5163 /apex-mdapi/src/classes/MetadataService.cls 8347 12 8353 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5163 /apex-mdapi/src/classes/MetadataService.cls 8347 12 8353 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5164 /apex-mdapi/src/classes/MetadataService.cls 8347 12 8353 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 'readApexComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5164 /apex-mdapi/src/classes/MetadataService.cls 8347 12 8353 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 'readApexComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5165 /apex-mdapi/src/classes/MetadataService.cls 8349 16 8349 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5165 /apex-mdapi/src/classes/MetadataService.cls 8349 16 8349 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5166 /apex-mdapi/src/classes/MetadataService.cls 8350 26 8350 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5166 /apex-mdapi/src/classes/MetadataService.cls 8350 26 8350 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5167 /apex-mdapi/src/classes/MetadataService.cls 8350 26 8350 99 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]*'
5167 /apex-mdapi/src/classes/MetadataService.cls 8350 26 8350 99 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]*'
5168 /apex-mdapi/src/classes/MetadataService.cls 8351 26 8351 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5168 /apex-mdapi/src/classes/MetadataService.cls 8351 26 8351 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5169 /apex-mdapi/src/classes/MetadataService.cls 8351 26 8351 89 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]*'
5169 /apex-mdapi/src/classes/MetadataService.cls 8351 26 8351 89 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]*'
5170 /apex-mdapi/src/classes/MetadataService.cls 8352 26 8352 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5170 /apex-mdapi/src/classes/MetadataService.cls 8352 26 8352 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5171 /apex-mdapi/src/classes/MetadataService.cls 8352 26 8352 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]*'
5171 /apex-mdapi/src/classes/MetadataService.cls 8352 26 8352 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]*'
5172 /apex-mdapi/src/classes/MetadataService.cls 8354 12 8360 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5172 /apex-mdapi/src/classes/MetadataService.cls 8354 12 8360 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5173 /apex-mdapi/src/classes/MetadataService.cls 8356 16 8356 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5173 /apex-mdapi/src/classes/MetadataService.cls 8356 16 8356 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5174 /apex-mdapi/src/classes/MetadataService.cls 8357 26 8357 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5174 /apex-mdapi/src/classes/MetadataService.cls 8357 26 8357 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5175 /apex-mdapi/src/classes/MetadataService.cls 8357 26 8357 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5175 /apex-mdapi/src/classes/MetadataService.cls 8357 26 8357 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5176 /apex-mdapi/src/classes/MetadataService.cls 8358 26 8358 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5176 /apex-mdapi/src/classes/MetadataService.cls 8358 26 8358 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5177 /apex-mdapi/src/classes/MetadataService.cls 8358 26 8358 89 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]*'
5177 /apex-mdapi/src/classes/MetadataService.cls 8358 26 8358 89 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]*'
5178 /apex-mdapi/src/classes/MetadataService.cls 8359 26 8359 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5178 /apex-mdapi/src/classes/MetadataService.cls 8359 26 8359 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5179 /apex-mdapi/src/classes/MetadataService.cls 8359 26 8359 73 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]*'
5179 /apex-mdapi/src/classes/MetadataService.cls 8359 26 8359 73 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]*'
5180 /apex-mdapi/src/classes/MetadataService.cls 8361 12 8367 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5180 /apex-mdapi/src/classes/MetadataService.cls 8361 12 8367 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5181 /apex-mdapi/src/classes/MetadataService.cls 8361 12 8367 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 'readApexClassResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5181 /apex-mdapi/src/classes/MetadataService.cls 8361 12 8367 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 'readApexClassResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5182 /apex-mdapi/src/classes/MetadataService.cls 8363 16 8363 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5182 /apex-mdapi/src/classes/MetadataService.cls 8363 16 8363 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5183 /apex-mdapi/src/classes/MetadataService.cls 8364 26 8364 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5183 /apex-mdapi/src/classes/MetadataService.cls 8364 26 8364 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5184 /apex-mdapi/src/classes/MetadataService.cls 8364 26 8364 99 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]*'
5184 /apex-mdapi/src/classes/MetadataService.cls 8364 26 8364 99 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]*'
5185 /apex-mdapi/src/classes/MetadataService.cls 8365 26 8365 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5185 /apex-mdapi/src/classes/MetadataService.cls 8365 26 8365 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5186 /apex-mdapi/src/classes/MetadataService.cls 8365 26 8365 89 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]*'
5186 /apex-mdapi/src/classes/MetadataService.cls 8365 26 8365 89 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]*'
5187 /apex-mdapi/src/classes/MetadataService.cls 8366 26 8366 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5187 /apex-mdapi/src/classes/MetadataService.cls 8366 26 8366 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5188 /apex-mdapi/src/classes/MetadataService.cls 8366 26 8366 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]*'
5188 /apex-mdapi/src/classes/MetadataService.cls 8366 26 8366 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]*'
5189 /apex-mdapi/src/classes/MetadataService.cls 8368 12 8374 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5189 /apex-mdapi/src/classes/MetadataService.cls 8368 12 8374 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5190 /apex-mdapi/src/classes/MetadataService.cls 8370 16 8370 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5190 /apex-mdapi/src/classes/MetadataService.cls 8370 16 8370 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5191 /apex-mdapi/src/classes/MetadataService.cls 8371 26 8371 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5191 /apex-mdapi/src/classes/MetadataService.cls 8371 26 8371 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5192 /apex-mdapi/src/classes/MetadataService.cls 8371 26 8371 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5192 /apex-mdapi/src/classes/MetadataService.cls 8371 26 8371 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5193 /apex-mdapi/src/classes/MetadataService.cls 8372 26 8372 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5193 /apex-mdapi/src/classes/MetadataService.cls 8372 26 8372 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5194 /apex-mdapi/src/classes/MetadataService.cls 8372 26 8372 89 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]*'
5194 /apex-mdapi/src/classes/MetadataService.cls 8372 26 8372 89 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]*'
5195 /apex-mdapi/src/classes/MetadataService.cls 8373 26 8373 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5195 /apex-mdapi/src/classes/MetadataService.cls 8373 26 8373 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5196 /apex-mdapi/src/classes/MetadataService.cls 8373 26 8373 73 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]*'
5196 /apex-mdapi/src/classes/MetadataService.cls 8373 26 8373 73 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]*'
5197 /apex-mdapi/src/classes/MetadataService.cls 8375 12 8381 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5197 /apex-mdapi/src/classes/MetadataService.cls 8375 12 8381 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5198 /apex-mdapi/src/classes/MetadataService.cls 8375 12 8381 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 'readApexTriggerResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5198 /apex-mdapi/src/classes/MetadataService.cls 8375 12 8381 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 'readApexTriggerResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5199 /apex-mdapi/src/classes/MetadataService.cls 8377 16 8377 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5199 /apex-mdapi/src/classes/MetadataService.cls 8377 16 8377 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5200 /apex-mdapi/src/classes/MetadataService.cls 8378 26 8378 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5200 /apex-mdapi/src/classes/MetadataService.cls 8378 26 8378 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5201 /apex-mdapi/src/classes/MetadataService.cls 8378 26 8378 99 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]*'
5201 /apex-mdapi/src/classes/MetadataService.cls 8378 26 8378 99 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]*'
5202 /apex-mdapi/src/classes/MetadataService.cls 8379 26 8379 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5202 /apex-mdapi/src/classes/MetadataService.cls 8379 26 8379 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5203 /apex-mdapi/src/classes/MetadataService.cls 8379 26 8379 89 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]*'
5203 /apex-mdapi/src/classes/MetadataService.cls 8379 26 8379 89 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]*'
5204 /apex-mdapi/src/classes/MetadataService.cls 8380 26 8380 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5204 /apex-mdapi/src/classes/MetadataService.cls 8380 26 8380 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5205 /apex-mdapi/src/classes/MetadataService.cls 8380 26 8380 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]*'
5205 /apex-mdapi/src/classes/MetadataService.cls 8380 26 8380 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]*'
5206 /apex-mdapi/src/classes/MetadataService.cls 8382 12 8388 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5206 /apex-mdapi/src/classes/MetadataService.cls 8382 12 8388 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5207 /apex-mdapi/src/classes/MetadataService.cls 8384 16 8384 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5207 /apex-mdapi/src/classes/MetadataService.cls 8384 16 8384 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5208 /apex-mdapi/src/classes/MetadataService.cls 8385 26 8385 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5208 /apex-mdapi/src/classes/MetadataService.cls 8385 26 8385 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5209 /apex-mdapi/src/classes/MetadataService.cls 8385 26 8385 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5209 /apex-mdapi/src/classes/MetadataService.cls 8385 26 8385 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5210 /apex-mdapi/src/classes/MetadataService.cls 8386 26 8386 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5210 /apex-mdapi/src/classes/MetadataService.cls 8386 26 8386 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5211 /apex-mdapi/src/classes/MetadataService.cls 8386 26 8386 89 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]*'
5211 /apex-mdapi/src/classes/MetadataService.cls 8386 26 8386 89 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]*'
5212 /apex-mdapi/src/classes/MetadataService.cls 8387 26 8387 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5212 /apex-mdapi/src/classes/MetadataService.cls 8387 26 8387 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5213 /apex-mdapi/src/classes/MetadataService.cls 8387 26 8387 73 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]*'
5213 /apex-mdapi/src/classes/MetadataService.cls 8387 26 8387 73 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]*'
5214 /apex-mdapi/src/classes/MetadataService.cls 8389 12 8395 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5214 /apex-mdapi/src/classes/MetadataService.cls 8389 12 8395 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5215 /apex-mdapi/src/classes/MetadataService.cls 8389 12 8395 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 'readStaticResourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5215 /apex-mdapi/src/classes/MetadataService.cls 8389 12 8395 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 'readStaticResourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5216 /apex-mdapi/src/classes/MetadataService.cls 8391 16 8391 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5216 /apex-mdapi/src/classes/MetadataService.cls 8391 16 8391 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5217 /apex-mdapi/src/classes/MetadataService.cls 8392 26 8392 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5217 /apex-mdapi/src/classes/MetadataService.cls 8392 26 8392 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5218 /apex-mdapi/src/classes/MetadataService.cls 8392 26 8392 99 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]*'
5218 /apex-mdapi/src/classes/MetadataService.cls 8392 26 8392 99 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]*'
5219 /apex-mdapi/src/classes/MetadataService.cls 8393 26 8393 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5219 /apex-mdapi/src/classes/MetadataService.cls 8393 26 8393 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5220 /apex-mdapi/src/classes/MetadataService.cls 8393 26 8393 89 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]*'
5220 /apex-mdapi/src/classes/MetadataService.cls 8393 26 8393 89 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]*'
5221 /apex-mdapi/src/classes/MetadataService.cls 8394 26 8394 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5221 /apex-mdapi/src/classes/MetadataService.cls 8394 26 8394 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5222 /apex-mdapi/src/classes/MetadataService.cls 8394 26 8394 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]*'
5222 /apex-mdapi/src/classes/MetadataService.cls 8394 26 8394 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]*'
5223 /apex-mdapi/src/classes/MetadataService.cls 8396 12 8402 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5223 /apex-mdapi/src/classes/MetadataService.cls 8396 12 8402 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5224 /apex-mdapi/src/classes/MetadataService.cls 8398 16 8398 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5224 /apex-mdapi/src/classes/MetadataService.cls 8398 16 8398 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5225 /apex-mdapi/src/classes/MetadataService.cls 8399 26 8399 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5225 /apex-mdapi/src/classes/MetadataService.cls 8399 26 8399 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5226 /apex-mdapi/src/classes/MetadataService.cls 8399 26 8399 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5226 /apex-mdapi/src/classes/MetadataService.cls 8399 26 8399 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5227 /apex-mdapi/src/classes/MetadataService.cls 8400 26 8400 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5227 /apex-mdapi/src/classes/MetadataService.cls 8400 26 8400 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5228 /apex-mdapi/src/classes/MetadataService.cls 8400 26 8400 89 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]*'
5228 /apex-mdapi/src/classes/MetadataService.cls 8400 26 8400 89 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]*'
5229 /apex-mdapi/src/classes/MetadataService.cls 8401 26 8401 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5229 /apex-mdapi/src/classes/MetadataService.cls 8401 26 8401 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5230 /apex-mdapi/src/classes/MetadataService.cls 8401 26 8401 73 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]*'
5230 /apex-mdapi/src/classes/MetadataService.cls 8401 26 8401 73 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]*'
5231 /apex-mdapi/src/classes/MetadataService.cls 8403 12 8409 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5231 /apex-mdapi/src/classes/MetadataService.cls 8403 12 8409 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5232 /apex-mdapi/src/classes/MetadataService.cls 8403 12 8409 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 'readDocumentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5232 /apex-mdapi/src/classes/MetadataService.cls 8403 12 8409 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 'readDocumentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5233 /apex-mdapi/src/classes/MetadataService.cls 8405 16 8405 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5233 /apex-mdapi/src/classes/MetadataService.cls 8405 16 8405 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5234 /apex-mdapi/src/classes/MetadataService.cls 8406 26 8406 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5234 /apex-mdapi/src/classes/MetadataService.cls 8406 26 8406 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5235 /apex-mdapi/src/classes/MetadataService.cls 8406 26 8406 99 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]*'
5235 /apex-mdapi/src/classes/MetadataService.cls 8406 26 8406 99 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]*'
5236 /apex-mdapi/src/classes/MetadataService.cls 8407 26 8407 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5236 /apex-mdapi/src/classes/MetadataService.cls 8407 26 8407 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5237 /apex-mdapi/src/classes/MetadataService.cls 8407 26 8407 89 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]*'
5237 /apex-mdapi/src/classes/MetadataService.cls 8407 26 8407 89 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]*'
5238 /apex-mdapi/src/classes/MetadataService.cls 8408 26 8408 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5238 /apex-mdapi/src/classes/MetadataService.cls 8408 26 8408 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5239 /apex-mdapi/src/classes/MetadataService.cls 8408 26 8408 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]*'
5239 /apex-mdapi/src/classes/MetadataService.cls 8408 26 8408 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]*'
5240 /apex-mdapi/src/classes/MetadataService.cls 8410 12 8416 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5240 /apex-mdapi/src/classes/MetadataService.cls 8410 12 8416 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5241 /apex-mdapi/src/classes/MetadataService.cls 8412 16 8412 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5241 /apex-mdapi/src/classes/MetadataService.cls 8412 16 8412 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5242 /apex-mdapi/src/classes/MetadataService.cls 8413 26 8413 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5242 /apex-mdapi/src/classes/MetadataService.cls 8413 26 8413 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5243 /apex-mdapi/src/classes/MetadataService.cls 8413 26 8413 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5243 /apex-mdapi/src/classes/MetadataService.cls 8413 26 8413 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5244 /apex-mdapi/src/classes/MetadataService.cls 8414 26 8414 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5244 /apex-mdapi/src/classes/MetadataService.cls 8414 26 8414 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5245 /apex-mdapi/src/classes/MetadataService.cls 8414 26 8414 89 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]*'
5245 /apex-mdapi/src/classes/MetadataService.cls 8414 26 8414 89 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]*'
5246 /apex-mdapi/src/classes/MetadataService.cls 8415 26 8415 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5246 /apex-mdapi/src/classes/MetadataService.cls 8415 26 8415 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5247 /apex-mdapi/src/classes/MetadataService.cls 8415 26 8415 73 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]*'
5247 /apex-mdapi/src/classes/MetadataService.cls 8415 26 8415 73 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]*'
5248 /apex-mdapi/src/classes/MetadataService.cls 8417 12 8423 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5248 /apex-mdapi/src/classes/MetadataService.cls 8417 12 8423 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5249 /apex-mdapi/src/classes/MetadataService.cls 8417 12 8423 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 'readCustomLabelsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5249 /apex-mdapi/src/classes/MetadataService.cls 8417 12 8423 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 'readCustomLabelsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5250 /apex-mdapi/src/classes/MetadataService.cls 8419 16 8419 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5250 /apex-mdapi/src/classes/MetadataService.cls 8419 16 8419 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5251 /apex-mdapi/src/classes/MetadataService.cls 8420 26 8420 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5251 /apex-mdapi/src/classes/MetadataService.cls 8420 26 8420 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5252 /apex-mdapi/src/classes/MetadataService.cls 8420 26 8420 99 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]*'
5252 /apex-mdapi/src/classes/MetadataService.cls 8420 26 8420 99 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]*'
5253 /apex-mdapi/src/classes/MetadataService.cls 8421 26 8421 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5253 /apex-mdapi/src/classes/MetadataService.cls 8421 26 8421 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5254 /apex-mdapi/src/classes/MetadataService.cls 8421 26 8421 89 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]*'
5254 /apex-mdapi/src/classes/MetadataService.cls 8421 26 8421 89 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]*'
5255 /apex-mdapi/src/classes/MetadataService.cls 8422 26 8422 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5255 /apex-mdapi/src/classes/MetadataService.cls 8422 26 8422 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5256 /apex-mdapi/src/classes/MetadataService.cls 8422 26 8422 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]*'
5256 /apex-mdapi/src/classes/MetadataService.cls 8422 26 8422 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]*'
5257 /apex-mdapi/src/classes/MetadataService.cls 8424 12 8430 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5257 /apex-mdapi/src/classes/MetadataService.cls 8424 12 8430 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5258 /apex-mdapi/src/classes/MetadataService.cls 8426 16 8426 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5258 /apex-mdapi/src/classes/MetadataService.cls 8426 16 8426 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5259 /apex-mdapi/src/classes/MetadataService.cls 8427 26 8427 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5259 /apex-mdapi/src/classes/MetadataService.cls 8427 26 8427 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5260 /apex-mdapi/src/classes/MetadataService.cls 8427 26 8427 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5260 /apex-mdapi/src/classes/MetadataService.cls 8427 26 8427 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5261 /apex-mdapi/src/classes/MetadataService.cls 8428 26 8428 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5261 /apex-mdapi/src/classes/MetadataService.cls 8428 26 8428 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5262 /apex-mdapi/src/classes/MetadataService.cls 8428 26 8428 89 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]*'
5262 /apex-mdapi/src/classes/MetadataService.cls 8428 26 8428 89 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]*'
5263 /apex-mdapi/src/classes/MetadataService.cls 8429 26 8429 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5263 /apex-mdapi/src/classes/MetadataService.cls 8429 26 8429 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5264 /apex-mdapi/src/classes/MetadataService.cls 8429 26 8429 73 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]*'
5264 /apex-mdapi/src/classes/MetadataService.cls 8429 26 8429 73 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]*'
5265 /apex-mdapi/src/classes/MetadataService.cls 8431 12 8437 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5265 /apex-mdapi/src/classes/MetadataService.cls 8431 12 8437 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5266 /apex-mdapi/src/classes/MetadataService.cls 8431 12 8437 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 'readCustomLabelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5266 /apex-mdapi/src/classes/MetadataService.cls 8431 12 8437 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 'readCustomLabelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5267 /apex-mdapi/src/classes/MetadataService.cls 8433 16 8433 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5267 /apex-mdapi/src/classes/MetadataService.cls 8433 16 8433 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5268 /apex-mdapi/src/classes/MetadataService.cls 8434 26 8434 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5268 /apex-mdapi/src/classes/MetadataService.cls 8434 26 8434 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5269 /apex-mdapi/src/classes/MetadataService.cls 8434 26 8434 99 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]*'
5269 /apex-mdapi/src/classes/MetadataService.cls 8434 26 8434 99 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]*'
5270 /apex-mdapi/src/classes/MetadataService.cls 8435 26 8435 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5270 /apex-mdapi/src/classes/MetadataService.cls 8435 26 8435 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5271 /apex-mdapi/src/classes/MetadataService.cls 8435 26 8435 89 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]*'
5271 /apex-mdapi/src/classes/MetadataService.cls 8435 26 8435 89 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]*'
5272 /apex-mdapi/src/classes/MetadataService.cls 8436 26 8436 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5272 /apex-mdapi/src/classes/MetadataService.cls 8436 26 8436 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5273 /apex-mdapi/src/classes/MetadataService.cls 8436 26 8436 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]*'
5273 /apex-mdapi/src/classes/MetadataService.cls 8436 26 8436 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]*'
5274 /apex-mdapi/src/classes/MetadataService.cls 8438 12 8444 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5274 /apex-mdapi/src/classes/MetadataService.cls 8438 12 8444 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5275 /apex-mdapi/src/classes/MetadataService.cls 8440 16 8440 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5275 /apex-mdapi/src/classes/MetadataService.cls 8440 16 8440 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5276 /apex-mdapi/src/classes/MetadataService.cls 8441 26 8441 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5276 /apex-mdapi/src/classes/MetadataService.cls 8441 26 8441 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5277 /apex-mdapi/src/classes/MetadataService.cls 8441 26 8441 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5277 /apex-mdapi/src/classes/MetadataService.cls 8441 26 8441 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5278 /apex-mdapi/src/classes/MetadataService.cls 8442 26 8442 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5278 /apex-mdapi/src/classes/MetadataService.cls 8442 26 8442 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5279 /apex-mdapi/src/classes/MetadataService.cls 8442 26 8442 89 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]*'
5279 /apex-mdapi/src/classes/MetadataService.cls 8442 26 8442 89 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]*'
5280 /apex-mdapi/src/classes/MetadataService.cls 8443 26 8443 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5280 /apex-mdapi/src/classes/MetadataService.cls 8443 26 8443 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5281 /apex-mdapi/src/classes/MetadataService.cls 8443 26 8443 73 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]*'
5281 /apex-mdapi/src/classes/MetadataService.cls 8443 26 8443 73 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]*'
5282 /apex-mdapi/src/classes/MetadataService.cls 8445 12 8451 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5282 /apex-mdapi/src/classes/MetadataService.cls 8445 12 8451 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5283 /apex-mdapi/src/classes/MetadataService.cls 8445 12 8451 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 'readAccountSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5283 /apex-mdapi/src/classes/MetadataService.cls 8445 12 8451 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 'readAccountSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5284 /apex-mdapi/src/classes/MetadataService.cls 8447 16 8447 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5284 /apex-mdapi/src/classes/MetadataService.cls 8447 16 8447 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5285 /apex-mdapi/src/classes/MetadataService.cls 8448 26 8448 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5285 /apex-mdapi/src/classes/MetadataService.cls 8448 26 8448 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5286 /apex-mdapi/src/classes/MetadataService.cls 8448 26 8448 99 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]*'
5286 /apex-mdapi/src/classes/MetadataService.cls 8448 26 8448 99 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]*'
5287 /apex-mdapi/src/classes/MetadataService.cls 8449 26 8449 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5287 /apex-mdapi/src/classes/MetadataService.cls 8449 26 8449 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5288 /apex-mdapi/src/classes/MetadataService.cls 8449 26 8449 89 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]*'
5288 /apex-mdapi/src/classes/MetadataService.cls 8449 26 8449 89 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]*'
5289 /apex-mdapi/src/classes/MetadataService.cls 8450 26 8450 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5289 /apex-mdapi/src/classes/MetadataService.cls 8450 26 8450 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5290 /apex-mdapi/src/classes/MetadataService.cls 8450 26 8450 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]*'
5290 /apex-mdapi/src/classes/MetadataService.cls 8450 26 8450 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]*'
5291 /apex-mdapi/src/classes/MetadataService.cls 8452 12 8458 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5291 /apex-mdapi/src/classes/MetadataService.cls 8452 12 8458 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5292 /apex-mdapi/src/classes/MetadataService.cls 8454 16 8454 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5292 /apex-mdapi/src/classes/MetadataService.cls 8454 16 8454 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5293 /apex-mdapi/src/classes/MetadataService.cls 8455 26 8455 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5293 /apex-mdapi/src/classes/MetadataService.cls 8455 26 8455 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5294 /apex-mdapi/src/classes/MetadataService.cls 8455 26 8455 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5294 /apex-mdapi/src/classes/MetadataService.cls 8455 26 8455 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5295 /apex-mdapi/src/classes/MetadataService.cls 8456 26 8456 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5295 /apex-mdapi/src/classes/MetadataService.cls 8456 26 8456 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5296 /apex-mdapi/src/classes/MetadataService.cls 8456 26 8456 89 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]*'
5296 /apex-mdapi/src/classes/MetadataService.cls 8456 26 8456 89 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]*'
5297 /apex-mdapi/src/classes/MetadataService.cls 8457 26 8457 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5297 /apex-mdapi/src/classes/MetadataService.cls 8457 26 8457 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5298 /apex-mdapi/src/classes/MetadataService.cls 8457 26 8457 73 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]*'
5298 /apex-mdapi/src/classes/MetadataService.cls 8457 26 8457 73 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]*'
5299 /apex-mdapi/src/classes/MetadataService.cls 8459 12 8465 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5299 /apex-mdapi/src/classes/MetadataService.cls 8459 12 8465 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5300 /apex-mdapi/src/classes/MetadataService.cls 8459 12 8465 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 'readQueueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5300 /apex-mdapi/src/classes/MetadataService.cls 8459 12 8465 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 'readQueueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5301 /apex-mdapi/src/classes/MetadataService.cls 8461 16 8461 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5301 /apex-mdapi/src/classes/MetadataService.cls 8461 16 8461 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5302 /apex-mdapi/src/classes/MetadataService.cls 8462 26 8462 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5302 /apex-mdapi/src/classes/MetadataService.cls 8462 26 8462 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5303 /apex-mdapi/src/classes/MetadataService.cls 8462 26 8462 99 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]*'
5303 /apex-mdapi/src/classes/MetadataService.cls 8462 26 8462 99 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]*'
5304 /apex-mdapi/src/classes/MetadataService.cls 8463 26 8463 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5304 /apex-mdapi/src/classes/MetadataService.cls 8463 26 8463 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5305 /apex-mdapi/src/classes/MetadataService.cls 8463 26 8463 89 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]*'
5305 /apex-mdapi/src/classes/MetadataService.cls 8463 26 8463 89 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]*'
5306 /apex-mdapi/src/classes/MetadataService.cls 8464 26 8464 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5306 /apex-mdapi/src/classes/MetadataService.cls 8464 26 8464 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5307 /apex-mdapi/src/classes/MetadataService.cls 8464 26 8464 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]*'
5307 /apex-mdapi/src/classes/MetadataService.cls 8464 26 8464 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]*'
5308 /apex-mdapi/src/classes/MetadataService.cls 8466 12 8472 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5308 /apex-mdapi/src/classes/MetadataService.cls 8466 12 8472 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5309 /apex-mdapi/src/classes/MetadataService.cls 8468 16 8468 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5309 /apex-mdapi/src/classes/MetadataService.cls 8468 16 8468 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5310 /apex-mdapi/src/classes/MetadataService.cls 8469 26 8469 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5310 /apex-mdapi/src/classes/MetadataService.cls 8469 26 8469 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5311 /apex-mdapi/src/classes/MetadataService.cls 8469 26 8469 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5311 /apex-mdapi/src/classes/MetadataService.cls 8469 26 8469 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5312 /apex-mdapi/src/classes/MetadataService.cls 8470 26 8470 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5312 /apex-mdapi/src/classes/MetadataService.cls 8470 26 8470 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5313 /apex-mdapi/src/classes/MetadataService.cls 8470 26 8470 89 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]*'
5313 /apex-mdapi/src/classes/MetadataService.cls 8470 26 8470 89 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]*'
5314 /apex-mdapi/src/classes/MetadataService.cls 8471 26 8471 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5314 /apex-mdapi/src/classes/MetadataService.cls 8471 26 8471 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5315 /apex-mdapi/src/classes/MetadataService.cls 8471 26 8471 73 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]*'
5315 /apex-mdapi/src/classes/MetadataService.cls 8471 26 8471 73 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]*'
5316 /apex-mdapi/src/classes/MetadataService.cls 8473 12 8479 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5316 /apex-mdapi/src/classes/MetadataService.cls 8473 12 8479 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5317 /apex-mdapi/src/classes/MetadataService.cls 8473 12 8479 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 'readCustomDataTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5317 /apex-mdapi/src/classes/MetadataService.cls 8473 12 8479 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 'readCustomDataTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5318 /apex-mdapi/src/classes/MetadataService.cls 8475 16 8475 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5318 /apex-mdapi/src/classes/MetadataService.cls 8475 16 8475 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5319 /apex-mdapi/src/classes/MetadataService.cls 8476 26 8476 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5319 /apex-mdapi/src/classes/MetadataService.cls 8476 26 8476 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5320 /apex-mdapi/src/classes/MetadataService.cls 8476 26 8476 99 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]*'
5320 /apex-mdapi/src/classes/MetadataService.cls 8476 26 8476 99 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]*'
5321 /apex-mdapi/src/classes/MetadataService.cls 8477 26 8477 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5321 /apex-mdapi/src/classes/MetadataService.cls 8477 26 8477 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5322 /apex-mdapi/src/classes/MetadataService.cls 8477 26 8477 89 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]*'
5322 /apex-mdapi/src/classes/MetadataService.cls 8477 26 8477 89 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]*'
5323 /apex-mdapi/src/classes/MetadataService.cls 8478 26 8478 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5323 /apex-mdapi/src/classes/MetadataService.cls 8478 26 8478 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5324 /apex-mdapi/src/classes/MetadataService.cls 8478 26 8478 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]*'
5324 /apex-mdapi/src/classes/MetadataService.cls 8478 26 8478 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]*'
5325 /apex-mdapi/src/classes/MetadataService.cls 8480 12 8486 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5325 /apex-mdapi/src/classes/MetadataService.cls 8480 12 8486 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5326 /apex-mdapi/src/classes/MetadataService.cls 8482 16 8482 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5326 /apex-mdapi/src/classes/MetadataService.cls 8482 16 8482 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5327 /apex-mdapi/src/classes/MetadataService.cls 8483 26 8483 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5327 /apex-mdapi/src/classes/MetadataService.cls 8483 26 8483 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5328 /apex-mdapi/src/classes/MetadataService.cls 8483 26 8483 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5328 /apex-mdapi/src/classes/MetadataService.cls 8483 26 8483 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5329 /apex-mdapi/src/classes/MetadataService.cls 8484 26 8484 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5329 /apex-mdapi/src/classes/MetadataService.cls 8484 26 8484 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5330 /apex-mdapi/src/classes/MetadataService.cls 8484 26 8484 89 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]*'
5330 /apex-mdapi/src/classes/MetadataService.cls 8484 26 8484 89 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]*'
5331 /apex-mdapi/src/classes/MetadataService.cls 8485 26 8485 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5331 /apex-mdapi/src/classes/MetadataService.cls 8485 26 8485 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5332 /apex-mdapi/src/classes/MetadataService.cls 8485 26 8485 73 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]*'
5332 /apex-mdapi/src/classes/MetadataService.cls 8485 26 8485 73 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]*'
5333 /apex-mdapi/src/classes/MetadataService.cls 8487 12 8493 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5333 /apex-mdapi/src/classes/MetadataService.cls 8487 12 8493 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5334 /apex-mdapi/src/classes/MetadataService.cls 8487 12 8493 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 'readExternalDataSourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5334 /apex-mdapi/src/classes/MetadataService.cls 8487 12 8493 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 'readExternalDataSourceResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5335 /apex-mdapi/src/classes/MetadataService.cls 8489 16 8489 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5335 /apex-mdapi/src/classes/MetadataService.cls 8489 16 8489 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5336 /apex-mdapi/src/classes/MetadataService.cls 8490 26 8490 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5336 /apex-mdapi/src/classes/MetadataService.cls 8490 26 8490 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5337 /apex-mdapi/src/classes/MetadataService.cls 8490 26 8490 99 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]*'
5337 /apex-mdapi/src/classes/MetadataService.cls 8490 26 8490 99 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]*'
5338 /apex-mdapi/src/classes/MetadataService.cls 8491 26 8491 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5338 /apex-mdapi/src/classes/MetadataService.cls 8491 26 8491 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5339 /apex-mdapi/src/classes/MetadataService.cls 8491 26 8491 89 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]*'
5339 /apex-mdapi/src/classes/MetadataService.cls 8491 26 8491 89 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]*'
5340 /apex-mdapi/src/classes/MetadataService.cls 8492 26 8492 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5340 /apex-mdapi/src/classes/MetadataService.cls 8492 26 8492 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5341 /apex-mdapi/src/classes/MetadataService.cls 8492 26 8492 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]*'
5341 /apex-mdapi/src/classes/MetadataService.cls 8492 26 8492 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]*'
5342 /apex-mdapi/src/classes/MetadataService.cls 8494 12 8500 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5342 /apex-mdapi/src/classes/MetadataService.cls 8494 12 8500 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5343 /apex-mdapi/src/classes/MetadataService.cls 8496 16 8496 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5343 /apex-mdapi/src/classes/MetadataService.cls 8496 16 8496 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5344 /apex-mdapi/src/classes/MetadataService.cls 8497 26 8497 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5344 /apex-mdapi/src/classes/MetadataService.cls 8497 26 8497 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5345 /apex-mdapi/src/classes/MetadataService.cls 8497 26 8497 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5345 /apex-mdapi/src/classes/MetadataService.cls 8497 26 8497 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5346 /apex-mdapi/src/classes/MetadataService.cls 8498 26 8498 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5346 /apex-mdapi/src/classes/MetadataService.cls 8498 26 8498 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5347 /apex-mdapi/src/classes/MetadataService.cls 8498 26 8498 89 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]*'
5347 /apex-mdapi/src/classes/MetadataService.cls 8498 26 8498 89 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]*'
5348 /apex-mdapi/src/classes/MetadataService.cls 8499 26 8499 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5348 /apex-mdapi/src/classes/MetadataService.cls 8499 26 8499 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5349 /apex-mdapi/src/classes/MetadataService.cls 8499 26 8499 73 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]*'
5349 /apex-mdapi/src/classes/MetadataService.cls 8499 26 8499 73 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]*'
5350 /apex-mdapi/src/classes/MetadataService.cls 8501 12 8507 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5350 /apex-mdapi/src/classes/MetadataService.cls 8501 12 8507 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5351 /apex-mdapi/src/classes/MetadataService.cls 8501 12 8507 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 'readGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5351 /apex-mdapi/src/classes/MetadataService.cls 8501 12 8507 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 'readGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5352 /apex-mdapi/src/classes/MetadataService.cls 8503 16 8503 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5352 /apex-mdapi/src/classes/MetadataService.cls 8503 16 8503 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5353 /apex-mdapi/src/classes/MetadataService.cls 8504 26 8504 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5353 /apex-mdapi/src/classes/MetadataService.cls 8504 26 8504 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5354 /apex-mdapi/src/classes/MetadataService.cls 8504 26 8504 99 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]*'
5354 /apex-mdapi/src/classes/MetadataService.cls 8504 26 8504 99 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]*'
5355 /apex-mdapi/src/classes/MetadataService.cls 8505 26 8505 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5355 /apex-mdapi/src/classes/MetadataService.cls 8505 26 8505 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5356 /apex-mdapi/src/classes/MetadataService.cls 8505 26 8505 89 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]*'
5356 /apex-mdapi/src/classes/MetadataService.cls 8505 26 8505 89 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]*'
5357 /apex-mdapi/src/classes/MetadataService.cls 8506 26 8506 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5357 /apex-mdapi/src/classes/MetadataService.cls 8506 26 8506 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5358 /apex-mdapi/src/classes/MetadataService.cls 8506 26 8506 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]*'
5358 /apex-mdapi/src/classes/MetadataService.cls 8506 26 8506 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]*'
5359 /apex-mdapi/src/classes/MetadataService.cls 8508 12 8514 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5359 /apex-mdapi/src/classes/MetadataService.cls 8508 12 8514 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5360 /apex-mdapi/src/classes/MetadataService.cls 8510 16 8510 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5360 /apex-mdapi/src/classes/MetadataService.cls 8510 16 8510 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5361 /apex-mdapi/src/classes/MetadataService.cls 8511 26 8511 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5361 /apex-mdapi/src/classes/MetadataService.cls 8511 26 8511 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5362 /apex-mdapi/src/classes/MetadataService.cls 8511 26 8511 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5362 /apex-mdapi/src/classes/MetadataService.cls 8511 26 8511 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5363 /apex-mdapi/src/classes/MetadataService.cls 8512 26 8512 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5363 /apex-mdapi/src/classes/MetadataService.cls 8512 26 8512 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5364 /apex-mdapi/src/classes/MetadataService.cls 8512 26 8512 89 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]*'
5364 /apex-mdapi/src/classes/MetadataService.cls 8512 26 8512 89 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]*'
5365 /apex-mdapi/src/classes/MetadataService.cls 8513 26 8513 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5365 /apex-mdapi/src/classes/MetadataService.cls 8513 26 8513 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5366 /apex-mdapi/src/classes/MetadataService.cls 8513 26 8513 73 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]*'
5366 /apex-mdapi/src/classes/MetadataService.cls 8513 26 8513 73 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]*'
5367 /apex-mdapi/src/classes/MetadataService.cls 8515 12 8521 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5367 /apex-mdapi/src/classes/MetadataService.cls 8515 12 8521 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5368 /apex-mdapi/src/classes/MetadataService.cls 8515 12 8521 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 'readBusinessProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5368 /apex-mdapi/src/classes/MetadataService.cls 8515 12 8521 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 'readBusinessProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5369 /apex-mdapi/src/classes/MetadataService.cls 8517 16 8517 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5369 /apex-mdapi/src/classes/MetadataService.cls 8517 16 8517 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5370 /apex-mdapi/src/classes/MetadataService.cls 8518 26 8518 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5370 /apex-mdapi/src/classes/MetadataService.cls 8518 26 8518 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5371 /apex-mdapi/src/classes/MetadataService.cls 8518 26 8518 99 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]*'
5371 /apex-mdapi/src/classes/MetadataService.cls 8518 26 8518 99 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]*'
5372 /apex-mdapi/src/classes/MetadataService.cls 8519 26 8519 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5372 /apex-mdapi/src/classes/MetadataService.cls 8519 26 8519 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5373 /apex-mdapi/src/classes/MetadataService.cls 8519 26 8519 89 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]*'
5373 /apex-mdapi/src/classes/MetadataService.cls 8519 26 8519 89 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]*'
5374 /apex-mdapi/src/classes/MetadataService.cls 8520 26 8520 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5374 /apex-mdapi/src/classes/MetadataService.cls 8520 26 8520 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5375 /apex-mdapi/src/classes/MetadataService.cls 8520 26 8520 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]*'
5375 /apex-mdapi/src/classes/MetadataService.cls 8520 26 8520 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]*'
5376 /apex-mdapi/src/classes/MetadataService.cls 8522 12 8528 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5376 /apex-mdapi/src/classes/MetadataService.cls 8522 12 8528 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5377 /apex-mdapi/src/classes/MetadataService.cls 8524 16 8524 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5377 /apex-mdapi/src/classes/MetadataService.cls 8524 16 8524 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5378 /apex-mdapi/src/classes/MetadataService.cls 8525 26 8525 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5378 /apex-mdapi/src/classes/MetadataService.cls 8525 26 8525 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5379 /apex-mdapi/src/classes/MetadataService.cls 8525 26 8525 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5379 /apex-mdapi/src/classes/MetadataService.cls 8525 26 8525 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5380 /apex-mdapi/src/classes/MetadataService.cls 8526 26 8526 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5380 /apex-mdapi/src/classes/MetadataService.cls 8526 26 8526 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5381 /apex-mdapi/src/classes/MetadataService.cls 8526 26 8526 89 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]*'
5381 /apex-mdapi/src/classes/MetadataService.cls 8526 26 8526 89 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]*'
5382 /apex-mdapi/src/classes/MetadataService.cls 8527 26 8527 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5382 /apex-mdapi/src/classes/MetadataService.cls 8527 26 8527 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5383 /apex-mdapi/src/classes/MetadataService.cls 8527 26 8527 73 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]*'
5383 /apex-mdapi/src/classes/MetadataService.cls 8527 26 8527 73 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]*'
5384 /apex-mdapi/src/classes/MetadataService.cls 8529 12 8535 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5384 /apex-mdapi/src/classes/MetadataService.cls 8529 12 8535 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5385 /apex-mdapi/src/classes/MetadataService.cls 8529 12 8535 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 'readCompactLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5385 /apex-mdapi/src/classes/MetadataService.cls 8529 12 8535 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 'readCompactLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5386 /apex-mdapi/src/classes/MetadataService.cls 8531 16 8531 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5386 /apex-mdapi/src/classes/MetadataService.cls 8531 16 8531 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5387 /apex-mdapi/src/classes/MetadataService.cls 8532 26 8532 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5387 /apex-mdapi/src/classes/MetadataService.cls 8532 26 8532 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5388 /apex-mdapi/src/classes/MetadataService.cls 8532 26 8532 99 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]*'
5388 /apex-mdapi/src/classes/MetadataService.cls 8532 26 8532 99 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]*'
5389 /apex-mdapi/src/classes/MetadataService.cls 8533 26 8533 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5389 /apex-mdapi/src/classes/MetadataService.cls 8533 26 8533 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5390 /apex-mdapi/src/classes/MetadataService.cls 8533 26 8533 89 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]*'
5390 /apex-mdapi/src/classes/MetadataService.cls 8533 26 8533 89 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]*'
5391 /apex-mdapi/src/classes/MetadataService.cls 8534 26 8534 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5391 /apex-mdapi/src/classes/MetadataService.cls 8534 26 8534 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5392 /apex-mdapi/src/classes/MetadataService.cls 8534 26 8534 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]*'
5392 /apex-mdapi/src/classes/MetadataService.cls 8534 26 8534 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]*'
5393 /apex-mdapi/src/classes/MetadataService.cls 8536 12 8542 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5393 /apex-mdapi/src/classes/MetadataService.cls 8536 12 8542 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5394 /apex-mdapi/src/classes/MetadataService.cls 8538 16 8538 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5394 /apex-mdapi/src/classes/MetadataService.cls 8538 16 8538 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5395 /apex-mdapi/src/classes/MetadataService.cls 8539 26 8539 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5395 /apex-mdapi/src/classes/MetadataService.cls 8539 26 8539 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5396 /apex-mdapi/src/classes/MetadataService.cls 8539 26 8539 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5396 /apex-mdapi/src/classes/MetadataService.cls 8539 26 8539 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5397 /apex-mdapi/src/classes/MetadataService.cls 8540 26 8540 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5397 /apex-mdapi/src/classes/MetadataService.cls 8540 26 8540 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5398 /apex-mdapi/src/classes/MetadataService.cls 8540 26 8540 89 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]*'
5398 /apex-mdapi/src/classes/MetadataService.cls 8540 26 8540 89 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]*'
5399 /apex-mdapi/src/classes/MetadataService.cls 8541 26 8541 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5399 /apex-mdapi/src/classes/MetadataService.cls 8541 26 8541 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5400 /apex-mdapi/src/classes/MetadataService.cls 8541 26 8541 73 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]*'
5400 /apex-mdapi/src/classes/MetadataService.cls 8541 26 8541 73 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]*'
5401 /apex-mdapi/src/classes/MetadataService.cls 8543 12 8549 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5401 /apex-mdapi/src/classes/MetadataService.cls 8543 12 8549 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5402 /apex-mdapi/src/classes/MetadataService.cls 8543 12 8549 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 'readSharingReasonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5402 /apex-mdapi/src/classes/MetadataService.cls 8543 12 8549 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 'readSharingReasonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5403 /apex-mdapi/src/classes/MetadataService.cls 8545 16 8545 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5403 /apex-mdapi/src/classes/MetadataService.cls 8545 16 8545 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5404 /apex-mdapi/src/classes/MetadataService.cls 8546 26 8546 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5404 /apex-mdapi/src/classes/MetadataService.cls 8546 26 8546 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5405 /apex-mdapi/src/classes/MetadataService.cls 8546 26 8546 99 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]*'
5405 /apex-mdapi/src/classes/MetadataService.cls 8546 26 8546 99 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]*'
5406 /apex-mdapi/src/classes/MetadataService.cls 8547 26 8547 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5406 /apex-mdapi/src/classes/MetadataService.cls 8547 26 8547 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5407 /apex-mdapi/src/classes/MetadataService.cls 8547 26 8547 89 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]*'
5407 /apex-mdapi/src/classes/MetadataService.cls 8547 26 8547 89 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]*'
5408 /apex-mdapi/src/classes/MetadataService.cls 8548 26 8548 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5408 /apex-mdapi/src/classes/MetadataService.cls 8548 26 8548 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5409 /apex-mdapi/src/classes/MetadataService.cls 8548 26 8548 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]*'
5409 /apex-mdapi/src/classes/MetadataService.cls 8548 26 8548 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]*'
5410 /apex-mdapi/src/classes/MetadataService.cls 8550 12 8556 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5410 /apex-mdapi/src/classes/MetadataService.cls 8550 12 8556 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5411 /apex-mdapi/src/classes/MetadataService.cls 8552 16 8552 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5411 /apex-mdapi/src/classes/MetadataService.cls 8552 16 8552 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5412 /apex-mdapi/src/classes/MetadataService.cls 8553 26 8553 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5412 /apex-mdapi/src/classes/MetadataService.cls 8553 26 8553 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5413 /apex-mdapi/src/classes/MetadataService.cls 8553 26 8553 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5413 /apex-mdapi/src/classes/MetadataService.cls 8553 26 8553 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5414 /apex-mdapi/src/classes/MetadataService.cls 8554 26 8554 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5414 /apex-mdapi/src/classes/MetadataService.cls 8554 26 8554 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5415 /apex-mdapi/src/classes/MetadataService.cls 8554 26 8554 89 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]*'
5415 /apex-mdapi/src/classes/MetadataService.cls 8554 26 8554 89 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]*'
5416 /apex-mdapi/src/classes/MetadataService.cls 8555 26 8555 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5416 /apex-mdapi/src/classes/MetadataService.cls 8555 26 8555 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5417 /apex-mdapi/src/classes/MetadataService.cls 8555 26 8555 73 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]*'
5417 /apex-mdapi/src/classes/MetadataService.cls 8555 26 8555 73 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]*'
5418 /apex-mdapi/src/classes/MetadataService.cls 8557 12 8563 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5418 /apex-mdapi/src/classes/MetadataService.cls 8557 12 8563 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5419 /apex-mdapi/src/classes/MetadataService.cls 8557 12 8563 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 'readValidationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5419 /apex-mdapi/src/classes/MetadataService.cls 8557 12 8563 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 'readValidationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5420 /apex-mdapi/src/classes/MetadataService.cls 8559 16 8559 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5420 /apex-mdapi/src/classes/MetadataService.cls 8559 16 8559 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5421 /apex-mdapi/src/classes/MetadataService.cls 8560 26 8560 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5421 /apex-mdapi/src/classes/MetadataService.cls 8560 26 8560 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5422 /apex-mdapi/src/classes/MetadataService.cls 8560 26 8560 99 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]*'
5422 /apex-mdapi/src/classes/MetadataService.cls 8560 26 8560 99 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]*'
5423 /apex-mdapi/src/classes/MetadataService.cls 8561 26 8561 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5423 /apex-mdapi/src/classes/MetadataService.cls 8561 26 8561 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5424 /apex-mdapi/src/classes/MetadataService.cls 8561 26 8561 89 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]*'
5424 /apex-mdapi/src/classes/MetadataService.cls 8561 26 8561 89 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]*'
5425 /apex-mdapi/src/classes/MetadataService.cls 8562 26 8562 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5425 /apex-mdapi/src/classes/MetadataService.cls 8562 26 8562 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5426 /apex-mdapi/src/classes/MetadataService.cls 8562 26 8562 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]*'
5426 /apex-mdapi/src/classes/MetadataService.cls 8562 26 8562 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]*'
5427 /apex-mdapi/src/classes/MetadataService.cls 8564 12 8570 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5427 /apex-mdapi/src/classes/MetadataService.cls 8564 12 8570 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5428 /apex-mdapi/src/classes/MetadataService.cls 8566 16 8566 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5428 /apex-mdapi/src/classes/MetadataService.cls 8566 16 8566 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5429 /apex-mdapi/src/classes/MetadataService.cls 8567 26 8567 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5429 /apex-mdapi/src/classes/MetadataService.cls 8567 26 8567 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5430 /apex-mdapi/src/classes/MetadataService.cls 8567 26 8567 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5430 /apex-mdapi/src/classes/MetadataService.cls 8567 26 8567 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5431 /apex-mdapi/src/classes/MetadataService.cls 8568 26 8568 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5431 /apex-mdapi/src/classes/MetadataService.cls 8568 26 8568 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5432 /apex-mdapi/src/classes/MetadataService.cls 8568 26 8568 89 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]*'
5432 /apex-mdapi/src/classes/MetadataService.cls 8568 26 8568 89 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]*'
5433 /apex-mdapi/src/classes/MetadataService.cls 8569 26 8569 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5433 /apex-mdapi/src/classes/MetadataService.cls 8569 26 8569 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5434 /apex-mdapi/src/classes/MetadataService.cls 8569 26 8569 73 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]*'
5434 /apex-mdapi/src/classes/MetadataService.cls 8569 26 8569 73 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]*'
5435 /apex-mdapi/src/classes/MetadataService.cls 8571 12 8577 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5435 /apex-mdapi/src/classes/MetadataService.cls 8571 12 8577 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5436 /apex-mdapi/src/classes/MetadataService.cls 8571 12 8577 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 'readReportTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5436 /apex-mdapi/src/classes/MetadataService.cls 8571 12 8577 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 'readReportTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5437 /apex-mdapi/src/classes/MetadataService.cls 8573 16 8573 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5437 /apex-mdapi/src/classes/MetadataService.cls 8573 16 8573 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5438 /apex-mdapi/src/classes/MetadataService.cls 8574 26 8574 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5438 /apex-mdapi/src/classes/MetadataService.cls 8574 26 8574 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5439 /apex-mdapi/src/classes/MetadataService.cls 8574 26 8574 99 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]*'
5439 /apex-mdapi/src/classes/MetadataService.cls 8574 26 8574 99 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]*'
5440 /apex-mdapi/src/classes/MetadataService.cls 8575 26 8575 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5440 /apex-mdapi/src/classes/MetadataService.cls 8575 26 8575 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5441 /apex-mdapi/src/classes/MetadataService.cls 8575 26 8575 89 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]*'
5441 /apex-mdapi/src/classes/MetadataService.cls 8575 26 8575 89 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]*'
5442 /apex-mdapi/src/classes/MetadataService.cls 8576 26 8576 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5442 /apex-mdapi/src/classes/MetadataService.cls 8576 26 8576 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5443 /apex-mdapi/src/classes/MetadataService.cls 8576 26 8576 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]*'
5443 /apex-mdapi/src/classes/MetadataService.cls 8576 26 8576 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]*'
5444 /apex-mdapi/src/classes/MetadataService.cls 8578 12 8584 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5444 /apex-mdapi/src/classes/MetadataService.cls 8578 12 8584 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5445 /apex-mdapi/src/classes/MetadataService.cls 8580 16 8580 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5445 /apex-mdapi/src/classes/MetadataService.cls 8580 16 8580 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5446 /apex-mdapi/src/classes/MetadataService.cls 8581 26 8581 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5446 /apex-mdapi/src/classes/MetadataService.cls 8581 26 8581 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5447 /apex-mdapi/src/classes/MetadataService.cls 8581 26 8581 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5447 /apex-mdapi/src/classes/MetadataService.cls 8581 26 8581 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5448 /apex-mdapi/src/classes/MetadataService.cls 8582 26 8582 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5448 /apex-mdapi/src/classes/MetadataService.cls 8582 26 8582 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5449 /apex-mdapi/src/classes/MetadataService.cls 8582 26 8582 89 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]*'
5449 /apex-mdapi/src/classes/MetadataService.cls 8582 26 8582 89 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]*'
5450 /apex-mdapi/src/classes/MetadataService.cls 8583 26 8583 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5450 /apex-mdapi/src/classes/MetadataService.cls 8583 26 8583 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5451 /apex-mdapi/src/classes/MetadataService.cls 8583 26 8583 73 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]*'
5451 /apex-mdapi/src/classes/MetadataService.cls 8583 26 8583 73 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]*'
5452 /apex-mdapi/src/classes/MetadataService.cls 8585 12 8591 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5452 /apex-mdapi/src/classes/MetadataService.cls 8585 12 8591 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5453 /apex-mdapi/src/classes/MetadataService.cls 8585 12 8591 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 'readReportResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5453 /apex-mdapi/src/classes/MetadataService.cls 8585 12 8591 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 'readReportResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5454 /apex-mdapi/src/classes/MetadataService.cls 8587 16 8587 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5454 /apex-mdapi/src/classes/MetadataService.cls 8587 16 8587 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5455 /apex-mdapi/src/classes/MetadataService.cls 8588 26 8588 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5455 /apex-mdapi/src/classes/MetadataService.cls 8588 26 8588 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5456 /apex-mdapi/src/classes/MetadataService.cls 8588 26 8588 99 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]*'
5456 /apex-mdapi/src/classes/MetadataService.cls 8588 26 8588 99 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]*'
5457 /apex-mdapi/src/classes/MetadataService.cls 8589 26 8589 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5457 /apex-mdapi/src/classes/MetadataService.cls 8589 26 8589 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5458 /apex-mdapi/src/classes/MetadataService.cls 8589 26 8589 89 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]*'
5458 /apex-mdapi/src/classes/MetadataService.cls 8589 26 8589 89 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]*'
5459 /apex-mdapi/src/classes/MetadataService.cls 8590 26 8590 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5459 /apex-mdapi/src/classes/MetadataService.cls 8590 26 8590 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5460 /apex-mdapi/src/classes/MetadataService.cls 8590 26 8590 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]*'
5460 /apex-mdapi/src/classes/MetadataService.cls 8590 26 8590 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]*'
5461 /apex-mdapi/src/classes/MetadataService.cls 8592 12 8598 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5461 /apex-mdapi/src/classes/MetadataService.cls 8592 12 8598 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5462 /apex-mdapi/src/classes/MetadataService.cls 8594 16 8594 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5462 /apex-mdapi/src/classes/MetadataService.cls 8594 16 8594 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5463 /apex-mdapi/src/classes/MetadataService.cls 8595 26 8595 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5463 /apex-mdapi/src/classes/MetadataService.cls 8595 26 8595 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5464 /apex-mdapi/src/classes/MetadataService.cls 8595 26 8595 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5464 /apex-mdapi/src/classes/MetadataService.cls 8595 26 8595 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5465 /apex-mdapi/src/classes/MetadataService.cls 8596 26 8596 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5465 /apex-mdapi/src/classes/MetadataService.cls 8596 26 8596 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5466 /apex-mdapi/src/classes/MetadataService.cls 8596 26 8596 89 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]*'
5466 /apex-mdapi/src/classes/MetadataService.cls 8596 26 8596 89 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]*'
5467 /apex-mdapi/src/classes/MetadataService.cls 8597 26 8597 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5467 /apex-mdapi/src/classes/MetadataService.cls 8597 26 8597 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5468 /apex-mdapi/src/classes/MetadataService.cls 8597 26 8597 73 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]*'
5468 /apex-mdapi/src/classes/MetadataService.cls 8597 26 8597 73 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]*'
5469 /apex-mdapi/src/classes/MetadataService.cls 8599 12 8605 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5469 /apex-mdapi/src/classes/MetadataService.cls 8599 12 8605 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5470 /apex-mdapi/src/classes/MetadataService.cls 8599 12 8605 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 'readDashboardResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5470 /apex-mdapi/src/classes/MetadataService.cls 8599 12 8605 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 'readDashboardResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5471 /apex-mdapi/src/classes/MetadataService.cls 8601 16 8601 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5471 /apex-mdapi/src/classes/MetadataService.cls 8601 16 8601 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5472 /apex-mdapi/src/classes/MetadataService.cls 8602 26 8602 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5472 /apex-mdapi/src/classes/MetadataService.cls 8602 26 8602 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5473 /apex-mdapi/src/classes/MetadataService.cls 8602 26 8602 99 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]*'
5473 /apex-mdapi/src/classes/MetadataService.cls 8602 26 8602 99 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]*'
5474 /apex-mdapi/src/classes/MetadataService.cls 8603 26 8603 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5474 /apex-mdapi/src/classes/MetadataService.cls 8603 26 8603 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5475 /apex-mdapi/src/classes/MetadataService.cls 8603 26 8603 89 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]*'
5475 /apex-mdapi/src/classes/MetadataService.cls 8603 26 8603 89 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]*'
5476 /apex-mdapi/src/classes/MetadataService.cls 8604 26 8604 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5476 /apex-mdapi/src/classes/MetadataService.cls 8604 26 8604 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5477 /apex-mdapi/src/classes/MetadataService.cls 8604 26 8604 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]*'
5477 /apex-mdapi/src/classes/MetadataService.cls 8604 26 8604 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]*'
5478 /apex-mdapi/src/classes/MetadataService.cls 8606 12 8612 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5478 /apex-mdapi/src/classes/MetadataService.cls 8606 12 8612 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5479 /apex-mdapi/src/classes/MetadataService.cls 8608 16 8608 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5479 /apex-mdapi/src/classes/MetadataService.cls 8608 16 8608 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5480 /apex-mdapi/src/classes/MetadataService.cls 8609 26 8609 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5480 /apex-mdapi/src/classes/MetadataService.cls 8609 26 8609 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5481 /apex-mdapi/src/classes/MetadataService.cls 8609 26 8609 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5481 /apex-mdapi/src/classes/MetadataService.cls 8609 26 8609 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5482 /apex-mdapi/src/classes/MetadataService.cls 8610 26 8610 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5482 /apex-mdapi/src/classes/MetadataService.cls 8610 26 8610 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5483 /apex-mdapi/src/classes/MetadataService.cls 8610 26 8610 89 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]*'
5483 /apex-mdapi/src/classes/MetadataService.cls 8610 26 8610 89 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]*'
5484 /apex-mdapi/src/classes/MetadataService.cls 8611 26 8611 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5484 /apex-mdapi/src/classes/MetadataService.cls 8611 26 8611 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5485 /apex-mdapi/src/classes/MetadataService.cls 8611 26 8611 73 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]*'
5485 /apex-mdapi/src/classes/MetadataService.cls 8611 26 8611 73 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]*'
5486 /apex-mdapi/src/classes/MetadataService.cls 8613 12 8619 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5486 /apex-mdapi/src/classes/MetadataService.cls 8613 12 8619 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5487 /apex-mdapi/src/classes/MetadataService.cls 8613 12 8619 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 'readAnalyticSnapshotResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5487 /apex-mdapi/src/classes/MetadataService.cls 8613 12 8619 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 'readAnalyticSnapshotResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5488 /apex-mdapi/src/classes/MetadataService.cls 8615 16 8615 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5488 /apex-mdapi/src/classes/MetadataService.cls 8615 16 8615 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5489 /apex-mdapi/src/classes/MetadataService.cls 8616 26 8616 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5489 /apex-mdapi/src/classes/MetadataService.cls 8616 26 8616 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5490 /apex-mdapi/src/classes/MetadataService.cls 8616 26 8616 99 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]*'
5490 /apex-mdapi/src/classes/MetadataService.cls 8616 26 8616 99 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]*'
5491 /apex-mdapi/src/classes/MetadataService.cls 8617 26 8617 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5491 /apex-mdapi/src/classes/MetadataService.cls 8617 26 8617 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5492 /apex-mdapi/src/classes/MetadataService.cls 8617 26 8617 89 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]*'
5492 /apex-mdapi/src/classes/MetadataService.cls 8617 26 8617 89 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]*'
5493 /apex-mdapi/src/classes/MetadataService.cls 8618 26 8618 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5493 /apex-mdapi/src/classes/MetadataService.cls 8618 26 8618 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5494 /apex-mdapi/src/classes/MetadataService.cls 8618 26 8618 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]*'
5494 /apex-mdapi/src/classes/MetadataService.cls 8618 26 8618 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]*'
5495 /apex-mdapi/src/classes/MetadataService.cls 8620 12 8626 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5495 /apex-mdapi/src/classes/MetadataService.cls 8620 12 8626 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5496 /apex-mdapi/src/classes/MetadataService.cls 8622 16 8622 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5496 /apex-mdapi/src/classes/MetadataService.cls 8622 16 8622 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5497 /apex-mdapi/src/classes/MetadataService.cls 8623 26 8623 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5497 /apex-mdapi/src/classes/MetadataService.cls 8623 26 8623 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5498 /apex-mdapi/src/classes/MetadataService.cls 8623 26 8623 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5498 /apex-mdapi/src/classes/MetadataService.cls 8623 26 8623 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5499 /apex-mdapi/src/classes/MetadataService.cls 8624 26 8624 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5499 /apex-mdapi/src/classes/MetadataService.cls 8624 26 8624 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5500 /apex-mdapi/src/classes/MetadataService.cls 8624 26 8624 89 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]*'
5500 /apex-mdapi/src/classes/MetadataService.cls 8624 26 8624 89 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]*'
5501 /apex-mdapi/src/classes/MetadataService.cls 8625 26 8625 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5501 /apex-mdapi/src/classes/MetadataService.cls 8625 26 8625 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5502 /apex-mdapi/src/classes/MetadataService.cls 8625 26 8625 73 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]*'
5502 /apex-mdapi/src/classes/MetadataService.cls 8625 26 8625 73 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]*'
5503 /apex-mdapi/src/classes/MetadataService.cls 8627 12 8633 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5503 /apex-mdapi/src/classes/MetadataService.cls 8627 12 8633 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5504 /apex-mdapi/src/classes/MetadataService.cls 8627 12 8633 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 'readCustomPageWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5504 /apex-mdapi/src/classes/MetadataService.cls 8627 12 8633 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 'readCustomPageWebLinkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5505 /apex-mdapi/src/classes/MetadataService.cls 8629 16 8629 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5505 /apex-mdapi/src/classes/MetadataService.cls 8629 16 8629 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5506 /apex-mdapi/src/classes/MetadataService.cls 8630 26 8630 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5506 /apex-mdapi/src/classes/MetadataService.cls 8630 26 8630 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5507 /apex-mdapi/src/classes/MetadataService.cls 8630 26 8630 99 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]*'
5507 /apex-mdapi/src/classes/MetadataService.cls 8630 26 8630 99 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]*'
5508 /apex-mdapi/src/classes/MetadataService.cls 8631 26 8631 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5508 /apex-mdapi/src/classes/MetadataService.cls 8631 26 8631 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5509 /apex-mdapi/src/classes/MetadataService.cls 8631 26 8631 89 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]*'
5509 /apex-mdapi/src/classes/MetadataService.cls 8631 26 8631 89 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]*'
5510 /apex-mdapi/src/classes/MetadataService.cls 8632 26 8632 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5510 /apex-mdapi/src/classes/MetadataService.cls 8632 26 8632 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5511 /apex-mdapi/src/classes/MetadataService.cls 8632 26 8632 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]*'
5511 /apex-mdapi/src/classes/MetadataService.cls 8632 26 8632 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]*'
5512 /apex-mdapi/src/classes/MetadataService.cls 8634 12 8640 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5512 /apex-mdapi/src/classes/MetadataService.cls 8634 12 8640 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5513 /apex-mdapi/src/classes/MetadataService.cls 8636 16 8636 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5513 /apex-mdapi/src/classes/MetadataService.cls 8636 16 8636 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5514 /apex-mdapi/src/classes/MetadataService.cls 8637 26 8637 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5514 /apex-mdapi/src/classes/MetadataService.cls 8637 26 8637 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5515 /apex-mdapi/src/classes/MetadataService.cls 8637 26 8637 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5515 /apex-mdapi/src/classes/MetadataService.cls 8637 26 8637 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5516 /apex-mdapi/src/classes/MetadataService.cls 8638 26 8638 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5516 /apex-mdapi/src/classes/MetadataService.cls 8638 26 8638 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5517 /apex-mdapi/src/classes/MetadataService.cls 8638 26 8638 89 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]*'
5517 /apex-mdapi/src/classes/MetadataService.cls 8638 26 8638 89 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]*'
5518 /apex-mdapi/src/classes/MetadataService.cls 8639 26 8639 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5518 /apex-mdapi/src/classes/MetadataService.cls 8639 26 8639 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5519 /apex-mdapi/src/classes/MetadataService.cls 8639 26 8639 73 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]*'
5519 /apex-mdapi/src/classes/MetadataService.cls 8639 26 8639 73 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]*'
5520 /apex-mdapi/src/classes/MetadataService.cls 8641 12 8647 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5520 /apex-mdapi/src/classes/MetadataService.cls 8641 12 8647 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5521 /apex-mdapi/src/classes/MetadataService.cls 8641 12 8647 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 'readQuickActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5521 /apex-mdapi/src/classes/MetadataService.cls 8641 12 8647 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 'readQuickActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5522 /apex-mdapi/src/classes/MetadataService.cls 8643 16 8643 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5522 /apex-mdapi/src/classes/MetadataService.cls 8643 16 8643 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5523 /apex-mdapi/src/classes/MetadataService.cls 8644 26 8644 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5523 /apex-mdapi/src/classes/MetadataService.cls 8644 26 8644 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5524 /apex-mdapi/src/classes/MetadataService.cls 8644 26 8644 99 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]*'
5524 /apex-mdapi/src/classes/MetadataService.cls 8644 26 8644 99 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]*'
5525 /apex-mdapi/src/classes/MetadataService.cls 8645 26 8645 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5525 /apex-mdapi/src/classes/MetadataService.cls 8645 26 8645 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5526 /apex-mdapi/src/classes/MetadataService.cls 8645 26 8645 89 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]*'
5526 /apex-mdapi/src/classes/MetadataService.cls 8645 26 8645 89 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]*'
5527 /apex-mdapi/src/classes/MetadataService.cls 8646 26 8646 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5527 /apex-mdapi/src/classes/MetadataService.cls 8646 26 8646 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5528 /apex-mdapi/src/classes/MetadataService.cls 8646 26 8646 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]*'
5528 /apex-mdapi/src/classes/MetadataService.cls 8646 26 8646 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]*'
5529 /apex-mdapi/src/classes/MetadataService.cls 8648 12 8654 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5529 /apex-mdapi/src/classes/MetadataService.cls 8648 12 8654 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5530 /apex-mdapi/src/classes/MetadataService.cls 8650 16 8650 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5530 /apex-mdapi/src/classes/MetadataService.cls 8650 16 8650 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5531 /apex-mdapi/src/classes/MetadataService.cls 8651 26 8651 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5531 /apex-mdapi/src/classes/MetadataService.cls 8651 26 8651 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5532 /apex-mdapi/src/classes/MetadataService.cls 8651 26 8651 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5532 /apex-mdapi/src/classes/MetadataService.cls 8651 26 8651 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5533 /apex-mdapi/src/classes/MetadataService.cls 8652 26 8652 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5533 /apex-mdapi/src/classes/MetadataService.cls 8652 26 8652 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5534 /apex-mdapi/src/classes/MetadataService.cls 8652 26 8652 89 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]*'
5534 /apex-mdapi/src/classes/MetadataService.cls 8652 26 8652 89 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]*'
5535 /apex-mdapi/src/classes/MetadataService.cls 8653 26 8653 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5535 /apex-mdapi/src/classes/MetadataService.cls 8653 26 8653 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5536 /apex-mdapi/src/classes/MetadataService.cls 8653 26 8653 73 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]*'
5536 /apex-mdapi/src/classes/MetadataService.cls 8653 26 8653 73 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]*'
5537 /apex-mdapi/src/classes/MetadataService.cls 8655 12 8661 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5537 /apex-mdapi/src/classes/MetadataService.cls 8655 12 8661 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5538 /apex-mdapi/src/classes/MetadataService.cls 8655 12 8661 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 'readFlexiPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5538 /apex-mdapi/src/classes/MetadataService.cls 8655 12 8661 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 'readFlexiPageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5539 /apex-mdapi/src/classes/MetadataService.cls 8657 16 8657 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5539 /apex-mdapi/src/classes/MetadataService.cls 8657 16 8657 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5540 /apex-mdapi/src/classes/MetadataService.cls 8658 26 8658 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5540 /apex-mdapi/src/classes/MetadataService.cls 8658 26 8658 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5541 /apex-mdapi/src/classes/MetadataService.cls 8658 26 8658 99 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]*'
5541 /apex-mdapi/src/classes/MetadataService.cls 8658 26 8658 99 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]*'
5542 /apex-mdapi/src/classes/MetadataService.cls 8659 26 8659 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5542 /apex-mdapi/src/classes/MetadataService.cls 8659 26 8659 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5543 /apex-mdapi/src/classes/MetadataService.cls 8659 26 8659 89 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]*'
5543 /apex-mdapi/src/classes/MetadataService.cls 8659 26 8659 89 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]*'
5544 /apex-mdapi/src/classes/MetadataService.cls 8660 26 8660 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5544 /apex-mdapi/src/classes/MetadataService.cls 8660 26 8660 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5545 /apex-mdapi/src/classes/MetadataService.cls 8660 26 8660 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]*'
5545 /apex-mdapi/src/classes/MetadataService.cls 8660 26 8660 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]*'
5546 /apex-mdapi/src/classes/MetadataService.cls 8662 12 8668 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5546 /apex-mdapi/src/classes/MetadataService.cls 8662 12 8668 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5547 /apex-mdapi/src/classes/MetadataService.cls 8664 16 8664 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5547 /apex-mdapi/src/classes/MetadataService.cls 8664 16 8664 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5548 /apex-mdapi/src/classes/MetadataService.cls 8665 26 8665 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5548 /apex-mdapi/src/classes/MetadataService.cls 8665 26 8665 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5549 /apex-mdapi/src/classes/MetadataService.cls 8665 26 8665 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5549 /apex-mdapi/src/classes/MetadataService.cls 8665 26 8665 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5550 /apex-mdapi/src/classes/MetadataService.cls 8666 26 8666 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5550 /apex-mdapi/src/classes/MetadataService.cls 8666 26 8666 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5551 /apex-mdapi/src/classes/MetadataService.cls 8666 26 8666 89 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]*'
5551 /apex-mdapi/src/classes/MetadataService.cls 8666 26 8666 89 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]*'
5552 /apex-mdapi/src/classes/MetadataService.cls 8667 26 8667 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5552 /apex-mdapi/src/classes/MetadataService.cls 8667 26 8667 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5553 /apex-mdapi/src/classes/MetadataService.cls 8667 26 8667 73 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]*'
5553 /apex-mdapi/src/classes/MetadataService.cls 8667 26 8667 73 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]*'
5554 /apex-mdapi/src/classes/MetadataService.cls 8669 12 8675 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5554 /apex-mdapi/src/classes/MetadataService.cls 8669 12 8675 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5555 /apex-mdapi/src/classes/MetadataService.cls 8669 12 8675 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 'readCustomTabResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5555 /apex-mdapi/src/classes/MetadataService.cls 8669 12 8675 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 'readCustomTabResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5556 /apex-mdapi/src/classes/MetadataService.cls 8671 16 8671 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5556 /apex-mdapi/src/classes/MetadataService.cls 8671 16 8671 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5557 /apex-mdapi/src/classes/MetadataService.cls 8672 26 8672 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5557 /apex-mdapi/src/classes/MetadataService.cls 8672 26 8672 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5558 /apex-mdapi/src/classes/MetadataService.cls 8672 26 8672 99 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]*'
5558 /apex-mdapi/src/classes/MetadataService.cls 8672 26 8672 99 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]*'
5559 /apex-mdapi/src/classes/MetadataService.cls 8673 26 8673 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5559 /apex-mdapi/src/classes/MetadataService.cls 8673 26 8673 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5560 /apex-mdapi/src/classes/MetadataService.cls 8673 26 8673 89 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]*'
5560 /apex-mdapi/src/classes/MetadataService.cls 8673 26 8673 89 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]*'
5561 /apex-mdapi/src/classes/MetadataService.cls 8674 26 8674 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5561 /apex-mdapi/src/classes/MetadataService.cls 8674 26 8674 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5562 /apex-mdapi/src/classes/MetadataService.cls 8674 26 8674 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]*'
5562 /apex-mdapi/src/classes/MetadataService.cls 8674 26 8674 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]*'
5563 /apex-mdapi/src/classes/MetadataService.cls 8676 12 8682 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5563 /apex-mdapi/src/classes/MetadataService.cls 8676 12 8682 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5564 /apex-mdapi/src/classes/MetadataService.cls 8678 16 8678 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5564 /apex-mdapi/src/classes/MetadataService.cls 8678 16 8678 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5565 /apex-mdapi/src/classes/MetadataService.cls 8679 26 8679 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5565 /apex-mdapi/src/classes/MetadataService.cls 8679 26 8679 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5566 /apex-mdapi/src/classes/MetadataService.cls 8679 26 8679 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5566 /apex-mdapi/src/classes/MetadataService.cls 8679 26 8679 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5567 /apex-mdapi/src/classes/MetadataService.cls 8680 26 8680 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5567 /apex-mdapi/src/classes/MetadataService.cls 8680 26 8680 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5568 /apex-mdapi/src/classes/MetadataService.cls 8680 26 8680 89 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]*'
5568 /apex-mdapi/src/classes/MetadataService.cls 8680 26 8680 89 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]*'
5569 /apex-mdapi/src/classes/MetadataService.cls 8681 26 8681 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5569 /apex-mdapi/src/classes/MetadataService.cls 8681 26 8681 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5570 /apex-mdapi/src/classes/MetadataService.cls 8681 26 8681 73 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]*'
5570 /apex-mdapi/src/classes/MetadataService.cls 8681 26 8681 73 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]*'
5571 /apex-mdapi/src/classes/MetadataService.cls 8683 12 8689 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5571 /apex-mdapi/src/classes/MetadataService.cls 8683 12 8689 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5572 /apex-mdapi/src/classes/MetadataService.cls 8683 12 8689 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 'readCustomApplicationComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5572 /apex-mdapi/src/classes/MetadataService.cls 8683 12 8689 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 'readCustomApplicationComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5573 /apex-mdapi/src/classes/MetadataService.cls 8685 16 8685 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5573 /apex-mdapi/src/classes/MetadataService.cls 8685 16 8685 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5574 /apex-mdapi/src/classes/MetadataService.cls 8686 26 8686 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5574 /apex-mdapi/src/classes/MetadataService.cls 8686 26 8686 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5575 /apex-mdapi/src/classes/MetadataService.cls 8686 26 8686 99 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]*'
5575 /apex-mdapi/src/classes/MetadataService.cls 8686 26 8686 99 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]*'
5576 /apex-mdapi/src/classes/MetadataService.cls 8687 26 8687 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5576 /apex-mdapi/src/classes/MetadataService.cls 8687 26 8687 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5577 /apex-mdapi/src/classes/MetadataService.cls 8687 26 8687 89 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]*'
5577 /apex-mdapi/src/classes/MetadataService.cls 8687 26 8687 89 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]*'
5578 /apex-mdapi/src/classes/MetadataService.cls 8688 26 8688 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5578 /apex-mdapi/src/classes/MetadataService.cls 8688 26 8688 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5579 /apex-mdapi/src/classes/MetadataService.cls 8688 26 8688 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]*'
5579 /apex-mdapi/src/classes/MetadataService.cls 8688 26 8688 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]*'
5580 /apex-mdapi/src/classes/MetadataService.cls 8690 12 8696 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5580 /apex-mdapi/src/classes/MetadataService.cls 8690 12 8696 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5581 /apex-mdapi/src/classes/MetadataService.cls 8692 16 8692 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5581 /apex-mdapi/src/classes/MetadataService.cls 8692 16 8692 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5582 /apex-mdapi/src/classes/MetadataService.cls 8693 26 8693 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5582 /apex-mdapi/src/classes/MetadataService.cls 8693 26 8693 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5583 /apex-mdapi/src/classes/MetadataService.cls 8693 26 8693 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5583 /apex-mdapi/src/classes/MetadataService.cls 8693 26 8693 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5584 /apex-mdapi/src/classes/MetadataService.cls 8694 26 8694 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5584 /apex-mdapi/src/classes/MetadataService.cls 8694 26 8694 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5585 /apex-mdapi/src/classes/MetadataService.cls 8694 26 8694 89 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]*'
5585 /apex-mdapi/src/classes/MetadataService.cls 8694 26 8694 89 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]*'
5586 /apex-mdapi/src/classes/MetadataService.cls 8695 26 8695 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5586 /apex-mdapi/src/classes/MetadataService.cls 8695 26 8695 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5587 /apex-mdapi/src/classes/MetadataService.cls 8695 26 8695 73 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]*'
5587 /apex-mdapi/src/classes/MetadataService.cls 8695 26 8695 73 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]*'
5588 /apex-mdapi/src/classes/MetadataService.cls 8697 12 8703 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5588 /apex-mdapi/src/classes/MetadataService.cls 8697 12 8703 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5589 /apex-mdapi/src/classes/MetadataService.cls 8697 12 8703 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 'readCustomApplicationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5589 /apex-mdapi/src/classes/MetadataService.cls 8697 12 8703 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 'readCustomApplicationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5590 /apex-mdapi/src/classes/MetadataService.cls 8699 16 8699 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5590 /apex-mdapi/src/classes/MetadataService.cls 8699 16 8699 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5591 /apex-mdapi/src/classes/MetadataService.cls 8700 26 8700 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5591 /apex-mdapi/src/classes/MetadataService.cls 8700 26 8700 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5592 /apex-mdapi/src/classes/MetadataService.cls 8700 26 8700 99 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]*'
5592 /apex-mdapi/src/classes/MetadataService.cls 8700 26 8700 99 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]*'
5593 /apex-mdapi/src/classes/MetadataService.cls 8701 26 8701 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5593 /apex-mdapi/src/classes/MetadataService.cls 8701 26 8701 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5594 /apex-mdapi/src/classes/MetadataService.cls 8701 26 8701 89 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]*'
5594 /apex-mdapi/src/classes/MetadataService.cls 8701 26 8701 89 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]*'
5595 /apex-mdapi/src/classes/MetadataService.cls 8702 26 8702 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5595 /apex-mdapi/src/classes/MetadataService.cls 8702 26 8702 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5596 /apex-mdapi/src/classes/MetadataService.cls 8702 26 8702 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]*'
5596 /apex-mdapi/src/classes/MetadataService.cls 8702 26 8702 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]*'
5597 /apex-mdapi/src/classes/MetadataService.cls 8704 12 8710 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5597 /apex-mdapi/src/classes/MetadataService.cls 8704 12 8710 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5598 /apex-mdapi/src/classes/MetadataService.cls 8706 16 8706 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5598 /apex-mdapi/src/classes/MetadataService.cls 8706 16 8706 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5599 /apex-mdapi/src/classes/MetadataService.cls 8707 26 8707 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5599 /apex-mdapi/src/classes/MetadataService.cls 8707 26 8707 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5600 /apex-mdapi/src/classes/MetadataService.cls 8707 26 8707 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5600 /apex-mdapi/src/classes/MetadataService.cls 8707 26 8707 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5601 /apex-mdapi/src/classes/MetadataService.cls 8708 26 8708 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5601 /apex-mdapi/src/classes/MetadataService.cls 8708 26 8708 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5602 /apex-mdapi/src/classes/MetadataService.cls 8708 26 8708 89 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]*'
5602 /apex-mdapi/src/classes/MetadataService.cls 8708 26 8708 89 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]*'
5603 /apex-mdapi/src/classes/MetadataService.cls 8709 26 8709 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5603 /apex-mdapi/src/classes/MetadataService.cls 8709 26 8709 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5604 /apex-mdapi/src/classes/MetadataService.cls 8709 26 8709 73 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]*'
5604 /apex-mdapi/src/classes/MetadataService.cls 8709 26 8709 73 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]*'
5605 /apex-mdapi/src/classes/MetadataService.cls 8711 12 8717 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5605 /apex-mdapi/src/classes/MetadataService.cls 8711 12 8717 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5606 /apex-mdapi/src/classes/MetadataService.cls 8711 12 8717 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 'readPortalResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5606 /apex-mdapi/src/classes/MetadataService.cls 8711 12 8717 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 'readPortalResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5607 /apex-mdapi/src/classes/MetadataService.cls 8713 16 8713 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5607 /apex-mdapi/src/classes/MetadataService.cls 8713 16 8713 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5608 /apex-mdapi/src/classes/MetadataService.cls 8714 26 8714 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5608 /apex-mdapi/src/classes/MetadataService.cls 8714 26 8714 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5609 /apex-mdapi/src/classes/MetadataService.cls 8714 26 8714 99 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]*'
5609 /apex-mdapi/src/classes/MetadataService.cls 8714 26 8714 99 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]*'
5610 /apex-mdapi/src/classes/MetadataService.cls 8715 26 8715 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5610 /apex-mdapi/src/classes/MetadataService.cls 8715 26 8715 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5611 /apex-mdapi/src/classes/MetadataService.cls 8715 26 8715 89 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]*'
5611 /apex-mdapi/src/classes/MetadataService.cls 8715 26 8715 89 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]*'
5612 /apex-mdapi/src/classes/MetadataService.cls 8716 26 8716 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5612 /apex-mdapi/src/classes/MetadataService.cls 8716 26 8716 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5613 /apex-mdapi/src/classes/MetadataService.cls 8716 26 8716 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]*'
5613 /apex-mdapi/src/classes/MetadataService.cls 8716 26 8716 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]*'
5614 /apex-mdapi/src/classes/MetadataService.cls 8718 12 8724 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5614 /apex-mdapi/src/classes/MetadataService.cls 8718 12 8724 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5615 /apex-mdapi/src/classes/MetadataService.cls 8720 16 8720 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5615 /apex-mdapi/src/classes/MetadataService.cls 8720 16 8720 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5616 /apex-mdapi/src/classes/MetadataService.cls 8721 26 8721 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5616 /apex-mdapi/src/classes/MetadataService.cls 8721 26 8721 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5617 /apex-mdapi/src/classes/MetadataService.cls 8721 26 8721 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5617 /apex-mdapi/src/classes/MetadataService.cls 8721 26 8721 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5618 /apex-mdapi/src/classes/MetadataService.cls 8722 26 8722 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5618 /apex-mdapi/src/classes/MetadataService.cls 8722 26 8722 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5619 /apex-mdapi/src/classes/MetadataService.cls 8722 26 8722 89 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]*'
5619 /apex-mdapi/src/classes/MetadataService.cls 8722 26 8722 89 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]*'
5620 /apex-mdapi/src/classes/MetadataService.cls 8723 26 8723 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5620 /apex-mdapi/src/classes/MetadataService.cls 8723 26 8723 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5621 /apex-mdapi/src/classes/MetadataService.cls 8723 26 8723 73 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]*'
5621 /apex-mdapi/src/classes/MetadataService.cls 8723 26 8723 73 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]*'
5622 /apex-mdapi/src/classes/MetadataService.cls 8725 12 8731 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5622 /apex-mdapi/src/classes/MetadataService.cls 8725 12 8731 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5623 /apex-mdapi/src/classes/MetadataService.cls 8725 12 8731 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 'readLetterheadResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5623 /apex-mdapi/src/classes/MetadataService.cls 8725 12 8731 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 'readLetterheadResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5624 /apex-mdapi/src/classes/MetadataService.cls 8727 16 8727 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5624 /apex-mdapi/src/classes/MetadataService.cls 8727 16 8727 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5625 /apex-mdapi/src/classes/MetadataService.cls 8728 26 8728 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5625 /apex-mdapi/src/classes/MetadataService.cls 8728 26 8728 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5626 /apex-mdapi/src/classes/MetadataService.cls 8728 26 8728 99 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]*'
5626 /apex-mdapi/src/classes/MetadataService.cls 8728 26 8728 99 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]*'
5627 /apex-mdapi/src/classes/MetadataService.cls 8729 26 8729 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5627 /apex-mdapi/src/classes/MetadataService.cls 8729 26 8729 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5628 /apex-mdapi/src/classes/MetadataService.cls 8729 26 8729 89 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]*'
5628 /apex-mdapi/src/classes/MetadataService.cls 8729 26 8729 89 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]*'
5629 /apex-mdapi/src/classes/MetadataService.cls 8730 26 8730 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5629 /apex-mdapi/src/classes/MetadataService.cls 8730 26 8730 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5630 /apex-mdapi/src/classes/MetadataService.cls 8730 26 8730 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]*'
5630 /apex-mdapi/src/classes/MetadataService.cls 8730 26 8730 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]*'
5631 /apex-mdapi/src/classes/MetadataService.cls 8732 12 8738 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5631 /apex-mdapi/src/classes/MetadataService.cls 8732 12 8738 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5632 /apex-mdapi/src/classes/MetadataService.cls 8734 16 8734 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5632 /apex-mdapi/src/classes/MetadataService.cls 8734 16 8734 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5633 /apex-mdapi/src/classes/MetadataService.cls 8735 26 8735 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5633 /apex-mdapi/src/classes/MetadataService.cls 8735 26 8735 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5634 /apex-mdapi/src/classes/MetadataService.cls 8735 26 8735 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5634 /apex-mdapi/src/classes/MetadataService.cls 8735 26 8735 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5635 /apex-mdapi/src/classes/MetadataService.cls 8736 26 8736 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5635 /apex-mdapi/src/classes/MetadataService.cls 8736 26 8736 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5636 /apex-mdapi/src/classes/MetadataService.cls 8736 26 8736 89 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]*'
5636 /apex-mdapi/src/classes/MetadataService.cls 8736 26 8736 89 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]*'
5637 /apex-mdapi/src/classes/MetadataService.cls 8737 26 8737 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5637 /apex-mdapi/src/classes/MetadataService.cls 8737 26 8737 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5638 /apex-mdapi/src/classes/MetadataService.cls 8737 26 8737 73 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]*'
5638 /apex-mdapi/src/classes/MetadataService.cls 8737 26 8737 73 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]*'
5639 /apex-mdapi/src/classes/MetadataService.cls 8739 12 8745 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5639 /apex-mdapi/src/classes/MetadataService.cls 8739 12 8745 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5640 /apex-mdapi/src/classes/MetadataService.cls 8739 12 8745 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 'readFlowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5640 /apex-mdapi/src/classes/MetadataService.cls 8739 12 8745 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 'readFlowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5641 /apex-mdapi/src/classes/MetadataService.cls 8741 16 8741 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5641 /apex-mdapi/src/classes/MetadataService.cls 8741 16 8741 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5642 /apex-mdapi/src/classes/MetadataService.cls 8742 26 8742 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5642 /apex-mdapi/src/classes/MetadataService.cls 8742 26 8742 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5643 /apex-mdapi/src/classes/MetadataService.cls 8742 26 8742 99 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]*'
5643 /apex-mdapi/src/classes/MetadataService.cls 8742 26 8742 99 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]*'
5644 /apex-mdapi/src/classes/MetadataService.cls 8743 26 8743 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5644 /apex-mdapi/src/classes/MetadataService.cls 8743 26 8743 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5645 /apex-mdapi/src/classes/MetadataService.cls 8743 26 8743 89 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]*'
5645 /apex-mdapi/src/classes/MetadataService.cls 8743 26 8743 89 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]*'
5646 /apex-mdapi/src/classes/MetadataService.cls 8744 26 8744 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5646 /apex-mdapi/src/classes/MetadataService.cls 8744 26 8744 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5647 /apex-mdapi/src/classes/MetadataService.cls 8744 26 8744 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]*'
5647 /apex-mdapi/src/classes/MetadataService.cls 8744 26 8744 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]*'
5648 /apex-mdapi/src/classes/MetadataService.cls 8746 12 8752 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5648 /apex-mdapi/src/classes/MetadataService.cls 8746 12 8752 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5649 /apex-mdapi/src/classes/MetadataService.cls 8748 16 8748 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5649 /apex-mdapi/src/classes/MetadataService.cls 8748 16 8748 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5650 /apex-mdapi/src/classes/MetadataService.cls 8749 26 8749 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5650 /apex-mdapi/src/classes/MetadataService.cls 8749 26 8749 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5651 /apex-mdapi/src/classes/MetadataService.cls 8749 26 8749 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5651 /apex-mdapi/src/classes/MetadataService.cls 8749 26 8749 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5652 /apex-mdapi/src/classes/MetadataService.cls 8750 26 8750 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5652 /apex-mdapi/src/classes/MetadataService.cls 8750 26 8750 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5653 /apex-mdapi/src/classes/MetadataService.cls 8750 26 8750 89 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]*'
5653 /apex-mdapi/src/classes/MetadataService.cls 8750 26 8750 89 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]*'
5654 /apex-mdapi/src/classes/MetadataService.cls 8751 26 8751 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5654 /apex-mdapi/src/classes/MetadataService.cls 8751 26 8751 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5655 /apex-mdapi/src/classes/MetadataService.cls 8751 26 8751 73 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]*'
5655 /apex-mdapi/src/classes/MetadataService.cls 8751 26 8751 73 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]*'
5656 /apex-mdapi/src/classes/MetadataService.cls 8753 12 8759 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5656 /apex-mdapi/src/classes/MetadataService.cls 8753 12 8759 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5657 /apex-mdapi/src/classes/MetadataService.cls 8753 12 8759 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 'readWorkflowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5657 /apex-mdapi/src/classes/MetadataService.cls 8753 12 8759 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 'readWorkflowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5658 /apex-mdapi/src/classes/MetadataService.cls 8755 16 8755 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5658 /apex-mdapi/src/classes/MetadataService.cls 8755 16 8755 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5659 /apex-mdapi/src/classes/MetadataService.cls 8756 26 8756 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5659 /apex-mdapi/src/classes/MetadataService.cls 8756 26 8756 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5660 /apex-mdapi/src/classes/MetadataService.cls 8756 26 8756 99 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]*'
5660 /apex-mdapi/src/classes/MetadataService.cls 8756 26 8756 99 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]*'
5661 /apex-mdapi/src/classes/MetadataService.cls 8757 26 8757 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5661 /apex-mdapi/src/classes/MetadataService.cls 8757 26 8757 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5662 /apex-mdapi/src/classes/MetadataService.cls 8757 26 8757 89 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]*'
5662 /apex-mdapi/src/classes/MetadataService.cls 8757 26 8757 89 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]*'
5663 /apex-mdapi/src/classes/MetadataService.cls 8758 26 8758 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5663 /apex-mdapi/src/classes/MetadataService.cls 8758 26 8758 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5664 /apex-mdapi/src/classes/MetadataService.cls 8758 26 8758 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]*'
5664 /apex-mdapi/src/classes/MetadataService.cls 8758 26 8758 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]*'
5665 /apex-mdapi/src/classes/MetadataService.cls 8760 12 8766 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5665 /apex-mdapi/src/classes/MetadataService.cls 8760 12 8766 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5666 /apex-mdapi/src/classes/MetadataService.cls 8762 16 8762 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5666 /apex-mdapi/src/classes/MetadataService.cls 8762 16 8762 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5667 /apex-mdapi/src/classes/MetadataService.cls 8763 26 8763 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5667 /apex-mdapi/src/classes/MetadataService.cls 8763 26 8763 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5668 /apex-mdapi/src/classes/MetadataService.cls 8763 26 8763 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5668 /apex-mdapi/src/classes/MetadataService.cls 8763 26 8763 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5669 /apex-mdapi/src/classes/MetadataService.cls 8764 26 8764 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5669 /apex-mdapi/src/classes/MetadataService.cls 8764 26 8764 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5670 /apex-mdapi/src/classes/MetadataService.cls 8764 26 8764 89 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]*'
5670 /apex-mdapi/src/classes/MetadataService.cls 8764 26 8764 89 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]*'
5671 /apex-mdapi/src/classes/MetadataService.cls 8765 26 8765 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5671 /apex-mdapi/src/classes/MetadataService.cls 8765 26 8765 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5672 /apex-mdapi/src/classes/MetadataService.cls 8765 26 8765 73 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]*'
5672 /apex-mdapi/src/classes/MetadataService.cls 8765 26 8765 73 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]*'
5673 /apex-mdapi/src/classes/MetadataService.cls 8767 12 8773 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5673 /apex-mdapi/src/classes/MetadataService.cls 8767 12 8773 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5674 /apex-mdapi/src/classes/MetadataService.cls 8767 12 8773 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 'readWorkflowRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5674 /apex-mdapi/src/classes/MetadataService.cls 8767 12 8773 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 'readWorkflowRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5675 /apex-mdapi/src/classes/MetadataService.cls 8769 16 8769 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5675 /apex-mdapi/src/classes/MetadataService.cls 8769 16 8769 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5676 /apex-mdapi/src/classes/MetadataService.cls 8770 26 8770 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5676 /apex-mdapi/src/classes/MetadataService.cls 8770 26 8770 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5677 /apex-mdapi/src/classes/MetadataService.cls 8770 26 8770 99 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]*'
5677 /apex-mdapi/src/classes/MetadataService.cls 8770 26 8770 99 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]*'
5678 /apex-mdapi/src/classes/MetadataService.cls 8771 26 8771 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5678 /apex-mdapi/src/classes/MetadataService.cls 8771 26 8771 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5679 /apex-mdapi/src/classes/MetadataService.cls 8771 26 8771 89 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]*'
5679 /apex-mdapi/src/classes/MetadataService.cls 8771 26 8771 89 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]*'
5680 /apex-mdapi/src/classes/MetadataService.cls 8772 26 8772 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5680 /apex-mdapi/src/classes/MetadataService.cls 8772 26 8772 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5681 /apex-mdapi/src/classes/MetadataService.cls 8772 26 8772 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]*'
5681 /apex-mdapi/src/classes/MetadataService.cls 8772 26 8772 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]*'
5682 /apex-mdapi/src/classes/MetadataService.cls 8774 12 8780 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5682 /apex-mdapi/src/classes/MetadataService.cls 8774 12 8780 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5683 /apex-mdapi/src/classes/MetadataService.cls 8776 16 8776 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5683 /apex-mdapi/src/classes/MetadataService.cls 8776 16 8776 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5684 /apex-mdapi/src/classes/MetadataService.cls 8777 26 8777 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5684 /apex-mdapi/src/classes/MetadataService.cls 8777 26 8777 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5685 /apex-mdapi/src/classes/MetadataService.cls 8777 26 8777 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5685 /apex-mdapi/src/classes/MetadataService.cls 8777 26 8777 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5686 /apex-mdapi/src/classes/MetadataService.cls 8778 26 8778 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5686 /apex-mdapi/src/classes/MetadataService.cls 8778 26 8778 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5687 /apex-mdapi/src/classes/MetadataService.cls 8778 26 8778 89 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]*'
5687 /apex-mdapi/src/classes/MetadataService.cls 8778 26 8778 89 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]*'
5688 /apex-mdapi/src/classes/MetadataService.cls 8779 26 8779 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5688 /apex-mdapi/src/classes/MetadataService.cls 8779 26 8779 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5689 /apex-mdapi/src/classes/MetadataService.cls 8779 26 8779 73 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]*'
5689 /apex-mdapi/src/classes/MetadataService.cls 8779 26 8779 73 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]*'
5690 /apex-mdapi/src/classes/MetadataService.cls 8781 12 8787 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5690 /apex-mdapi/src/classes/MetadataService.cls 8781 12 8787 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5691 /apex-mdapi/src/classes/MetadataService.cls 8781 12 8787 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 'readAssignmentRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5691 /apex-mdapi/src/classes/MetadataService.cls 8781 12 8787 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 'readAssignmentRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5692 /apex-mdapi/src/classes/MetadataService.cls 8783 16 8783 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5692 /apex-mdapi/src/classes/MetadataService.cls 8783 16 8783 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5693 /apex-mdapi/src/classes/MetadataService.cls 8784 26 8784 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5693 /apex-mdapi/src/classes/MetadataService.cls 8784 26 8784 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5694 /apex-mdapi/src/classes/MetadataService.cls 8784 26 8784 99 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]*'
5694 /apex-mdapi/src/classes/MetadataService.cls 8784 26 8784 99 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]*'
5695 /apex-mdapi/src/classes/MetadataService.cls 8785 26 8785 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5695 /apex-mdapi/src/classes/MetadataService.cls 8785 26 8785 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5696 /apex-mdapi/src/classes/MetadataService.cls 8785 26 8785 89 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]*'
5696 /apex-mdapi/src/classes/MetadataService.cls 8785 26 8785 89 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]*'
5697 /apex-mdapi/src/classes/MetadataService.cls 8786 26 8786 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5697 /apex-mdapi/src/classes/MetadataService.cls 8786 26 8786 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5698 /apex-mdapi/src/classes/MetadataService.cls 8786 26 8786 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]*'
5698 /apex-mdapi/src/classes/MetadataService.cls 8786 26 8786 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]*'
5699 /apex-mdapi/src/classes/MetadataService.cls 8788 12 8794 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5699 /apex-mdapi/src/classes/MetadataService.cls 8788 12 8794 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5700 /apex-mdapi/src/classes/MetadataService.cls 8790 16 8790 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5700 /apex-mdapi/src/classes/MetadataService.cls 8790 16 8790 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5701 /apex-mdapi/src/classes/MetadataService.cls 8791 26 8791 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5701 /apex-mdapi/src/classes/MetadataService.cls 8791 26 8791 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5702 /apex-mdapi/src/classes/MetadataService.cls 8791 26 8791 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5702 /apex-mdapi/src/classes/MetadataService.cls 8791 26 8791 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5703 /apex-mdapi/src/classes/MetadataService.cls 8792 26 8792 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5703 /apex-mdapi/src/classes/MetadataService.cls 8792 26 8792 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5704 /apex-mdapi/src/classes/MetadataService.cls 8792 26 8792 89 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]*'
5704 /apex-mdapi/src/classes/MetadataService.cls 8792 26 8792 89 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]*'
5705 /apex-mdapi/src/classes/MetadataService.cls 8793 26 8793 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5705 /apex-mdapi/src/classes/MetadataService.cls 8793 26 8793 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5706 /apex-mdapi/src/classes/MetadataService.cls 8793 26 8793 73 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]*'
5706 /apex-mdapi/src/classes/MetadataService.cls 8793 26 8793 73 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]*'
5707 /apex-mdapi/src/classes/MetadataService.cls 8795 12 8801 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5707 /apex-mdapi/src/classes/MetadataService.cls 8795 12 8801 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5708 /apex-mdapi/src/classes/MetadataService.cls 8795 12 8801 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 'readAssignmentRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5708 /apex-mdapi/src/classes/MetadataService.cls 8795 12 8801 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 'readAssignmentRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5709 /apex-mdapi/src/classes/MetadataService.cls 8797 16 8797 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5709 /apex-mdapi/src/classes/MetadataService.cls 8797 16 8797 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5710 /apex-mdapi/src/classes/MetadataService.cls 8798 26 8798 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5710 /apex-mdapi/src/classes/MetadataService.cls 8798 26 8798 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5711 /apex-mdapi/src/classes/MetadataService.cls 8798 26 8798 99 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]*'
5711 /apex-mdapi/src/classes/MetadataService.cls 8798 26 8798 99 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]*'
5712 /apex-mdapi/src/classes/MetadataService.cls 8799 26 8799 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5712 /apex-mdapi/src/classes/MetadataService.cls 8799 26 8799 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5713 /apex-mdapi/src/classes/MetadataService.cls 8799 26 8799 89 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]*'
5713 /apex-mdapi/src/classes/MetadataService.cls 8799 26 8799 89 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]*'
5714 /apex-mdapi/src/classes/MetadataService.cls 8800 26 8800 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5714 /apex-mdapi/src/classes/MetadataService.cls 8800 26 8800 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5715 /apex-mdapi/src/classes/MetadataService.cls 8800 26 8800 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]*'
5715 /apex-mdapi/src/classes/MetadataService.cls 8800 26 8800 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]*'
5716 /apex-mdapi/src/classes/MetadataService.cls 8802 12 8808 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5716 /apex-mdapi/src/classes/MetadataService.cls 8802 12 8808 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5717 /apex-mdapi/src/classes/MetadataService.cls 8804 16 8804 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5717 /apex-mdapi/src/classes/MetadataService.cls 8804 16 8804 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5718 /apex-mdapi/src/classes/MetadataService.cls 8805 26 8805 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5718 /apex-mdapi/src/classes/MetadataService.cls 8805 26 8805 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5719 /apex-mdapi/src/classes/MetadataService.cls 8805 26 8805 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5719 /apex-mdapi/src/classes/MetadataService.cls 8805 26 8805 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5720 /apex-mdapi/src/classes/MetadataService.cls 8806 26 8806 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5720 /apex-mdapi/src/classes/MetadataService.cls 8806 26 8806 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5721 /apex-mdapi/src/classes/MetadataService.cls 8806 26 8806 89 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]*'
5721 /apex-mdapi/src/classes/MetadataService.cls 8806 26 8806 89 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]*'
5722 /apex-mdapi/src/classes/MetadataService.cls 8807 26 8807 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5722 /apex-mdapi/src/classes/MetadataService.cls 8807 26 8807 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5723 /apex-mdapi/src/classes/MetadataService.cls 8807 26 8807 73 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]*'
5723 /apex-mdapi/src/classes/MetadataService.cls 8807 26 8807 73 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]*'
5724 /apex-mdapi/src/classes/MetadataService.cls 8809 12 8815 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5724 /apex-mdapi/src/classes/MetadataService.cls 8809 12 8815 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5725 /apex-mdapi/src/classes/MetadataService.cls 8809 12 8815 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 'readAutoResponseRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5725 /apex-mdapi/src/classes/MetadataService.cls 8809 12 8815 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 'readAutoResponseRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5726 /apex-mdapi/src/classes/MetadataService.cls 8811 16 8811 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5726 /apex-mdapi/src/classes/MetadataService.cls 8811 16 8811 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5727 /apex-mdapi/src/classes/MetadataService.cls 8812 26 8812 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5727 /apex-mdapi/src/classes/MetadataService.cls 8812 26 8812 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5728 /apex-mdapi/src/classes/MetadataService.cls 8812 26 8812 99 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]*'
5728 /apex-mdapi/src/classes/MetadataService.cls 8812 26 8812 99 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]*'
5729 /apex-mdapi/src/classes/MetadataService.cls 8813 26 8813 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5729 /apex-mdapi/src/classes/MetadataService.cls 8813 26 8813 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5730 /apex-mdapi/src/classes/MetadataService.cls 8813 26 8813 89 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]*'
5730 /apex-mdapi/src/classes/MetadataService.cls 8813 26 8813 89 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]*'
5731 /apex-mdapi/src/classes/MetadataService.cls 8814 26 8814 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5731 /apex-mdapi/src/classes/MetadataService.cls 8814 26 8814 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5732 /apex-mdapi/src/classes/MetadataService.cls 8814 26 8814 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]*'
5732 /apex-mdapi/src/classes/MetadataService.cls 8814 26 8814 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]*'
5733 /apex-mdapi/src/classes/MetadataService.cls 8816 12 8822 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5733 /apex-mdapi/src/classes/MetadataService.cls 8816 12 8822 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5734 /apex-mdapi/src/classes/MetadataService.cls 8818 16 8818 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5734 /apex-mdapi/src/classes/MetadataService.cls 8818 16 8818 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5735 /apex-mdapi/src/classes/MetadataService.cls 8819 26 8819 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5735 /apex-mdapi/src/classes/MetadataService.cls 8819 26 8819 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5736 /apex-mdapi/src/classes/MetadataService.cls 8819 26 8819 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5736 /apex-mdapi/src/classes/MetadataService.cls 8819 26 8819 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5737 /apex-mdapi/src/classes/MetadataService.cls 8820 26 8820 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5737 /apex-mdapi/src/classes/MetadataService.cls 8820 26 8820 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5738 /apex-mdapi/src/classes/MetadataService.cls 8820 26 8820 89 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]*'
5738 /apex-mdapi/src/classes/MetadataService.cls 8820 26 8820 89 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]*'
5739 /apex-mdapi/src/classes/MetadataService.cls 8821 26 8821 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5739 /apex-mdapi/src/classes/MetadataService.cls 8821 26 8821 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5740 /apex-mdapi/src/classes/MetadataService.cls 8821 26 8821 73 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]*'
5740 /apex-mdapi/src/classes/MetadataService.cls 8821 26 8821 73 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]*'
5741 /apex-mdapi/src/classes/MetadataService.cls 8823 12 8829 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5741 /apex-mdapi/src/classes/MetadataService.cls 8823 12 8829 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5742 /apex-mdapi/src/classes/MetadataService.cls 8823 12 8829 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 'readAutoResponseRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5742 /apex-mdapi/src/classes/MetadataService.cls 8823 12 8829 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 'readAutoResponseRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5743 /apex-mdapi/src/classes/MetadataService.cls 8825 16 8825 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5743 /apex-mdapi/src/classes/MetadataService.cls 8825 16 8825 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5744 /apex-mdapi/src/classes/MetadataService.cls 8826 26 8826 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5744 /apex-mdapi/src/classes/MetadataService.cls 8826 26 8826 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5745 /apex-mdapi/src/classes/MetadataService.cls 8826 26 8826 99 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]*'
5745 /apex-mdapi/src/classes/MetadataService.cls 8826 26 8826 99 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]*'
5746 /apex-mdapi/src/classes/MetadataService.cls 8827 26 8827 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5746 /apex-mdapi/src/classes/MetadataService.cls 8827 26 8827 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5747 /apex-mdapi/src/classes/MetadataService.cls 8827 26 8827 89 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]*'
5747 /apex-mdapi/src/classes/MetadataService.cls 8827 26 8827 89 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]*'
5748 /apex-mdapi/src/classes/MetadataService.cls 8828 26 8828 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5748 /apex-mdapi/src/classes/MetadataService.cls 8828 26 8828 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5749 /apex-mdapi/src/classes/MetadataService.cls 8828 26 8828 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]*'
5749 /apex-mdapi/src/classes/MetadataService.cls 8828 26 8828 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]*'
5750 /apex-mdapi/src/classes/MetadataService.cls 8830 12 8836 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5750 /apex-mdapi/src/classes/MetadataService.cls 8830 12 8836 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5751 /apex-mdapi/src/classes/MetadataService.cls 8832 16 8832 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5751 /apex-mdapi/src/classes/MetadataService.cls 8832 16 8832 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5752 /apex-mdapi/src/classes/MetadataService.cls 8833 26 8833 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5752 /apex-mdapi/src/classes/MetadataService.cls 8833 26 8833 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5753 /apex-mdapi/src/classes/MetadataService.cls 8833 26 8833 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5753 /apex-mdapi/src/classes/MetadataService.cls 8833 26 8833 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5754 /apex-mdapi/src/classes/MetadataService.cls 8834 26 8834 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5754 /apex-mdapi/src/classes/MetadataService.cls 8834 26 8834 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5755 /apex-mdapi/src/classes/MetadataService.cls 8834 26 8834 89 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]*'
5755 /apex-mdapi/src/classes/MetadataService.cls 8834 26 8834 89 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]*'
5756 /apex-mdapi/src/classes/MetadataService.cls 8835 26 8835 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5756 /apex-mdapi/src/classes/MetadataService.cls 8835 26 8835 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5757 /apex-mdapi/src/classes/MetadataService.cls 8835 26 8835 73 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]*'
5757 /apex-mdapi/src/classes/MetadataService.cls 8835 26 8835 73 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]*'
5758 /apex-mdapi/src/classes/MetadataService.cls 8837 12 8843 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5758 /apex-mdapi/src/classes/MetadataService.cls 8837 12 8843 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5759 /apex-mdapi/src/classes/MetadataService.cls 8837 12 8843 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 'readEscalationRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5759 /apex-mdapi/src/classes/MetadataService.cls 8837 12 8843 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 'readEscalationRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5760 /apex-mdapi/src/classes/MetadataService.cls 8839 16 8839 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5760 /apex-mdapi/src/classes/MetadataService.cls 8839 16 8839 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5761 /apex-mdapi/src/classes/MetadataService.cls 8840 26 8840 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5761 /apex-mdapi/src/classes/MetadataService.cls 8840 26 8840 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5762 /apex-mdapi/src/classes/MetadataService.cls 8840 26 8840 99 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]*'
5762 /apex-mdapi/src/classes/MetadataService.cls 8840 26 8840 99 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]*'
5763 /apex-mdapi/src/classes/MetadataService.cls 8841 26 8841 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5763 /apex-mdapi/src/classes/MetadataService.cls 8841 26 8841 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5764 /apex-mdapi/src/classes/MetadataService.cls 8841 26 8841 89 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]*'
5764 /apex-mdapi/src/classes/MetadataService.cls 8841 26 8841 89 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]*'
5765 /apex-mdapi/src/classes/MetadataService.cls 8842 26 8842 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5765 /apex-mdapi/src/classes/MetadataService.cls 8842 26 8842 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5766 /apex-mdapi/src/classes/MetadataService.cls 8842 26 8842 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]*'
5766 /apex-mdapi/src/classes/MetadataService.cls 8842 26 8842 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]*'
5767 /apex-mdapi/src/classes/MetadataService.cls 8844 12 8850 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5767 /apex-mdapi/src/classes/MetadataService.cls 8844 12 8850 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5768 /apex-mdapi/src/classes/MetadataService.cls 8846 16 8846 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5768 /apex-mdapi/src/classes/MetadataService.cls 8846 16 8846 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5769 /apex-mdapi/src/classes/MetadataService.cls 8847 26 8847 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5769 /apex-mdapi/src/classes/MetadataService.cls 8847 26 8847 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5770 /apex-mdapi/src/classes/MetadataService.cls 8847 26 8847 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5770 /apex-mdapi/src/classes/MetadataService.cls 8847 26 8847 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5771 /apex-mdapi/src/classes/MetadataService.cls 8848 26 8848 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5771 /apex-mdapi/src/classes/MetadataService.cls 8848 26 8848 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5772 /apex-mdapi/src/classes/MetadataService.cls 8848 26 8848 89 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]*'
5772 /apex-mdapi/src/classes/MetadataService.cls 8848 26 8848 89 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]*'
5773 /apex-mdapi/src/classes/MetadataService.cls 8849 26 8849 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5773 /apex-mdapi/src/classes/MetadataService.cls 8849 26 8849 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5774 /apex-mdapi/src/classes/MetadataService.cls 8849 26 8849 73 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]*'
5774 /apex-mdapi/src/classes/MetadataService.cls 8849 26 8849 73 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]*'
5775 /apex-mdapi/src/classes/MetadataService.cls 8851 12 8857 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5775 /apex-mdapi/src/classes/MetadataService.cls 8851 12 8857 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5776 /apex-mdapi/src/classes/MetadataService.cls 8851 12 8857 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 'readEscalationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5776 /apex-mdapi/src/classes/MetadataService.cls 8851 12 8857 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 'readEscalationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5777 /apex-mdapi/src/classes/MetadataService.cls 8853 16 8853 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5777 /apex-mdapi/src/classes/MetadataService.cls 8853 16 8853 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5778 /apex-mdapi/src/classes/MetadataService.cls 8854 26 8854 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5778 /apex-mdapi/src/classes/MetadataService.cls 8854 26 8854 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5779 /apex-mdapi/src/classes/MetadataService.cls 8854 26 8854 99 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]*'
5779 /apex-mdapi/src/classes/MetadataService.cls 8854 26 8854 99 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]*'
5780 /apex-mdapi/src/classes/MetadataService.cls 8855 26 8855 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5780 /apex-mdapi/src/classes/MetadataService.cls 8855 26 8855 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5781 /apex-mdapi/src/classes/MetadataService.cls 8855 26 8855 89 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]*'
5781 /apex-mdapi/src/classes/MetadataService.cls 8855 26 8855 89 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]*'
5782 /apex-mdapi/src/classes/MetadataService.cls 8856 26 8856 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5782 /apex-mdapi/src/classes/MetadataService.cls 8856 26 8856 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5783 /apex-mdapi/src/classes/MetadataService.cls 8856 26 8856 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]*'
5783 /apex-mdapi/src/classes/MetadataService.cls 8856 26 8856 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]*'
5784 /apex-mdapi/src/classes/MetadataService.cls 8858 12 8864 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5784 /apex-mdapi/src/classes/MetadataService.cls 8858 12 8864 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5785 /apex-mdapi/src/classes/MetadataService.cls 8860 16 8860 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5785 /apex-mdapi/src/classes/MetadataService.cls 8860 16 8860 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5786 /apex-mdapi/src/classes/MetadataService.cls 8861 26 8861 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5786 /apex-mdapi/src/classes/MetadataService.cls 8861 26 8861 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5787 /apex-mdapi/src/classes/MetadataService.cls 8861 26 8861 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5787 /apex-mdapi/src/classes/MetadataService.cls 8861 26 8861 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5788 /apex-mdapi/src/classes/MetadataService.cls 8862 26 8862 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5788 /apex-mdapi/src/classes/MetadataService.cls 8862 26 8862 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5789 /apex-mdapi/src/classes/MetadataService.cls 8862 26 8862 89 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]*'
5789 /apex-mdapi/src/classes/MetadataService.cls 8862 26 8862 89 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]*'
5790 /apex-mdapi/src/classes/MetadataService.cls 8863 26 8863 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5790 /apex-mdapi/src/classes/MetadataService.cls 8863 26 8863 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5791 /apex-mdapi/src/classes/MetadataService.cls 8863 26 8863 73 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]*'
5791 /apex-mdapi/src/classes/MetadataService.cls 8863 26 8863 73 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]*'
5792 /apex-mdapi/src/classes/MetadataService.cls 8865 12 8871 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5792 /apex-mdapi/src/classes/MetadataService.cls 8865 12 8871 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5793 /apex-mdapi/src/classes/MetadataService.cls 8865 12 8871 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 'readPostTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5793 /apex-mdapi/src/classes/MetadataService.cls 8865 12 8871 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 'readPostTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5794 /apex-mdapi/src/classes/MetadataService.cls 8867 16 8867 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5794 /apex-mdapi/src/classes/MetadataService.cls 8867 16 8867 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5795 /apex-mdapi/src/classes/MetadataService.cls 8868 26 8868 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5795 /apex-mdapi/src/classes/MetadataService.cls 8868 26 8868 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5796 /apex-mdapi/src/classes/MetadataService.cls 8868 26 8868 99 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]*'
5796 /apex-mdapi/src/classes/MetadataService.cls 8868 26 8868 99 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]*'
5797 /apex-mdapi/src/classes/MetadataService.cls 8869 26 8869 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5797 /apex-mdapi/src/classes/MetadataService.cls 8869 26 8869 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5798 /apex-mdapi/src/classes/MetadataService.cls 8869 26 8869 89 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]*'
5798 /apex-mdapi/src/classes/MetadataService.cls 8869 26 8869 89 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]*'
5799 /apex-mdapi/src/classes/MetadataService.cls 8870 26 8870 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5799 /apex-mdapi/src/classes/MetadataService.cls 8870 26 8870 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5800 /apex-mdapi/src/classes/MetadataService.cls 8870 26 8870 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]*'
5800 /apex-mdapi/src/classes/MetadataService.cls 8870 26 8870 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]*'
5801 /apex-mdapi/src/classes/MetadataService.cls 8872 12 8878 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5801 /apex-mdapi/src/classes/MetadataService.cls 8872 12 8878 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5802 /apex-mdapi/src/classes/MetadataService.cls 8874 16 8874 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5802 /apex-mdapi/src/classes/MetadataService.cls 8874 16 8874 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5803 /apex-mdapi/src/classes/MetadataService.cls 8875 26 8875 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5803 /apex-mdapi/src/classes/MetadataService.cls 8875 26 8875 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5804 /apex-mdapi/src/classes/MetadataService.cls 8875 26 8875 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5804 /apex-mdapi/src/classes/MetadataService.cls 8875 26 8875 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5805 /apex-mdapi/src/classes/MetadataService.cls 8876 26 8876 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5805 /apex-mdapi/src/classes/MetadataService.cls 8876 26 8876 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5806 /apex-mdapi/src/classes/MetadataService.cls 8876 26 8876 89 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]*'
5806 /apex-mdapi/src/classes/MetadataService.cls 8876 26 8876 89 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]*'
5807 /apex-mdapi/src/classes/MetadataService.cls 8877 26 8877 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5807 /apex-mdapi/src/classes/MetadataService.cls 8877 26 8877 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5808 /apex-mdapi/src/classes/MetadataService.cls 8877 26 8877 73 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]*'
5808 /apex-mdapi/src/classes/MetadataService.cls 8877 26 8877 73 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]*'
5809 /apex-mdapi/src/classes/MetadataService.cls 8879 12 8885 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5809 /apex-mdapi/src/classes/MetadataService.cls 8879 12 8885 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5810 /apex-mdapi/src/classes/MetadataService.cls 8879 12 8885 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 'readApprovalProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5810 /apex-mdapi/src/classes/MetadataService.cls 8879 12 8885 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 'readApprovalProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5811 /apex-mdapi/src/classes/MetadataService.cls 8881 16 8881 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5811 /apex-mdapi/src/classes/MetadataService.cls 8881 16 8881 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5812 /apex-mdapi/src/classes/MetadataService.cls 8882 26 8882 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5812 /apex-mdapi/src/classes/MetadataService.cls 8882 26 8882 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5813 /apex-mdapi/src/classes/MetadataService.cls 8882 26 8882 99 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]*'
5813 /apex-mdapi/src/classes/MetadataService.cls 8882 26 8882 99 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]*'
5814 /apex-mdapi/src/classes/MetadataService.cls 8883 26 8883 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5814 /apex-mdapi/src/classes/MetadataService.cls 8883 26 8883 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5815 /apex-mdapi/src/classes/MetadataService.cls 8883 26 8883 89 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]*'
5815 /apex-mdapi/src/classes/MetadataService.cls 8883 26 8883 89 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]*'
5816 /apex-mdapi/src/classes/MetadataService.cls 8884 26 8884 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5816 /apex-mdapi/src/classes/MetadataService.cls 8884 26 8884 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5817 /apex-mdapi/src/classes/MetadataService.cls 8884 26 8884 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]*'
5817 /apex-mdapi/src/classes/MetadataService.cls 8884 26 8884 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]*'
5818 /apex-mdapi/src/classes/MetadataService.cls 8886 12 8892 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5818 /apex-mdapi/src/classes/MetadataService.cls 8886 12 8892 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5819 /apex-mdapi/src/classes/MetadataService.cls 8888 16 8888 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5819 /apex-mdapi/src/classes/MetadataService.cls 8888 16 8888 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5820 /apex-mdapi/src/classes/MetadataService.cls 8889 26 8889 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5820 /apex-mdapi/src/classes/MetadataService.cls 8889 26 8889 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5821 /apex-mdapi/src/classes/MetadataService.cls 8889 26 8889 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5821 /apex-mdapi/src/classes/MetadataService.cls 8889 26 8889 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5822 /apex-mdapi/src/classes/MetadataService.cls 8890 26 8890 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5822 /apex-mdapi/src/classes/MetadataService.cls 8890 26 8890 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5823 /apex-mdapi/src/classes/MetadataService.cls 8890 26 8890 89 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]*'
5823 /apex-mdapi/src/classes/MetadataService.cls 8890 26 8890 89 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]*'
5824 /apex-mdapi/src/classes/MetadataService.cls 8891 26 8891 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5824 /apex-mdapi/src/classes/MetadataService.cls 8891 26 8891 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5825 /apex-mdapi/src/classes/MetadataService.cls 8891 26 8891 73 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]*'
5825 /apex-mdapi/src/classes/MetadataService.cls 8891 26 8891 73 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]*'
5826 /apex-mdapi/src/classes/MetadataService.cls 8893 12 8899 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5826 /apex-mdapi/src/classes/MetadataService.cls 8893 12 8899 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5827 /apex-mdapi/src/classes/MetadataService.cls 8893 12 8899 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 'readHomePageComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5827 /apex-mdapi/src/classes/MetadataService.cls 8893 12 8899 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 'readHomePageComponentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5828 /apex-mdapi/src/classes/MetadataService.cls 8895 16 8895 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5828 /apex-mdapi/src/classes/MetadataService.cls 8895 16 8895 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5829 /apex-mdapi/src/classes/MetadataService.cls 8896 26 8896 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5829 /apex-mdapi/src/classes/MetadataService.cls 8896 26 8896 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5830 /apex-mdapi/src/classes/MetadataService.cls 8896 26 8896 99 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]*'
5830 /apex-mdapi/src/classes/MetadataService.cls 8896 26 8896 99 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]*'
5831 /apex-mdapi/src/classes/MetadataService.cls 8897 26 8897 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5831 /apex-mdapi/src/classes/MetadataService.cls 8897 26 8897 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5832 /apex-mdapi/src/classes/MetadataService.cls 8897 26 8897 89 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]*'
5832 /apex-mdapi/src/classes/MetadataService.cls 8897 26 8897 89 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]*'
5833 /apex-mdapi/src/classes/MetadataService.cls 8898 26 8898 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5833 /apex-mdapi/src/classes/MetadataService.cls 8898 26 8898 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5834 /apex-mdapi/src/classes/MetadataService.cls 8898 26 8898 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]*'
5834 /apex-mdapi/src/classes/MetadataService.cls 8898 26 8898 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]*'
5835 /apex-mdapi/src/classes/MetadataService.cls 8900 12 8906 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5835 /apex-mdapi/src/classes/MetadataService.cls 8900 12 8906 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5836 /apex-mdapi/src/classes/MetadataService.cls 8902 16 8902 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5836 /apex-mdapi/src/classes/MetadataService.cls 8902 16 8902 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5837 /apex-mdapi/src/classes/MetadataService.cls 8903 26 8903 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5837 /apex-mdapi/src/classes/MetadataService.cls 8903 26 8903 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5838 /apex-mdapi/src/classes/MetadataService.cls 8903 26 8903 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5838 /apex-mdapi/src/classes/MetadataService.cls 8903 26 8903 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5839 /apex-mdapi/src/classes/MetadataService.cls 8904 26 8904 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5839 /apex-mdapi/src/classes/MetadataService.cls 8904 26 8904 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5840 /apex-mdapi/src/classes/MetadataService.cls 8904 26 8904 89 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]*'
5840 /apex-mdapi/src/classes/MetadataService.cls 8904 26 8904 89 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]*'
5841 /apex-mdapi/src/classes/MetadataService.cls 8905 26 8905 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5841 /apex-mdapi/src/classes/MetadataService.cls 8905 26 8905 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5842 /apex-mdapi/src/classes/MetadataService.cls 8905 26 8905 73 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]*'
5842 /apex-mdapi/src/classes/MetadataService.cls 8905 26 8905 73 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]*'
5843 /apex-mdapi/src/classes/MetadataService.cls 8907 12 8913 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5843 /apex-mdapi/src/classes/MetadataService.cls 8907 12 8913 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5844 /apex-mdapi/src/classes/MetadataService.cls 8907 12 8913 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 'readHomePageLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5844 /apex-mdapi/src/classes/MetadataService.cls 8907 12 8913 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 'readHomePageLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5845 /apex-mdapi/src/classes/MetadataService.cls 8909 16 8909 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5845 /apex-mdapi/src/classes/MetadataService.cls 8909 16 8909 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5846 /apex-mdapi/src/classes/MetadataService.cls 8910 26 8910 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5846 /apex-mdapi/src/classes/MetadataService.cls 8910 26 8910 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5847 /apex-mdapi/src/classes/MetadataService.cls 8910 26 8910 99 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]*'
5847 /apex-mdapi/src/classes/MetadataService.cls 8910 26 8910 99 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]*'
5848 /apex-mdapi/src/classes/MetadataService.cls 8911 26 8911 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5848 /apex-mdapi/src/classes/MetadataService.cls 8911 26 8911 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5849 /apex-mdapi/src/classes/MetadataService.cls 8911 26 8911 89 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]*'
5849 /apex-mdapi/src/classes/MetadataService.cls 8911 26 8911 89 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]*'
5850 /apex-mdapi/src/classes/MetadataService.cls 8912 26 8912 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5850 /apex-mdapi/src/classes/MetadataService.cls 8912 26 8912 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5851 /apex-mdapi/src/classes/MetadataService.cls 8912 26 8912 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]*'
5851 /apex-mdapi/src/classes/MetadataService.cls 8912 26 8912 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]*'
5852 /apex-mdapi/src/classes/MetadataService.cls 8914 12 8920 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5852 /apex-mdapi/src/classes/MetadataService.cls 8914 12 8920 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5853 /apex-mdapi/src/classes/MetadataService.cls 8916 16 8916 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5853 /apex-mdapi/src/classes/MetadataService.cls 8916 16 8916 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5854 /apex-mdapi/src/classes/MetadataService.cls 8917 26 8917 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5854 /apex-mdapi/src/classes/MetadataService.cls 8917 26 8917 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5855 /apex-mdapi/src/classes/MetadataService.cls 8917 26 8917 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5855 /apex-mdapi/src/classes/MetadataService.cls 8917 26 8917 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5856 /apex-mdapi/src/classes/MetadataService.cls 8918 26 8918 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5856 /apex-mdapi/src/classes/MetadataService.cls 8918 26 8918 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5857 /apex-mdapi/src/classes/MetadataService.cls 8918 26 8918 89 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]*'
5857 /apex-mdapi/src/classes/MetadataService.cls 8918 26 8918 89 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]*'
5858 /apex-mdapi/src/classes/MetadataService.cls 8919 26 8919 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5858 /apex-mdapi/src/classes/MetadataService.cls 8919 26 8919 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5859 /apex-mdapi/src/classes/MetadataService.cls 8919 26 8919 73 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]*'
5859 /apex-mdapi/src/classes/MetadataService.cls 8919 26 8919 73 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]*'
5860 /apex-mdapi/src/classes/MetadataService.cls 8921 12 8927 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5860 /apex-mdapi/src/classes/MetadataService.cls 8921 12 8927 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5861 /apex-mdapi/src/classes/MetadataService.cls 8921 12 8927 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 'readCustomObjectTranslationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5861 /apex-mdapi/src/classes/MetadataService.cls 8921 12 8927 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 'readCustomObjectTranslationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5862 /apex-mdapi/src/classes/MetadataService.cls 8923 16 8923 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5862 /apex-mdapi/src/classes/MetadataService.cls 8923 16 8923 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5863 /apex-mdapi/src/classes/MetadataService.cls 8924 26 8924 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5863 /apex-mdapi/src/classes/MetadataService.cls 8924 26 8924 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5864 /apex-mdapi/src/classes/MetadataService.cls 8924 26 8924 99 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]*'
5864 /apex-mdapi/src/classes/MetadataService.cls 8924 26 8924 99 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]*'
5865 /apex-mdapi/src/classes/MetadataService.cls 8925 26 8925 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5865 /apex-mdapi/src/classes/MetadataService.cls 8925 26 8925 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5866 /apex-mdapi/src/classes/MetadataService.cls 8925 26 8925 89 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]*'
5866 /apex-mdapi/src/classes/MetadataService.cls 8925 26 8925 89 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]*'
5867 /apex-mdapi/src/classes/MetadataService.cls 8926 26 8926 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5867 /apex-mdapi/src/classes/MetadataService.cls 8926 26 8926 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5868 /apex-mdapi/src/classes/MetadataService.cls 8926 26 8926 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]*'
5868 /apex-mdapi/src/classes/MetadataService.cls 8926 26 8926 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]*'
5869 /apex-mdapi/src/classes/MetadataService.cls 8928 12 8934 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5869 /apex-mdapi/src/classes/MetadataService.cls 8928 12 8934 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5870 /apex-mdapi/src/classes/MetadataService.cls 8930 16 8930 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5870 /apex-mdapi/src/classes/MetadataService.cls 8930 16 8930 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5871 /apex-mdapi/src/classes/MetadataService.cls 8931 26 8931 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5871 /apex-mdapi/src/classes/MetadataService.cls 8931 26 8931 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5872 /apex-mdapi/src/classes/MetadataService.cls 8931 26 8931 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5872 /apex-mdapi/src/classes/MetadataService.cls 8931 26 8931 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5873 /apex-mdapi/src/classes/MetadataService.cls 8932 26 8932 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5873 /apex-mdapi/src/classes/MetadataService.cls 8932 26 8932 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5874 /apex-mdapi/src/classes/MetadataService.cls 8932 26 8932 89 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]*'
5874 /apex-mdapi/src/classes/MetadataService.cls 8932 26 8932 89 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]*'
5875 /apex-mdapi/src/classes/MetadataService.cls 8933 26 8933 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5875 /apex-mdapi/src/classes/MetadataService.cls 8933 26 8933 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5876 /apex-mdapi/src/classes/MetadataService.cls 8933 26 8933 73 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]*'
5876 /apex-mdapi/src/classes/MetadataService.cls 8933 26 8933 73 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]*'
5877 /apex-mdapi/src/classes/MetadataService.cls 8935 12 8941 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5877 /apex-mdapi/src/classes/MetadataService.cls 8935 12 8941 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5878 /apex-mdapi/src/classes/MetadataService.cls 8935 12 8941 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 'readTranslationsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5878 /apex-mdapi/src/classes/MetadataService.cls 8935 12 8941 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 'readTranslationsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5879 /apex-mdapi/src/classes/MetadataService.cls 8937 16 8937 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5879 /apex-mdapi/src/classes/MetadataService.cls 8937 16 8937 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5880 /apex-mdapi/src/classes/MetadataService.cls 8938 26 8938 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5880 /apex-mdapi/src/classes/MetadataService.cls 8938 26 8938 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5881 /apex-mdapi/src/classes/MetadataService.cls 8938 26 8938 99 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]*'
5881 /apex-mdapi/src/classes/MetadataService.cls 8938 26 8938 99 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]*'
5882 /apex-mdapi/src/classes/MetadataService.cls 8939 26 8939 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5882 /apex-mdapi/src/classes/MetadataService.cls 8939 26 8939 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5883 /apex-mdapi/src/classes/MetadataService.cls 8939 26 8939 89 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]*'
5883 /apex-mdapi/src/classes/MetadataService.cls 8939 26 8939 89 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]*'
5884 /apex-mdapi/src/classes/MetadataService.cls 8940 26 8940 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5884 /apex-mdapi/src/classes/MetadataService.cls 8940 26 8940 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5885 /apex-mdapi/src/classes/MetadataService.cls 8940 26 8940 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]*'
5885 /apex-mdapi/src/classes/MetadataService.cls 8940 26 8940 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]*'
5886 /apex-mdapi/src/classes/MetadataService.cls 8942 12 8948 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5886 /apex-mdapi/src/classes/MetadataService.cls 8942 12 8948 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5887 /apex-mdapi/src/classes/MetadataService.cls 8944 16 8944 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5887 /apex-mdapi/src/classes/MetadataService.cls 8944 16 8944 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5888 /apex-mdapi/src/classes/MetadataService.cls 8945 26 8945 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5888 /apex-mdapi/src/classes/MetadataService.cls 8945 26 8945 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5889 /apex-mdapi/src/classes/MetadataService.cls 8945 26 8945 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5889 /apex-mdapi/src/classes/MetadataService.cls 8945 26 8945 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5890 /apex-mdapi/src/classes/MetadataService.cls 8946 26 8946 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5890 /apex-mdapi/src/classes/MetadataService.cls 8946 26 8946 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5891 /apex-mdapi/src/classes/MetadataService.cls 8946 26 8946 89 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]*'
5891 /apex-mdapi/src/classes/MetadataService.cls 8946 26 8946 89 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]*'
5892 /apex-mdapi/src/classes/MetadataService.cls 8947 26 8947 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5892 /apex-mdapi/src/classes/MetadataService.cls 8947 26 8947 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5893 /apex-mdapi/src/classes/MetadataService.cls 8947 26 8947 73 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]*'
5893 /apex-mdapi/src/classes/MetadataService.cls 8947 26 8947 73 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]*'
5894 /apex-mdapi/src/classes/MetadataService.cls 8949 12 8955 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5894 /apex-mdapi/src/classes/MetadataService.cls 8949 12 8955 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5895 /apex-mdapi/src/classes/MetadataService.cls 8949 12 8955 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 'readProfileResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5895 /apex-mdapi/src/classes/MetadataService.cls 8949 12 8955 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 'readProfileResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5896 /apex-mdapi/src/classes/MetadataService.cls 8951 16 8951 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5896 /apex-mdapi/src/classes/MetadataService.cls 8951 16 8951 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5897 /apex-mdapi/src/classes/MetadataService.cls 8952 26 8952 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5897 /apex-mdapi/src/classes/MetadataService.cls 8952 26 8952 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5898 /apex-mdapi/src/classes/MetadataService.cls 8952 26 8952 99 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]*'
5898 /apex-mdapi/src/classes/MetadataService.cls 8952 26 8952 99 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]*'
5899 /apex-mdapi/src/classes/MetadataService.cls 8953 26 8953 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5899 /apex-mdapi/src/classes/MetadataService.cls 8953 26 8953 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5900 /apex-mdapi/src/classes/MetadataService.cls 8953 26 8953 89 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]*'
5900 /apex-mdapi/src/classes/MetadataService.cls 8953 26 8953 89 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]*'
5901 /apex-mdapi/src/classes/MetadataService.cls 8954 26 8954 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5901 /apex-mdapi/src/classes/MetadataService.cls 8954 26 8954 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5902 /apex-mdapi/src/classes/MetadataService.cls 8954 26 8954 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]*'
5902 /apex-mdapi/src/classes/MetadataService.cls 8954 26 8954 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]*'
5903 /apex-mdapi/src/classes/MetadataService.cls 8956 12 8962 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5903 /apex-mdapi/src/classes/MetadataService.cls 8956 12 8962 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5904 /apex-mdapi/src/classes/MetadataService.cls 8958 16 8958 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5904 /apex-mdapi/src/classes/MetadataService.cls 8958 16 8958 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5905 /apex-mdapi/src/classes/MetadataService.cls 8959 26 8959 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5905 /apex-mdapi/src/classes/MetadataService.cls 8959 26 8959 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5906 /apex-mdapi/src/classes/MetadataService.cls 8959 26 8959 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5906 /apex-mdapi/src/classes/MetadataService.cls 8959 26 8959 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5907 /apex-mdapi/src/classes/MetadataService.cls 8960 26 8960 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5907 /apex-mdapi/src/classes/MetadataService.cls 8960 26 8960 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5908 /apex-mdapi/src/classes/MetadataService.cls 8960 26 8960 89 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]*'
5908 /apex-mdapi/src/classes/MetadataService.cls 8960 26 8960 89 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]*'
5909 /apex-mdapi/src/classes/MetadataService.cls 8961 26 8961 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5909 /apex-mdapi/src/classes/MetadataService.cls 8961 26 8961 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5910 /apex-mdapi/src/classes/MetadataService.cls 8961 26 8961 73 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]*'
5910 /apex-mdapi/src/classes/MetadataService.cls 8961 26 8961 73 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]*'
5911 /apex-mdapi/src/classes/MetadataService.cls 8963 12 8969 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5911 /apex-mdapi/src/classes/MetadataService.cls 8963 12 8969 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5912 /apex-mdapi/src/classes/MetadataService.cls 8963 12 8969 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 'readPermissionSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5912 /apex-mdapi/src/classes/MetadataService.cls 8963 12 8969 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 'readPermissionSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5913 /apex-mdapi/src/classes/MetadataService.cls 8965 16 8965 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5913 /apex-mdapi/src/classes/MetadataService.cls 8965 16 8965 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5914 /apex-mdapi/src/classes/MetadataService.cls 8966 26 8966 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5914 /apex-mdapi/src/classes/MetadataService.cls 8966 26 8966 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5915 /apex-mdapi/src/classes/MetadataService.cls 8966 26 8966 99 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]*'
5915 /apex-mdapi/src/classes/MetadataService.cls 8966 26 8966 99 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]*'
5916 /apex-mdapi/src/classes/MetadataService.cls 8967 26 8967 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5916 /apex-mdapi/src/classes/MetadataService.cls 8967 26 8967 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5917 /apex-mdapi/src/classes/MetadataService.cls 8967 26 8967 89 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]*'
5917 /apex-mdapi/src/classes/MetadataService.cls 8967 26 8967 89 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]*'
5918 /apex-mdapi/src/classes/MetadataService.cls 8968 26 8968 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5918 /apex-mdapi/src/classes/MetadataService.cls 8968 26 8968 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5919 /apex-mdapi/src/classes/MetadataService.cls 8968 26 8968 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]*'
5919 /apex-mdapi/src/classes/MetadataService.cls 8968 26 8968 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]*'
5920 /apex-mdapi/src/classes/MetadataService.cls 8970 12 8976 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5920 /apex-mdapi/src/classes/MetadataService.cls 8970 12 8976 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5921 /apex-mdapi/src/classes/MetadataService.cls 8972 16 8972 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5921 /apex-mdapi/src/classes/MetadataService.cls 8972 16 8972 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5922 /apex-mdapi/src/classes/MetadataService.cls 8973 26 8973 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5922 /apex-mdapi/src/classes/MetadataService.cls 8973 26 8973 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5923 /apex-mdapi/src/classes/MetadataService.cls 8973 26 8973 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5923 /apex-mdapi/src/classes/MetadataService.cls 8973 26 8973 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5924 /apex-mdapi/src/classes/MetadataService.cls 8974 26 8974 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5924 /apex-mdapi/src/classes/MetadataService.cls 8974 26 8974 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5925 /apex-mdapi/src/classes/MetadataService.cls 8974 26 8974 89 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]*'
5925 /apex-mdapi/src/classes/MetadataService.cls 8974 26 8974 89 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]*'
5926 /apex-mdapi/src/classes/MetadataService.cls 8975 26 8975 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5926 /apex-mdapi/src/classes/MetadataService.cls 8975 26 8975 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5927 /apex-mdapi/src/classes/MetadataService.cls 8975 26 8975 73 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]*'
5927 /apex-mdapi/src/classes/MetadataService.cls 8975 26 8975 73 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]*'
5928 /apex-mdapi/src/classes/MetadataService.cls 8977 12 8983 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5928 /apex-mdapi/src/classes/MetadataService.cls 8977 12 8983 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5929 /apex-mdapi/src/classes/MetadataService.cls 8977 12 8983 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 'readDataCategoryGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5929 /apex-mdapi/src/classes/MetadataService.cls 8977 12 8983 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 'readDataCategoryGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5930 /apex-mdapi/src/classes/MetadataService.cls 8979 16 8979 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5930 /apex-mdapi/src/classes/MetadataService.cls 8979 16 8979 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5931 /apex-mdapi/src/classes/MetadataService.cls 8980 26 8980 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5931 /apex-mdapi/src/classes/MetadataService.cls 8980 26 8980 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5932 /apex-mdapi/src/classes/MetadataService.cls 8980 26 8980 99 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]*'
5932 /apex-mdapi/src/classes/MetadataService.cls 8980 26 8980 99 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]*'
5933 /apex-mdapi/src/classes/MetadataService.cls 8981 26 8981 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5933 /apex-mdapi/src/classes/MetadataService.cls 8981 26 8981 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5934 /apex-mdapi/src/classes/MetadataService.cls 8981 26 8981 89 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]*'
5934 /apex-mdapi/src/classes/MetadataService.cls 8981 26 8981 89 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]*'
5935 /apex-mdapi/src/classes/MetadataService.cls 8982 26 8982 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5935 /apex-mdapi/src/classes/MetadataService.cls 8982 26 8982 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5936 /apex-mdapi/src/classes/MetadataService.cls 8982 26 8982 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]*'
5936 /apex-mdapi/src/classes/MetadataService.cls 8982 26 8982 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]*'
5937 /apex-mdapi/src/classes/MetadataService.cls 8984 12 8990 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5937 /apex-mdapi/src/classes/MetadataService.cls 8984 12 8990 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5938 /apex-mdapi/src/classes/MetadataService.cls 8986 16 8986 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5938 /apex-mdapi/src/classes/MetadataService.cls 8986 16 8986 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5939 /apex-mdapi/src/classes/MetadataService.cls 8987 26 8987 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5939 /apex-mdapi/src/classes/MetadataService.cls 8987 26 8987 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5940 /apex-mdapi/src/classes/MetadataService.cls 8987 26 8987 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5940 /apex-mdapi/src/classes/MetadataService.cls 8987 26 8987 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5941 /apex-mdapi/src/classes/MetadataService.cls 8988 26 8988 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5941 /apex-mdapi/src/classes/MetadataService.cls 8988 26 8988 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5942 /apex-mdapi/src/classes/MetadataService.cls 8988 26 8988 89 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]*'
5942 /apex-mdapi/src/classes/MetadataService.cls 8988 26 8988 89 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]*'
5943 /apex-mdapi/src/classes/MetadataService.cls 8989 26 8989 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5943 /apex-mdapi/src/classes/MetadataService.cls 8989 26 8989 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5944 /apex-mdapi/src/classes/MetadataService.cls 8989 26 8989 73 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]*'
5944 /apex-mdapi/src/classes/MetadataService.cls 8989 26 8989 73 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]*'
5945 /apex-mdapi/src/classes/MetadataService.cls 8991 12 8997 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5945 /apex-mdapi/src/classes/MetadataService.cls 8991 12 8997 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5946 /apex-mdapi/src/classes/MetadataService.cls 8991 12 8997 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 'readRemoteSiteSettingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5946 /apex-mdapi/src/classes/MetadataService.cls 8991 12 8997 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 'readRemoteSiteSettingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5947 /apex-mdapi/src/classes/MetadataService.cls 8993 16 8993 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5947 /apex-mdapi/src/classes/MetadataService.cls 8993 16 8993 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5948 /apex-mdapi/src/classes/MetadataService.cls 8994 26 8994 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5948 /apex-mdapi/src/classes/MetadataService.cls 8994 26 8994 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5949 /apex-mdapi/src/classes/MetadataService.cls 8994 26 8994 99 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]*'
5949 /apex-mdapi/src/classes/MetadataService.cls 8994 26 8994 99 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]*'
5950 /apex-mdapi/src/classes/MetadataService.cls 8995 26 8995 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5950 /apex-mdapi/src/classes/MetadataService.cls 8995 26 8995 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5951 /apex-mdapi/src/classes/MetadataService.cls 8995 26 8995 89 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]*'
5951 /apex-mdapi/src/classes/MetadataService.cls 8995 26 8995 89 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]*'
5952 /apex-mdapi/src/classes/MetadataService.cls 8996 26 8996 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5952 /apex-mdapi/src/classes/MetadataService.cls 8996 26 8996 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5953 /apex-mdapi/src/classes/MetadataService.cls 8996 26 8996 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]*'
5953 /apex-mdapi/src/classes/MetadataService.cls 8996 26 8996 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]*'
5954 /apex-mdapi/src/classes/MetadataService.cls 8998 12 9004 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5954 /apex-mdapi/src/classes/MetadataService.cls 8998 12 9004 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5955 /apex-mdapi/src/classes/MetadataService.cls 9000 16 9000 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5955 /apex-mdapi/src/classes/MetadataService.cls 9000 16 9000 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5956 /apex-mdapi/src/classes/MetadataService.cls 9001 26 9001 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5956 /apex-mdapi/src/classes/MetadataService.cls 9001 26 9001 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5957 /apex-mdapi/src/classes/MetadataService.cls 9001 26 9001 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5957 /apex-mdapi/src/classes/MetadataService.cls 9001 26 9001 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5958 /apex-mdapi/src/classes/MetadataService.cls 9002 26 9002 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5958 /apex-mdapi/src/classes/MetadataService.cls 9002 26 9002 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5959 /apex-mdapi/src/classes/MetadataService.cls 9002 26 9002 89 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]*'
5959 /apex-mdapi/src/classes/MetadataService.cls 9002 26 9002 89 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]*'
5960 /apex-mdapi/src/classes/MetadataService.cls 9003 26 9003 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5960 /apex-mdapi/src/classes/MetadataService.cls 9003 26 9003 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5961 /apex-mdapi/src/classes/MetadataService.cls 9003 26 9003 73 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]*'
5961 /apex-mdapi/src/classes/MetadataService.cls 9003 26 9003 73 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]*'
5962 /apex-mdapi/src/classes/MetadataService.cls 9005 12 9011 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5962 /apex-mdapi/src/classes/MetadataService.cls 9005 12 9011 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5963 /apex-mdapi/src/classes/MetadataService.cls 9005 12 9011 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 'readPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5963 /apex-mdapi/src/classes/MetadataService.cls 9005 12 9011 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 'readPackageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5964 /apex-mdapi/src/classes/MetadataService.cls 9007 16 9007 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5964 /apex-mdapi/src/classes/MetadataService.cls 9007 16 9007 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5965 /apex-mdapi/src/classes/MetadataService.cls 9008 26 9008 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5965 /apex-mdapi/src/classes/MetadataService.cls 9008 26 9008 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5966 /apex-mdapi/src/classes/MetadataService.cls 9008 26 9008 99 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]*'
5966 /apex-mdapi/src/classes/MetadataService.cls 9008 26 9008 99 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]*'
5967 /apex-mdapi/src/classes/MetadataService.cls 9009 26 9009 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5967 /apex-mdapi/src/classes/MetadataService.cls 9009 26 9009 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5968 /apex-mdapi/src/classes/MetadataService.cls 9009 26 9009 89 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]*'
5968 /apex-mdapi/src/classes/MetadataService.cls 9009 26 9009 89 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]*'
5969 /apex-mdapi/src/classes/MetadataService.cls 9010 26 9010 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5969 /apex-mdapi/src/classes/MetadataService.cls 9010 26 9010 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5970 /apex-mdapi/src/classes/MetadataService.cls 9010 26 9010 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]*'
5970 /apex-mdapi/src/classes/MetadataService.cls 9010 26 9010 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]*'
5971 /apex-mdapi/src/classes/MetadataService.cls 9012 12 9018 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5971 /apex-mdapi/src/classes/MetadataService.cls 9012 12 9018 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5972 /apex-mdapi/src/classes/MetadataService.cls 9014 16 9014 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5972 /apex-mdapi/src/classes/MetadataService.cls 9014 16 9014 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5973 /apex-mdapi/src/classes/MetadataService.cls 9015 26 9015 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5973 /apex-mdapi/src/classes/MetadataService.cls 9015 26 9015 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5974 /apex-mdapi/src/classes/MetadataService.cls 9015 26 9015 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5974 /apex-mdapi/src/classes/MetadataService.cls 9015 26 9015 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5975 /apex-mdapi/src/classes/MetadataService.cls 9016 26 9016 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5975 /apex-mdapi/src/classes/MetadataService.cls 9016 26 9016 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5976 /apex-mdapi/src/classes/MetadataService.cls 9016 26 9016 89 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]*'
5976 /apex-mdapi/src/classes/MetadataService.cls 9016 26 9016 89 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]*'
5977 /apex-mdapi/src/classes/MetadataService.cls 9017 26 9017 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5977 /apex-mdapi/src/classes/MetadataService.cls 9017 26 9017 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5978 /apex-mdapi/src/classes/MetadataService.cls 9017 26 9017 73 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]*'
5978 /apex-mdapi/src/classes/MetadataService.cls 9017 26 9017 73 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]*'
5979 /apex-mdapi/src/classes/MetadataService.cls 9019 12 9025 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5979 /apex-mdapi/src/classes/MetadataService.cls 9019 12 9025 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5980 /apex-mdapi/src/classes/MetadataService.cls 9019 12 9025 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 'readAuthProviderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5980 /apex-mdapi/src/classes/MetadataService.cls 9019 12 9025 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 'readAuthProviderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5981 /apex-mdapi/src/classes/MetadataService.cls 9021 16 9021 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5981 /apex-mdapi/src/classes/MetadataService.cls 9021 16 9021 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5982 /apex-mdapi/src/classes/MetadataService.cls 9022 26 9022 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5982 /apex-mdapi/src/classes/MetadataService.cls 9022 26 9022 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5983 /apex-mdapi/src/classes/MetadataService.cls 9022 26 9022 99 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]*'
5983 /apex-mdapi/src/classes/MetadataService.cls 9022 26 9022 99 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]*'
5984 /apex-mdapi/src/classes/MetadataService.cls 9023 26 9023 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5984 /apex-mdapi/src/classes/MetadataService.cls 9023 26 9023 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5985 /apex-mdapi/src/classes/MetadataService.cls 9023 26 9023 89 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]*'
5985 /apex-mdapi/src/classes/MetadataService.cls 9023 26 9023 89 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]*'
5986 /apex-mdapi/src/classes/MetadataService.cls 9024 26 9024 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5986 /apex-mdapi/src/classes/MetadataService.cls 9024 26 9024 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5987 /apex-mdapi/src/classes/MetadataService.cls 9024 26 9024 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]*'
5987 /apex-mdapi/src/classes/MetadataService.cls 9024 26 9024 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]*'
5988 /apex-mdapi/src/classes/MetadataService.cls 9026 12 9032 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5988 /apex-mdapi/src/classes/MetadataService.cls 9026 12 9032 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5989 /apex-mdapi/src/classes/MetadataService.cls 9028 16 9028 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5989 /apex-mdapi/src/classes/MetadataService.cls 9028 16 9028 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5990 /apex-mdapi/src/classes/MetadataService.cls 9029 26 9029 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5990 /apex-mdapi/src/classes/MetadataService.cls 9029 26 9029 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
5991 /apex-mdapi/src/classes/MetadataService.cls 9029 26 9029 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5991 /apex-mdapi/src/classes/MetadataService.cls 9029 26 9029 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
5992 /apex-mdapi/src/classes/MetadataService.cls 9030 26 9030 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5992 /apex-mdapi/src/classes/MetadataService.cls 9030 26 9030 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
5993 /apex-mdapi/src/classes/MetadataService.cls 9030 26 9030 89 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]*'
5993 /apex-mdapi/src/classes/MetadataService.cls 9030 26 9030 89 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]*'
5994 /apex-mdapi/src/classes/MetadataService.cls 9031 26 9031 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5994 /apex-mdapi/src/classes/MetadataService.cls 9031 26 9031 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
5995 /apex-mdapi/src/classes/MetadataService.cls 9031 26 9031 73 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]*'
5995 /apex-mdapi/src/classes/MetadataService.cls 9031 26 9031 73 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]*'
5996 /apex-mdapi/src/classes/MetadataService.cls 9033 12 9039 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5996 /apex-mdapi/src/classes/MetadataService.cls 9033 12 9039 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5997 /apex-mdapi/src/classes/MetadataService.cls 9033 12 9039 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 'readKnowledgeSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5997 /apex-mdapi/src/classes/MetadataService.cls 9033 12 9039 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 'readKnowledgeSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
5998 /apex-mdapi/src/classes/MetadataService.cls 9035 16 9035 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5998 /apex-mdapi/src/classes/MetadataService.cls 9035 16 9035 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
5999 /apex-mdapi/src/classes/MetadataService.cls 9036 26 9036 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
5999 /apex-mdapi/src/classes/MetadataService.cls 9036 26 9036 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6000 /apex-mdapi/src/classes/MetadataService.cls 9036 26 9036 99 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]*'
6000 /apex-mdapi/src/classes/MetadataService.cls 9036 26 9036 99 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]*'
6001 /apex-mdapi/src/classes/MetadataService.cls 9037 26 9037 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6001 /apex-mdapi/src/classes/MetadataService.cls 9037 26 9037 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6002 /apex-mdapi/src/classes/MetadataService.cls 9037 26 9037 89 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]*'
6002 /apex-mdapi/src/classes/MetadataService.cls 9037 26 9037 89 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]*'
6003 /apex-mdapi/src/classes/MetadataService.cls 9038 26 9038 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6003 /apex-mdapi/src/classes/MetadataService.cls 9038 26 9038 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6004 /apex-mdapi/src/classes/MetadataService.cls 9038 26 9038 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]*'
6004 /apex-mdapi/src/classes/MetadataService.cls 9038 26 9038 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]*'
6005 /apex-mdapi/src/classes/MetadataService.cls 9040 12 9046 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6005 /apex-mdapi/src/classes/MetadataService.cls 9040 12 9046 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6006 /apex-mdapi/src/classes/MetadataService.cls 9042 16 9042 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6006 /apex-mdapi/src/classes/MetadataService.cls 9042 16 9042 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6007 /apex-mdapi/src/classes/MetadataService.cls 9043 26 9043 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6007 /apex-mdapi/src/classes/MetadataService.cls 9043 26 9043 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6008 /apex-mdapi/src/classes/MetadataService.cls 9043 26 9043 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6008 /apex-mdapi/src/classes/MetadataService.cls 9043 26 9043 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6009 /apex-mdapi/src/classes/MetadataService.cls 9044 26 9044 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6009 /apex-mdapi/src/classes/MetadataService.cls 9044 26 9044 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6010 /apex-mdapi/src/classes/MetadataService.cls 9044 26 9044 89 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]*'
6010 /apex-mdapi/src/classes/MetadataService.cls 9044 26 9044 89 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]*'
6011 /apex-mdapi/src/classes/MetadataService.cls 9045 26 9045 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6011 /apex-mdapi/src/classes/MetadataService.cls 9045 26 9045 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6012 /apex-mdapi/src/classes/MetadataService.cls 9045 26 9045 73 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]*'
6012 /apex-mdapi/src/classes/MetadataService.cls 9045 26 9045 73 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]*'
6013 /apex-mdapi/src/classes/MetadataService.cls 9047 12 9053 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6013 /apex-mdapi/src/classes/MetadataService.cls 9047 12 9053 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6014 /apex-mdapi/src/classes/MetadataService.cls 9047 12 9053 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 'readSharingSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6014 /apex-mdapi/src/classes/MetadataService.cls 9047 12 9053 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 'readSharingSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6015 /apex-mdapi/src/classes/MetadataService.cls 9049 16 9049 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6015 /apex-mdapi/src/classes/MetadataService.cls 9049 16 9049 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6016 /apex-mdapi/src/classes/MetadataService.cls 9050 26 9050 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6016 /apex-mdapi/src/classes/MetadataService.cls 9050 26 9050 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6017 /apex-mdapi/src/classes/MetadataService.cls 9050 26 9050 99 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]*'
6017 /apex-mdapi/src/classes/MetadataService.cls 9050 26 9050 99 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]*'
6018 /apex-mdapi/src/classes/MetadataService.cls 9051 26 9051 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6018 /apex-mdapi/src/classes/MetadataService.cls 9051 26 9051 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6019 /apex-mdapi/src/classes/MetadataService.cls 9051 26 9051 89 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]*'
6019 /apex-mdapi/src/classes/MetadataService.cls 9051 26 9051 89 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]*'
6020 /apex-mdapi/src/classes/MetadataService.cls 9052 26 9052 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6020 /apex-mdapi/src/classes/MetadataService.cls 9052 26 9052 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6021 /apex-mdapi/src/classes/MetadataService.cls 9052 26 9052 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]*'
6021 /apex-mdapi/src/classes/MetadataService.cls 9052 26 9052 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]*'
6022 /apex-mdapi/src/classes/MetadataService.cls 9054 12 9060 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6022 /apex-mdapi/src/classes/MetadataService.cls 9054 12 9060 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6023 /apex-mdapi/src/classes/MetadataService.cls 9056 16 9056 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6023 /apex-mdapi/src/classes/MetadataService.cls 9056 16 9056 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6024 /apex-mdapi/src/classes/MetadataService.cls 9057 26 9057 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6024 /apex-mdapi/src/classes/MetadataService.cls 9057 26 9057 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6025 /apex-mdapi/src/classes/MetadataService.cls 9057 26 9057 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6025 /apex-mdapi/src/classes/MetadataService.cls 9057 26 9057 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6026 /apex-mdapi/src/classes/MetadataService.cls 9058 26 9058 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6026 /apex-mdapi/src/classes/MetadataService.cls 9058 26 9058 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6027 /apex-mdapi/src/classes/MetadataService.cls 9058 26 9058 89 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]*'
6027 /apex-mdapi/src/classes/MetadataService.cls 9058 26 9058 89 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]*'
6028 /apex-mdapi/src/classes/MetadataService.cls 9059 26 9059 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6028 /apex-mdapi/src/classes/MetadataService.cls 9059 26 9059 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6029 /apex-mdapi/src/classes/MetadataService.cls 9059 26 9059 73 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]*'
6029 /apex-mdapi/src/classes/MetadataService.cls 9059 26 9059 73 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]*'
6030 /apex-mdapi/src/classes/MetadataService.cls 9061 12 9067 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6030 /apex-mdapi/src/classes/MetadataService.cls 9061 12 9067 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6031 /apex-mdapi/src/classes/MetadataService.cls 9061 12 9067 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 'readSecuritySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6031 /apex-mdapi/src/classes/MetadataService.cls 9061 12 9067 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 'readSecuritySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6032 /apex-mdapi/src/classes/MetadataService.cls 9063 16 9063 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6032 /apex-mdapi/src/classes/MetadataService.cls 9063 16 9063 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6033 /apex-mdapi/src/classes/MetadataService.cls 9064 26 9064 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6033 /apex-mdapi/src/classes/MetadataService.cls 9064 26 9064 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6034 /apex-mdapi/src/classes/MetadataService.cls 9064 26 9064 99 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]*'
6034 /apex-mdapi/src/classes/MetadataService.cls 9064 26 9064 99 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]*'
6035 /apex-mdapi/src/classes/MetadataService.cls 9065 26 9065 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6035 /apex-mdapi/src/classes/MetadataService.cls 9065 26 9065 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6036 /apex-mdapi/src/classes/MetadataService.cls 9065 26 9065 89 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]*'
6036 /apex-mdapi/src/classes/MetadataService.cls 9065 26 9065 89 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]*'
6037 /apex-mdapi/src/classes/MetadataService.cls 9066 26 9066 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6037 /apex-mdapi/src/classes/MetadataService.cls 9066 26 9066 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6038 /apex-mdapi/src/classes/MetadataService.cls 9066 26 9066 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]*'
6038 /apex-mdapi/src/classes/MetadataService.cls 9066 26 9066 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]*'
6039 /apex-mdapi/src/classes/MetadataService.cls 9068 12 9074 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6039 /apex-mdapi/src/classes/MetadataService.cls 9068 12 9074 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6040 /apex-mdapi/src/classes/MetadataService.cls 9070 16 9070 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6040 /apex-mdapi/src/classes/MetadataService.cls 9070 16 9070 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6041 /apex-mdapi/src/classes/MetadataService.cls 9071 26 9071 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6041 /apex-mdapi/src/classes/MetadataService.cls 9071 26 9071 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6042 /apex-mdapi/src/classes/MetadataService.cls 9071 26 9071 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6042 /apex-mdapi/src/classes/MetadataService.cls 9071 26 9071 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6043 /apex-mdapi/src/classes/MetadataService.cls 9072 26 9072 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6043 /apex-mdapi/src/classes/MetadataService.cls 9072 26 9072 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6044 /apex-mdapi/src/classes/MetadataService.cls 9072 26 9072 89 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]*'
6044 /apex-mdapi/src/classes/MetadataService.cls 9072 26 9072 89 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]*'
6045 /apex-mdapi/src/classes/MetadataService.cls 9073 26 9073 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6045 /apex-mdapi/src/classes/MetadataService.cls 9073 26 9073 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6046 /apex-mdapi/src/classes/MetadataService.cls 9073 26 9073 73 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]*'
6046 /apex-mdapi/src/classes/MetadataService.cls 9073 26 9073 73 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]*'
6047 /apex-mdapi/src/classes/MetadataService.cls 9075 12 9081 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6047 /apex-mdapi/src/classes/MetadataService.cls 9075 12 9081 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6048 /apex-mdapi/src/classes/MetadataService.cls 9075 12 9081 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 'readIdeasSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6048 /apex-mdapi/src/classes/MetadataService.cls 9075 12 9081 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 'readIdeasSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6049 /apex-mdapi/src/classes/MetadataService.cls 9077 16 9077 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6049 /apex-mdapi/src/classes/MetadataService.cls 9077 16 9077 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6050 /apex-mdapi/src/classes/MetadataService.cls 9078 26 9078 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6050 /apex-mdapi/src/classes/MetadataService.cls 9078 26 9078 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6051 /apex-mdapi/src/classes/MetadataService.cls 9078 26 9078 99 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]*'
6051 /apex-mdapi/src/classes/MetadataService.cls 9078 26 9078 99 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]*'
6052 /apex-mdapi/src/classes/MetadataService.cls 9079 26 9079 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6052 /apex-mdapi/src/classes/MetadataService.cls 9079 26 9079 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6053 /apex-mdapi/src/classes/MetadataService.cls 9079 26 9079 89 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]*'
6053 /apex-mdapi/src/classes/MetadataService.cls 9079 26 9079 89 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]*'
6054 /apex-mdapi/src/classes/MetadataService.cls 9080 26 9080 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6054 /apex-mdapi/src/classes/MetadataService.cls 9080 26 9080 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6055 /apex-mdapi/src/classes/MetadataService.cls 9080 26 9080 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]*'
6055 /apex-mdapi/src/classes/MetadataService.cls 9080 26 9080 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]*'
6056 /apex-mdapi/src/classes/MetadataService.cls 9082 12 9088 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6056 /apex-mdapi/src/classes/MetadataService.cls 9082 12 9088 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6057 /apex-mdapi/src/classes/MetadataService.cls 9084 16 9084 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6057 /apex-mdapi/src/classes/MetadataService.cls 9084 16 9084 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6058 /apex-mdapi/src/classes/MetadataService.cls 9085 26 9085 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6058 /apex-mdapi/src/classes/MetadataService.cls 9085 26 9085 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6059 /apex-mdapi/src/classes/MetadataService.cls 9085 26 9085 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6059 /apex-mdapi/src/classes/MetadataService.cls 9085 26 9085 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6060 /apex-mdapi/src/classes/MetadataService.cls 9086 26 9086 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6060 /apex-mdapi/src/classes/MetadataService.cls 9086 26 9086 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6061 /apex-mdapi/src/classes/MetadataService.cls 9086 26 9086 89 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]*'
6061 /apex-mdapi/src/classes/MetadataService.cls 9086 26 9086 89 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]*'
6062 /apex-mdapi/src/classes/MetadataService.cls 9087 26 9087 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6062 /apex-mdapi/src/classes/MetadataService.cls 9087 26 9087 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6063 /apex-mdapi/src/classes/MetadataService.cls 9087 26 9087 73 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]*'
6063 /apex-mdapi/src/classes/MetadataService.cls 9087 26 9087 73 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]*'
6064 /apex-mdapi/src/classes/MetadataService.cls 9089 12 9095 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6064 /apex-mdapi/src/classes/MetadataService.cls 9089 12 9095 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6065 /apex-mdapi/src/classes/MetadataService.cls 9089 12 9095 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 'readChatterAnswersSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6065 /apex-mdapi/src/classes/MetadataService.cls 9089 12 9095 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 'readChatterAnswersSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6066 /apex-mdapi/src/classes/MetadataService.cls 9091 16 9091 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6066 /apex-mdapi/src/classes/MetadataService.cls 9091 16 9091 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6067 /apex-mdapi/src/classes/MetadataService.cls 9092 26 9092 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6067 /apex-mdapi/src/classes/MetadataService.cls 9092 26 9092 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6068 /apex-mdapi/src/classes/MetadataService.cls 9092 26 9092 99 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]*'
6068 /apex-mdapi/src/classes/MetadataService.cls 9092 26 9092 99 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]*'
6069 /apex-mdapi/src/classes/MetadataService.cls 9093 26 9093 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6069 /apex-mdapi/src/classes/MetadataService.cls 9093 26 9093 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6070 /apex-mdapi/src/classes/MetadataService.cls 9093 26 9093 89 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]*'
6070 /apex-mdapi/src/classes/MetadataService.cls 9093 26 9093 89 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]*'
6071 /apex-mdapi/src/classes/MetadataService.cls 9094 26 9094 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6071 /apex-mdapi/src/classes/MetadataService.cls 9094 26 9094 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6072 /apex-mdapi/src/classes/MetadataService.cls 9094 26 9094 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]*'
6072 /apex-mdapi/src/classes/MetadataService.cls 9094 26 9094 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]*'
6073 /apex-mdapi/src/classes/MetadataService.cls 9096 12 9102 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6073 /apex-mdapi/src/classes/MetadataService.cls 9096 12 9102 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6074 /apex-mdapi/src/classes/MetadataService.cls 9098 16 9098 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6074 /apex-mdapi/src/classes/MetadataService.cls 9098 16 9098 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6075 /apex-mdapi/src/classes/MetadataService.cls 9099 26 9099 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6075 /apex-mdapi/src/classes/MetadataService.cls 9099 26 9099 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6076 /apex-mdapi/src/classes/MetadataService.cls 9099 26 9099 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6076 /apex-mdapi/src/classes/MetadataService.cls 9099 26 9099 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6077 /apex-mdapi/src/classes/MetadataService.cls 9100 26 9100 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6077 /apex-mdapi/src/classes/MetadataService.cls 9100 26 9100 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6078 /apex-mdapi/src/classes/MetadataService.cls 9100 26 9100 89 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]*'
6078 /apex-mdapi/src/classes/MetadataService.cls 9100 26 9100 89 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]*'
6079 /apex-mdapi/src/classes/MetadataService.cls 9101 26 9101 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6079 /apex-mdapi/src/classes/MetadataService.cls 9101 26 9101 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6080 /apex-mdapi/src/classes/MetadataService.cls 9101 26 9101 73 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]*'
6080 /apex-mdapi/src/classes/MetadataService.cls 9101 26 9101 73 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]*'
6081 /apex-mdapi/src/classes/MetadataService.cls 9103 12 9109 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6081 /apex-mdapi/src/classes/MetadataService.cls 9103 12 9109 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6082 /apex-mdapi/src/classes/MetadataService.cls 9103 12 9109 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 'readCommunityResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6082 /apex-mdapi/src/classes/MetadataService.cls 9103 12 9109 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 'readCommunityResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6083 /apex-mdapi/src/classes/MetadataService.cls 9105 16 9105 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6083 /apex-mdapi/src/classes/MetadataService.cls 9105 16 9105 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6084 /apex-mdapi/src/classes/MetadataService.cls 9106 26 9106 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6084 /apex-mdapi/src/classes/MetadataService.cls 9106 26 9106 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6085 /apex-mdapi/src/classes/MetadataService.cls 9106 26 9106 99 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]*'
6085 /apex-mdapi/src/classes/MetadataService.cls 9106 26 9106 99 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]*'
6086 /apex-mdapi/src/classes/MetadataService.cls 9107 26 9107 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6086 /apex-mdapi/src/classes/MetadataService.cls 9107 26 9107 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6087 /apex-mdapi/src/classes/MetadataService.cls 9107 26 9107 89 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]*'
6087 /apex-mdapi/src/classes/MetadataService.cls 9107 26 9107 89 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]*'
6088 /apex-mdapi/src/classes/MetadataService.cls 9108 26 9108 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6088 /apex-mdapi/src/classes/MetadataService.cls 9108 26 9108 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6089 /apex-mdapi/src/classes/MetadataService.cls 9108 26 9108 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]*'
6089 /apex-mdapi/src/classes/MetadataService.cls 9108 26 9108 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]*'
6090 /apex-mdapi/src/classes/MetadataService.cls 9110 12 9116 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6090 /apex-mdapi/src/classes/MetadataService.cls 9110 12 9116 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6091 /apex-mdapi/src/classes/MetadataService.cls 9112 16 9112 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6091 /apex-mdapi/src/classes/MetadataService.cls 9112 16 9112 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6092 /apex-mdapi/src/classes/MetadataService.cls 9113 26 9113 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6092 /apex-mdapi/src/classes/MetadataService.cls 9113 26 9113 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6093 /apex-mdapi/src/classes/MetadataService.cls 9113 26 9113 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6093 /apex-mdapi/src/classes/MetadataService.cls 9113 26 9113 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6094 /apex-mdapi/src/classes/MetadataService.cls 9114 26 9114 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6094 /apex-mdapi/src/classes/MetadataService.cls 9114 26 9114 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6095 /apex-mdapi/src/classes/MetadataService.cls 9114 26 9114 89 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]*'
6095 /apex-mdapi/src/classes/MetadataService.cls 9114 26 9114 89 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]*'
6096 /apex-mdapi/src/classes/MetadataService.cls 9115 26 9115 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6096 /apex-mdapi/src/classes/MetadataService.cls 9115 26 9115 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6097 /apex-mdapi/src/classes/MetadataService.cls 9115 26 9115 73 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]*'
6097 /apex-mdapi/src/classes/MetadataService.cls 9115 26 9115 73 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]*'
6098 /apex-mdapi/src/classes/MetadataService.cls 9117 12 9123 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6098 /apex-mdapi/src/classes/MetadataService.cls 9117 12 9123 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6099 /apex-mdapi/src/classes/MetadataService.cls 9117 12 9123 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 'readActivitiesSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6099 /apex-mdapi/src/classes/MetadataService.cls 9117 12 9123 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 'readActivitiesSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6100 /apex-mdapi/src/classes/MetadataService.cls 9119 16 9119 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6100 /apex-mdapi/src/classes/MetadataService.cls 9119 16 9119 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6101 /apex-mdapi/src/classes/MetadataService.cls 9120 26 9120 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6101 /apex-mdapi/src/classes/MetadataService.cls 9120 26 9120 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6102 /apex-mdapi/src/classes/MetadataService.cls 9120 26 9120 99 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]*'
6102 /apex-mdapi/src/classes/MetadataService.cls 9120 26 9120 99 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]*'
6103 /apex-mdapi/src/classes/MetadataService.cls 9121 26 9121 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6103 /apex-mdapi/src/classes/MetadataService.cls 9121 26 9121 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6104 /apex-mdapi/src/classes/MetadataService.cls 9121 26 9121 89 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]*'
6104 /apex-mdapi/src/classes/MetadataService.cls 9121 26 9121 89 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]*'
6105 /apex-mdapi/src/classes/MetadataService.cls 9122 26 9122 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6105 /apex-mdapi/src/classes/MetadataService.cls 9122 26 9122 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6106 /apex-mdapi/src/classes/MetadataService.cls 9122 26 9122 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]*'
6106 /apex-mdapi/src/classes/MetadataService.cls 9122 26 9122 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]*'
6107 /apex-mdapi/src/classes/MetadataService.cls 9124 12 9130 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6107 /apex-mdapi/src/classes/MetadataService.cls 9124 12 9130 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6108 /apex-mdapi/src/classes/MetadataService.cls 9126 16 9126 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6108 /apex-mdapi/src/classes/MetadataService.cls 9126 16 9126 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6109 /apex-mdapi/src/classes/MetadataService.cls 9127 26 9127 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6109 /apex-mdapi/src/classes/MetadataService.cls 9127 26 9127 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6110 /apex-mdapi/src/classes/MetadataService.cls 9127 26 9127 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6110 /apex-mdapi/src/classes/MetadataService.cls 9127 26 9127 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6111 /apex-mdapi/src/classes/MetadataService.cls 9128 26 9128 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6111 /apex-mdapi/src/classes/MetadataService.cls 9128 26 9128 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6112 /apex-mdapi/src/classes/MetadataService.cls 9128 26 9128 89 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]*'
6112 /apex-mdapi/src/classes/MetadataService.cls 9128 26 9128 89 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]*'
6113 /apex-mdapi/src/classes/MetadataService.cls 9129 26 9129 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6113 /apex-mdapi/src/classes/MetadataService.cls 9129 26 9129 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6114 /apex-mdapi/src/classes/MetadataService.cls 9129 26 9129 73 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]*'
6114 /apex-mdapi/src/classes/MetadataService.cls 9129 26 9129 73 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]*'
6115 /apex-mdapi/src/classes/MetadataService.cls 9131 12 9137 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6115 /apex-mdapi/src/classes/MetadataService.cls 9131 12 9137 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6116 /apex-mdapi/src/classes/MetadataService.cls 9131 12 9137 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 'readContractSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6116 /apex-mdapi/src/classes/MetadataService.cls 9131 12 9137 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 'readContractSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6117 /apex-mdapi/src/classes/MetadataService.cls 9133 16 9133 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6117 /apex-mdapi/src/classes/MetadataService.cls 9133 16 9133 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6118 /apex-mdapi/src/classes/MetadataService.cls 9134 26 9134 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6118 /apex-mdapi/src/classes/MetadataService.cls 9134 26 9134 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6119 /apex-mdapi/src/classes/MetadataService.cls 9134 26 9134 99 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]*'
6119 /apex-mdapi/src/classes/MetadataService.cls 9134 26 9134 99 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]*'
6120 /apex-mdapi/src/classes/MetadataService.cls 9135 26 9135 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6120 /apex-mdapi/src/classes/MetadataService.cls 9135 26 9135 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6121 /apex-mdapi/src/classes/MetadataService.cls 9135 26 9135 89 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]*'
6121 /apex-mdapi/src/classes/MetadataService.cls 9135 26 9135 89 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]*'
6122 /apex-mdapi/src/classes/MetadataService.cls 9136 26 9136 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6122 /apex-mdapi/src/classes/MetadataService.cls 9136 26 9136 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6123 /apex-mdapi/src/classes/MetadataService.cls 9136 26 9136 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]*'
6123 /apex-mdapi/src/classes/MetadataService.cls 9136 26 9136 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]*'
6124 /apex-mdapi/src/classes/MetadataService.cls 9138 12 9144 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6124 /apex-mdapi/src/classes/MetadataService.cls 9138 12 9144 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6125 /apex-mdapi/src/classes/MetadataService.cls 9140 16 9140 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6125 /apex-mdapi/src/classes/MetadataService.cls 9140 16 9140 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6126 /apex-mdapi/src/classes/MetadataService.cls 9141 26 9141 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6126 /apex-mdapi/src/classes/MetadataService.cls 9141 26 9141 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6127 /apex-mdapi/src/classes/MetadataService.cls 9141 26 9141 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6127 /apex-mdapi/src/classes/MetadataService.cls 9141 26 9141 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6128 /apex-mdapi/src/classes/MetadataService.cls 9142 26 9142 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6128 /apex-mdapi/src/classes/MetadataService.cls 9142 26 9142 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6129 /apex-mdapi/src/classes/MetadataService.cls 9142 26 9142 89 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]*'
6129 /apex-mdapi/src/classes/MetadataService.cls 9142 26 9142 89 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]*'
6130 /apex-mdapi/src/classes/MetadataService.cls 9143 26 9143 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6130 /apex-mdapi/src/classes/MetadataService.cls 9143 26 9143 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6131 /apex-mdapi/src/classes/MetadataService.cls 9143 26 9143 73 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]*'
6131 /apex-mdapi/src/classes/MetadataService.cls 9143 26 9143 73 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]*'
6132 /apex-mdapi/src/classes/MetadataService.cls 9145 12 9151 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6132 /apex-mdapi/src/classes/MetadataService.cls 9145 12 9151 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6133 /apex-mdapi/src/classes/MetadataService.cls 9145 12 9151 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 'readOrderSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6133 /apex-mdapi/src/classes/MetadataService.cls 9145 12 9151 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 'readOrderSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6134 /apex-mdapi/src/classes/MetadataService.cls 9147 16 9147 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6134 /apex-mdapi/src/classes/MetadataService.cls 9147 16 9147 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6135 /apex-mdapi/src/classes/MetadataService.cls 9148 26 9148 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6135 /apex-mdapi/src/classes/MetadataService.cls 9148 26 9148 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6136 /apex-mdapi/src/classes/MetadataService.cls 9148 26 9148 99 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]*'
6136 /apex-mdapi/src/classes/MetadataService.cls 9148 26 9148 99 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]*'
6137 /apex-mdapi/src/classes/MetadataService.cls 9149 26 9149 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6137 /apex-mdapi/src/classes/MetadataService.cls 9149 26 9149 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6138 /apex-mdapi/src/classes/MetadataService.cls 9149 26 9149 89 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]*'
6138 /apex-mdapi/src/classes/MetadataService.cls 9149 26 9149 89 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]*'
6139 /apex-mdapi/src/classes/MetadataService.cls 9150 26 9150 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6139 /apex-mdapi/src/classes/MetadataService.cls 9150 26 9150 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6140 /apex-mdapi/src/classes/MetadataService.cls 9150 26 9150 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]*'
6140 /apex-mdapi/src/classes/MetadataService.cls 9150 26 9150 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]*'
6141 /apex-mdapi/src/classes/MetadataService.cls 9152 12 9158 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6141 /apex-mdapi/src/classes/MetadataService.cls 9152 12 9158 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6142 /apex-mdapi/src/classes/MetadataService.cls 9154 16 9154 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6142 /apex-mdapi/src/classes/MetadataService.cls 9154 16 9154 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6143 /apex-mdapi/src/classes/MetadataService.cls 9155 26 9155 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6143 /apex-mdapi/src/classes/MetadataService.cls 9155 26 9155 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6144 /apex-mdapi/src/classes/MetadataService.cls 9155 26 9155 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6144 /apex-mdapi/src/classes/MetadataService.cls 9155 26 9155 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6145 /apex-mdapi/src/classes/MetadataService.cls 9156 26 9156 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6145 /apex-mdapi/src/classes/MetadataService.cls 9156 26 9156 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6146 /apex-mdapi/src/classes/MetadataService.cls 9156 26 9156 89 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]*'
6146 /apex-mdapi/src/classes/MetadataService.cls 9156 26 9156 89 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]*'
6147 /apex-mdapi/src/classes/MetadataService.cls 9157 26 9157 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6147 /apex-mdapi/src/classes/MetadataService.cls 9157 26 9157 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6148 /apex-mdapi/src/classes/MetadataService.cls 9157 26 9157 73 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]*'
6148 /apex-mdapi/src/classes/MetadataService.cls 9157 26 9157 73 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]*'
6149 /apex-mdapi/src/classes/MetadataService.cls 9159 12 9165 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6149 /apex-mdapi/src/classes/MetadataService.cls 9159 12 9165 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6150 /apex-mdapi/src/classes/MetadataService.cls 9159 12 9165 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 'readOpportunitySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6150 /apex-mdapi/src/classes/MetadataService.cls 9159 12 9165 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 'readOpportunitySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6151 /apex-mdapi/src/classes/MetadataService.cls 9161 16 9161 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6151 /apex-mdapi/src/classes/MetadataService.cls 9161 16 9161 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6152 /apex-mdapi/src/classes/MetadataService.cls 9162 26 9162 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6152 /apex-mdapi/src/classes/MetadataService.cls 9162 26 9162 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6153 /apex-mdapi/src/classes/MetadataService.cls 9162 26 9162 99 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]*'
6153 /apex-mdapi/src/classes/MetadataService.cls 9162 26 9162 99 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]*'
6154 /apex-mdapi/src/classes/MetadataService.cls 9163 26 9163 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6154 /apex-mdapi/src/classes/MetadataService.cls 9163 26 9163 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6155 /apex-mdapi/src/classes/MetadataService.cls 9163 26 9163 89 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]*'
6155 /apex-mdapi/src/classes/MetadataService.cls 9163 26 9163 89 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]*'
6156 /apex-mdapi/src/classes/MetadataService.cls 9164 26 9164 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6156 /apex-mdapi/src/classes/MetadataService.cls 9164 26 9164 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6157 /apex-mdapi/src/classes/MetadataService.cls 9164 26 9164 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]*'
6157 /apex-mdapi/src/classes/MetadataService.cls 9164 26 9164 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]*'
6158 /apex-mdapi/src/classes/MetadataService.cls 9166 12 9172 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6158 /apex-mdapi/src/classes/MetadataService.cls 9166 12 9172 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6159 /apex-mdapi/src/classes/MetadataService.cls 9168 16 9168 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6159 /apex-mdapi/src/classes/MetadataService.cls 9168 16 9168 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6160 /apex-mdapi/src/classes/MetadataService.cls 9169 26 9169 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6160 /apex-mdapi/src/classes/MetadataService.cls 9169 26 9169 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6161 /apex-mdapi/src/classes/MetadataService.cls 9169 26 9169 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6161 /apex-mdapi/src/classes/MetadataService.cls 9169 26 9169 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6162 /apex-mdapi/src/classes/MetadataService.cls 9170 26 9170 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6162 /apex-mdapi/src/classes/MetadataService.cls 9170 26 9170 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6163 /apex-mdapi/src/classes/MetadataService.cls 9170 26 9170 89 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]*'
6163 /apex-mdapi/src/classes/MetadataService.cls 9170 26 9170 89 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]*'
6164 /apex-mdapi/src/classes/MetadataService.cls 9171 26 9171 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6164 /apex-mdapi/src/classes/MetadataService.cls 9171 26 9171 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6165 /apex-mdapi/src/classes/MetadataService.cls 9171 26 9171 73 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]*'
6165 /apex-mdapi/src/classes/MetadataService.cls 9171 26 9171 73 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]*'
6166 /apex-mdapi/src/classes/MetadataService.cls 9173 12 9179 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6166 /apex-mdapi/src/classes/MetadataService.cls 9173 12 9179 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6167 /apex-mdapi/src/classes/MetadataService.cls 9173 12 9179 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 'readProductSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6167 /apex-mdapi/src/classes/MetadataService.cls 9173 12 9179 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 'readProductSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6168 /apex-mdapi/src/classes/MetadataService.cls 9175 16 9175 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6168 /apex-mdapi/src/classes/MetadataService.cls 9175 16 9175 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6169 /apex-mdapi/src/classes/MetadataService.cls 9176 26 9176 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6169 /apex-mdapi/src/classes/MetadataService.cls 9176 26 9176 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6170 /apex-mdapi/src/classes/MetadataService.cls 9176 26 9176 99 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]*'
6170 /apex-mdapi/src/classes/MetadataService.cls 9176 26 9176 99 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]*'
6171 /apex-mdapi/src/classes/MetadataService.cls 9177 26 9177 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6171 /apex-mdapi/src/classes/MetadataService.cls 9177 26 9177 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6172 /apex-mdapi/src/classes/MetadataService.cls 9177 26 9177 89 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]*'
6172 /apex-mdapi/src/classes/MetadataService.cls 9177 26 9177 89 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]*'
6173 /apex-mdapi/src/classes/MetadataService.cls 9178 26 9178 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6173 /apex-mdapi/src/classes/MetadataService.cls 9178 26 9178 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6174 /apex-mdapi/src/classes/MetadataService.cls 9178 26 9178 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]*'
6174 /apex-mdapi/src/classes/MetadataService.cls 9178 26 9178 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]*'
6175 /apex-mdapi/src/classes/MetadataService.cls 9180 12 9186 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6175 /apex-mdapi/src/classes/MetadataService.cls 9180 12 9186 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6176 /apex-mdapi/src/classes/MetadataService.cls 9182 16 9182 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6176 /apex-mdapi/src/classes/MetadataService.cls 9182 16 9182 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6177 /apex-mdapi/src/classes/MetadataService.cls 9183 26 9183 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6177 /apex-mdapi/src/classes/MetadataService.cls 9183 26 9183 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6178 /apex-mdapi/src/classes/MetadataService.cls 9183 26 9183 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6178 /apex-mdapi/src/classes/MetadataService.cls 9183 26 9183 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6179 /apex-mdapi/src/classes/MetadataService.cls 9184 26 9184 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6179 /apex-mdapi/src/classes/MetadataService.cls 9184 26 9184 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6180 /apex-mdapi/src/classes/MetadataService.cls 9184 26 9184 89 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]*'
6180 /apex-mdapi/src/classes/MetadataService.cls 9184 26 9184 89 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]*'
6181 /apex-mdapi/src/classes/MetadataService.cls 9185 26 9185 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6181 /apex-mdapi/src/classes/MetadataService.cls 9185 26 9185 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6182 /apex-mdapi/src/classes/MetadataService.cls 9185 26 9185 73 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]*'
6182 /apex-mdapi/src/classes/MetadataService.cls 9185 26 9185 73 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]*'
6183 /apex-mdapi/src/classes/MetadataService.cls 9187 12 9193 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6183 /apex-mdapi/src/classes/MetadataService.cls 9187 12 9193 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6184 /apex-mdapi/src/classes/MetadataService.cls 9187 12 9193 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 'readQuoteSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6184 /apex-mdapi/src/classes/MetadataService.cls 9187 12 9193 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 'readQuoteSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6185 /apex-mdapi/src/classes/MetadataService.cls 9189 16 9189 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6185 /apex-mdapi/src/classes/MetadataService.cls 9189 16 9189 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6186 /apex-mdapi/src/classes/MetadataService.cls 9190 26 9190 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6186 /apex-mdapi/src/classes/MetadataService.cls 9190 26 9190 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6187 /apex-mdapi/src/classes/MetadataService.cls 9190 26 9190 99 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]*'
6187 /apex-mdapi/src/classes/MetadataService.cls 9190 26 9190 99 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]*'
6188 /apex-mdapi/src/classes/MetadataService.cls 9191 26 9191 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6188 /apex-mdapi/src/classes/MetadataService.cls 9191 26 9191 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6189 /apex-mdapi/src/classes/MetadataService.cls 9191 26 9191 89 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]*'
6189 /apex-mdapi/src/classes/MetadataService.cls 9191 26 9191 89 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]*'
6190 /apex-mdapi/src/classes/MetadataService.cls 9192 26 9192 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6190 /apex-mdapi/src/classes/MetadataService.cls 9192 26 9192 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6191 /apex-mdapi/src/classes/MetadataService.cls 9192 26 9192 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]*'
6191 /apex-mdapi/src/classes/MetadataService.cls 9192 26 9192 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]*'
6192 /apex-mdapi/src/classes/MetadataService.cls 9194 12 9200 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6192 /apex-mdapi/src/classes/MetadataService.cls 9194 12 9200 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6193 /apex-mdapi/src/classes/MetadataService.cls 9196 16 9196 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6193 /apex-mdapi/src/classes/MetadataService.cls 9196 16 9196 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6194 /apex-mdapi/src/classes/MetadataService.cls 9197 26 9197 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6194 /apex-mdapi/src/classes/MetadataService.cls 9197 26 9197 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6195 /apex-mdapi/src/classes/MetadataService.cls 9197 26 9197 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6195 /apex-mdapi/src/classes/MetadataService.cls 9197 26 9197 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6196 /apex-mdapi/src/classes/MetadataService.cls 9198 26 9198 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6196 /apex-mdapi/src/classes/MetadataService.cls 9198 26 9198 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6197 /apex-mdapi/src/classes/MetadataService.cls 9198 26 9198 89 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]*'
6197 /apex-mdapi/src/classes/MetadataService.cls 9198 26 9198 89 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]*'
6198 /apex-mdapi/src/classes/MetadataService.cls 9199 26 9199 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6198 /apex-mdapi/src/classes/MetadataService.cls 9199 26 9199 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6199 /apex-mdapi/src/classes/MetadataService.cls 9199 26 9199 73 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]*'
6199 /apex-mdapi/src/classes/MetadataService.cls 9199 26 9199 73 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]*'
6200 /apex-mdapi/src/classes/MetadataService.cls 9201 12 9207 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6200 /apex-mdapi/src/classes/MetadataService.cls 9201 12 9207 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6201 /apex-mdapi/src/classes/MetadataService.cls 9201 12 9207 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 'readCallCenterResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6201 /apex-mdapi/src/classes/MetadataService.cls 9201 12 9207 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 'readCallCenterResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6202 /apex-mdapi/src/classes/MetadataService.cls 9203 16 9203 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6202 /apex-mdapi/src/classes/MetadataService.cls 9203 16 9203 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6203 /apex-mdapi/src/classes/MetadataService.cls 9204 26 9204 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6203 /apex-mdapi/src/classes/MetadataService.cls 9204 26 9204 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6204 /apex-mdapi/src/classes/MetadataService.cls 9204 26 9204 99 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]*'
6204 /apex-mdapi/src/classes/MetadataService.cls 9204 26 9204 99 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]*'
6205 /apex-mdapi/src/classes/MetadataService.cls 9205 26 9205 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6205 /apex-mdapi/src/classes/MetadataService.cls 9205 26 9205 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6206 /apex-mdapi/src/classes/MetadataService.cls 9205 26 9205 89 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]*'
6206 /apex-mdapi/src/classes/MetadataService.cls 9205 26 9205 89 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]*'
6207 /apex-mdapi/src/classes/MetadataService.cls 9206 26 9206 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6207 /apex-mdapi/src/classes/MetadataService.cls 9206 26 9206 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6208 /apex-mdapi/src/classes/MetadataService.cls 9206 26 9206 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]*'
6208 /apex-mdapi/src/classes/MetadataService.cls 9206 26 9206 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]*'
6209 /apex-mdapi/src/classes/MetadataService.cls 9208 12 9214 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6209 /apex-mdapi/src/classes/MetadataService.cls 9208 12 9214 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6210 /apex-mdapi/src/classes/MetadataService.cls 9210 16 9210 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6210 /apex-mdapi/src/classes/MetadataService.cls 9210 16 9210 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6211 /apex-mdapi/src/classes/MetadataService.cls 9211 26 9211 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6211 /apex-mdapi/src/classes/MetadataService.cls 9211 26 9211 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6212 /apex-mdapi/src/classes/MetadataService.cls 9211 26 9211 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6212 /apex-mdapi/src/classes/MetadataService.cls 9211 26 9211 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6213 /apex-mdapi/src/classes/MetadataService.cls 9212 26 9212 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6213 /apex-mdapi/src/classes/MetadataService.cls 9212 26 9212 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6214 /apex-mdapi/src/classes/MetadataService.cls 9212 26 9212 89 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]*'
6214 /apex-mdapi/src/classes/MetadataService.cls 9212 26 9212 89 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]*'
6215 /apex-mdapi/src/classes/MetadataService.cls 9213 26 9213 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6215 /apex-mdapi/src/classes/MetadataService.cls 9213 26 9213 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6216 /apex-mdapi/src/classes/MetadataService.cls 9213 26 9213 73 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]*'
6216 /apex-mdapi/src/classes/MetadataService.cls 9213 26 9213 73 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]*'
6217 /apex-mdapi/src/classes/MetadataService.cls 9215 12 9221 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6217 /apex-mdapi/src/classes/MetadataService.cls 9215 12 9221 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6218 /apex-mdapi/src/classes/MetadataService.cls 9215 12 9221 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 'readEntitlementProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6218 /apex-mdapi/src/classes/MetadataService.cls 9215 12 9221 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 'readEntitlementProcessResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6219 /apex-mdapi/src/classes/MetadataService.cls 9217 16 9217 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6219 /apex-mdapi/src/classes/MetadataService.cls 9217 16 9217 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6220 /apex-mdapi/src/classes/MetadataService.cls 9218 26 9218 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6220 /apex-mdapi/src/classes/MetadataService.cls 9218 26 9218 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6221 /apex-mdapi/src/classes/MetadataService.cls 9218 26 9218 99 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]*'
6221 /apex-mdapi/src/classes/MetadataService.cls 9218 26 9218 99 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]*'
6222 /apex-mdapi/src/classes/MetadataService.cls 9219 26 9219 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6222 /apex-mdapi/src/classes/MetadataService.cls 9219 26 9219 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6223 /apex-mdapi/src/classes/MetadataService.cls 9219 26 9219 89 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]*'
6223 /apex-mdapi/src/classes/MetadataService.cls 9219 26 9219 89 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]*'
6224 /apex-mdapi/src/classes/MetadataService.cls 9220 26 9220 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6224 /apex-mdapi/src/classes/MetadataService.cls 9220 26 9220 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6225 /apex-mdapi/src/classes/MetadataService.cls 9220 26 9220 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]*'
6225 /apex-mdapi/src/classes/MetadataService.cls 9220 26 9220 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]*'
6226 /apex-mdapi/src/classes/MetadataService.cls 9222 12 9228 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6226 /apex-mdapi/src/classes/MetadataService.cls 9222 12 9228 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6227 /apex-mdapi/src/classes/MetadataService.cls 9224 16 9224 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6227 /apex-mdapi/src/classes/MetadataService.cls 9224 16 9224 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6228 /apex-mdapi/src/classes/MetadataService.cls 9225 26 9225 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6228 /apex-mdapi/src/classes/MetadataService.cls 9225 26 9225 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6229 /apex-mdapi/src/classes/MetadataService.cls 9225 26 9225 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6229 /apex-mdapi/src/classes/MetadataService.cls 9225 26 9225 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6230 /apex-mdapi/src/classes/MetadataService.cls 9226 26 9226 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6230 /apex-mdapi/src/classes/MetadataService.cls 9226 26 9226 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6231 /apex-mdapi/src/classes/MetadataService.cls 9226 26 9226 89 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]*'
6231 /apex-mdapi/src/classes/MetadataService.cls 9226 26 9226 89 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]*'
6232 /apex-mdapi/src/classes/MetadataService.cls 9227 26 9227 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6232 /apex-mdapi/src/classes/MetadataService.cls 9227 26 9227 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6233 /apex-mdapi/src/classes/MetadataService.cls 9227 26 9227 73 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]*'
6233 /apex-mdapi/src/classes/MetadataService.cls 9227 26 9227 73 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]*'
6234 /apex-mdapi/src/classes/MetadataService.cls 9229 12 9235 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6234 /apex-mdapi/src/classes/MetadataService.cls 9229 12 9235 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6235 /apex-mdapi/src/classes/MetadataService.cls 9229 12 9235 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 'readMilestoneTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6235 /apex-mdapi/src/classes/MetadataService.cls 9229 12 9235 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 'readMilestoneTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6236 /apex-mdapi/src/classes/MetadataService.cls 9231 16 9231 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6236 /apex-mdapi/src/classes/MetadataService.cls 9231 16 9231 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6237 /apex-mdapi/src/classes/MetadataService.cls 9232 26 9232 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6237 /apex-mdapi/src/classes/MetadataService.cls 9232 26 9232 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6238 /apex-mdapi/src/classes/MetadataService.cls 9232 26 9232 99 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]*'
6238 /apex-mdapi/src/classes/MetadataService.cls 9232 26 9232 99 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]*'
6239 /apex-mdapi/src/classes/MetadataService.cls 9233 26 9233 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6239 /apex-mdapi/src/classes/MetadataService.cls 9233 26 9233 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6240 /apex-mdapi/src/classes/MetadataService.cls 9233 26 9233 89 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]*'
6240 /apex-mdapi/src/classes/MetadataService.cls 9233 26 9233 89 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]*'
6241 /apex-mdapi/src/classes/MetadataService.cls 9234 26 9234 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6241 /apex-mdapi/src/classes/MetadataService.cls 9234 26 9234 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6242 /apex-mdapi/src/classes/MetadataService.cls 9234 26 9234 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]*'
6242 /apex-mdapi/src/classes/MetadataService.cls 9234 26 9234 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]*'
6243 /apex-mdapi/src/classes/MetadataService.cls 9236 12 9242 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6243 /apex-mdapi/src/classes/MetadataService.cls 9236 12 9242 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6244 /apex-mdapi/src/classes/MetadataService.cls 9238 16 9238 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6244 /apex-mdapi/src/classes/MetadataService.cls 9238 16 9238 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6245 /apex-mdapi/src/classes/MetadataService.cls 9239 26 9239 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6245 /apex-mdapi/src/classes/MetadataService.cls 9239 26 9239 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6246 /apex-mdapi/src/classes/MetadataService.cls 9239 26 9239 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6246 /apex-mdapi/src/classes/MetadataService.cls 9239 26 9239 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6247 /apex-mdapi/src/classes/MetadataService.cls 9240 26 9240 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6247 /apex-mdapi/src/classes/MetadataService.cls 9240 26 9240 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6248 /apex-mdapi/src/classes/MetadataService.cls 9240 26 9240 89 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]*'
6248 /apex-mdapi/src/classes/MetadataService.cls 9240 26 9240 89 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]*'
6249 /apex-mdapi/src/classes/MetadataService.cls 9241 26 9241 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6249 /apex-mdapi/src/classes/MetadataService.cls 9241 26 9241 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6250 /apex-mdapi/src/classes/MetadataService.cls 9241 26 9241 73 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]*'
6250 /apex-mdapi/src/classes/MetadataService.cls 9241 26 9241 73 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]*'
6251 /apex-mdapi/src/classes/MetadataService.cls 9243 12 9249 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6251 /apex-mdapi/src/classes/MetadataService.cls 9243 12 9249 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6252 /apex-mdapi/src/classes/MetadataService.cls 9243 12 9249 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 'readEntitlementTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6252 /apex-mdapi/src/classes/MetadataService.cls 9243 12 9249 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 'readEntitlementTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6253 /apex-mdapi/src/classes/MetadataService.cls 9245 16 9245 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6253 /apex-mdapi/src/classes/MetadataService.cls 9245 16 9245 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6254 /apex-mdapi/src/classes/MetadataService.cls 9246 26 9246 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6254 /apex-mdapi/src/classes/MetadataService.cls 9246 26 9246 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6255 /apex-mdapi/src/classes/MetadataService.cls 9246 26 9246 99 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]*'
6255 /apex-mdapi/src/classes/MetadataService.cls 9246 26 9246 99 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]*'
6256 /apex-mdapi/src/classes/MetadataService.cls 9247 26 9247 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6256 /apex-mdapi/src/classes/MetadataService.cls 9247 26 9247 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6257 /apex-mdapi/src/classes/MetadataService.cls 9247 26 9247 89 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]*'
6257 /apex-mdapi/src/classes/MetadataService.cls 9247 26 9247 89 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]*'
6258 /apex-mdapi/src/classes/MetadataService.cls 9248 26 9248 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6258 /apex-mdapi/src/classes/MetadataService.cls 9248 26 9248 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6259 /apex-mdapi/src/classes/MetadataService.cls 9248 26 9248 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]*'
6259 /apex-mdapi/src/classes/MetadataService.cls 9248 26 9248 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]*'
6260 /apex-mdapi/src/classes/MetadataService.cls 9250 12 9256 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6260 /apex-mdapi/src/classes/MetadataService.cls 9250 12 9256 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6261 /apex-mdapi/src/classes/MetadataService.cls 9252 16 9252 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6261 /apex-mdapi/src/classes/MetadataService.cls 9252 16 9252 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6262 /apex-mdapi/src/classes/MetadataService.cls 9253 26 9253 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6262 /apex-mdapi/src/classes/MetadataService.cls 9253 26 9253 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6263 /apex-mdapi/src/classes/MetadataService.cls 9253 26 9253 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6263 /apex-mdapi/src/classes/MetadataService.cls 9253 26 9253 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6264 /apex-mdapi/src/classes/MetadataService.cls 9254 26 9254 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6264 /apex-mdapi/src/classes/MetadataService.cls 9254 26 9254 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6265 /apex-mdapi/src/classes/MetadataService.cls 9254 26 9254 89 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]*'
6265 /apex-mdapi/src/classes/MetadataService.cls 9254 26 9254 89 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]*'
6266 /apex-mdapi/src/classes/MetadataService.cls 9255 26 9255 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6266 /apex-mdapi/src/classes/MetadataService.cls 9255 26 9255 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6267 /apex-mdapi/src/classes/MetadataService.cls 9255 26 9255 73 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]*'
6267 /apex-mdapi/src/classes/MetadataService.cls 9255 26 9255 73 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]*'
6268 /apex-mdapi/src/classes/MetadataService.cls 9257 12 9263 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6268 /apex-mdapi/src/classes/MetadataService.cls 9257 12 9263 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6269 /apex-mdapi/src/classes/MetadataService.cls 9257 12 9263 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 'readEntitlementSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6269 /apex-mdapi/src/classes/MetadataService.cls 9257 12 9263 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 'readEntitlementSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6270 /apex-mdapi/src/classes/MetadataService.cls 9259 16 9259 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6270 /apex-mdapi/src/classes/MetadataService.cls 9259 16 9259 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6271 /apex-mdapi/src/classes/MetadataService.cls 9260 26 9260 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6271 /apex-mdapi/src/classes/MetadataService.cls 9260 26 9260 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6272 /apex-mdapi/src/classes/MetadataService.cls 9260 26 9260 99 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]*'
6272 /apex-mdapi/src/classes/MetadataService.cls 9260 26 9260 99 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]*'
6273 /apex-mdapi/src/classes/MetadataService.cls 9261 26 9261 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6273 /apex-mdapi/src/classes/MetadataService.cls 9261 26 9261 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6274 /apex-mdapi/src/classes/MetadataService.cls 9261 26 9261 89 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]*'
6274 /apex-mdapi/src/classes/MetadataService.cls 9261 26 9261 89 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]*'
6275 /apex-mdapi/src/classes/MetadataService.cls 9262 26 9262 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6275 /apex-mdapi/src/classes/MetadataService.cls 9262 26 9262 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6276 /apex-mdapi/src/classes/MetadataService.cls 9262 26 9262 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]*'
6276 /apex-mdapi/src/classes/MetadataService.cls 9262 26 9262 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]*'
6277 /apex-mdapi/src/classes/MetadataService.cls 9264 12 9270 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6277 /apex-mdapi/src/classes/MetadataService.cls 9264 12 9270 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6278 /apex-mdapi/src/classes/MetadataService.cls 9266 16 9266 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6278 /apex-mdapi/src/classes/MetadataService.cls 9266 16 9266 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6279 /apex-mdapi/src/classes/MetadataService.cls 9267 26 9267 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6279 /apex-mdapi/src/classes/MetadataService.cls 9267 26 9267 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6280 /apex-mdapi/src/classes/MetadataService.cls 9267 26 9267 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6280 /apex-mdapi/src/classes/MetadataService.cls 9267 26 9267 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6281 /apex-mdapi/src/classes/MetadataService.cls 9268 26 9268 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6281 /apex-mdapi/src/classes/MetadataService.cls 9268 26 9268 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6282 /apex-mdapi/src/classes/MetadataService.cls 9268 26 9268 89 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]*'
6282 /apex-mdapi/src/classes/MetadataService.cls 9268 26 9268 89 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]*'
6283 /apex-mdapi/src/classes/MetadataService.cls 9269 26 9269 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6283 /apex-mdapi/src/classes/MetadataService.cls 9269 26 9269 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6284 /apex-mdapi/src/classes/MetadataService.cls 9269 26 9269 73 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]*'
6284 /apex-mdapi/src/classes/MetadataService.cls 9269 26 9269 73 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]*'
6285 /apex-mdapi/src/classes/MetadataService.cls 9271 12 9277 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6285 /apex-mdapi/src/classes/MetadataService.cls 9271 12 9277 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6286 /apex-mdapi/src/classes/MetadataService.cls 9271 12 9277 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 'readBusinessHoursSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6286 /apex-mdapi/src/classes/MetadataService.cls 9271 12 9277 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 'readBusinessHoursSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6287 /apex-mdapi/src/classes/MetadataService.cls 9273 16 9273 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6287 /apex-mdapi/src/classes/MetadataService.cls 9273 16 9273 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6288 /apex-mdapi/src/classes/MetadataService.cls 9274 26 9274 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6288 /apex-mdapi/src/classes/MetadataService.cls 9274 26 9274 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6289 /apex-mdapi/src/classes/MetadataService.cls 9274 26 9274 99 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]*'
6289 /apex-mdapi/src/classes/MetadataService.cls 9274 26 9274 99 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]*'
6290 /apex-mdapi/src/classes/MetadataService.cls 9275 26 9275 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6290 /apex-mdapi/src/classes/MetadataService.cls 9275 26 9275 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6291 /apex-mdapi/src/classes/MetadataService.cls 9275 26 9275 89 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]*'
6291 /apex-mdapi/src/classes/MetadataService.cls 9275 26 9275 89 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]*'
6292 /apex-mdapi/src/classes/MetadataService.cls 9276 26 9276 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6292 /apex-mdapi/src/classes/MetadataService.cls 9276 26 9276 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6293 /apex-mdapi/src/classes/MetadataService.cls 9276 26 9276 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]*'
6293 /apex-mdapi/src/classes/MetadataService.cls 9276 26 9276 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]*'
6294 /apex-mdapi/src/classes/MetadataService.cls 9278 12 9284 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6294 /apex-mdapi/src/classes/MetadataService.cls 9278 12 9284 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6295 /apex-mdapi/src/classes/MetadataService.cls 9280 16 9280 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6295 /apex-mdapi/src/classes/MetadataService.cls 9280 16 9280 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6296 /apex-mdapi/src/classes/MetadataService.cls 9281 26 9281 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6296 /apex-mdapi/src/classes/MetadataService.cls 9281 26 9281 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6297 /apex-mdapi/src/classes/MetadataService.cls 9281 26 9281 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6297 /apex-mdapi/src/classes/MetadataService.cls 9281 26 9281 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6298 /apex-mdapi/src/classes/MetadataService.cls 9282 26 9282 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6298 /apex-mdapi/src/classes/MetadataService.cls 9282 26 9282 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6299 /apex-mdapi/src/classes/MetadataService.cls 9282 26 9282 89 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]*'
6299 /apex-mdapi/src/classes/MetadataService.cls 9282 26 9282 89 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]*'
6300 /apex-mdapi/src/classes/MetadataService.cls 9283 26 9283 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6300 /apex-mdapi/src/classes/MetadataService.cls 9283 26 9283 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6301 /apex-mdapi/src/classes/MetadataService.cls 9283 26 9283 73 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]*'
6301 /apex-mdapi/src/classes/MetadataService.cls 9283 26 9283 73 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]*'
6302 /apex-mdapi/src/classes/MetadataService.cls 9285 12 9291 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6302 /apex-mdapi/src/classes/MetadataService.cls 9285 12 9291 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6303 /apex-mdapi/src/classes/MetadataService.cls 9285 12 9291 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 'readBusinessHoursEntryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6303 /apex-mdapi/src/classes/MetadataService.cls 9285 12 9291 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 'readBusinessHoursEntryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6304 /apex-mdapi/src/classes/MetadataService.cls 9287 16 9287 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6304 /apex-mdapi/src/classes/MetadataService.cls 9287 16 9287 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6305 /apex-mdapi/src/classes/MetadataService.cls 9288 26 9288 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6305 /apex-mdapi/src/classes/MetadataService.cls 9288 26 9288 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6306 /apex-mdapi/src/classes/MetadataService.cls 9288 26 9288 99 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]*'
6306 /apex-mdapi/src/classes/MetadataService.cls 9288 26 9288 99 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]*'
6307 /apex-mdapi/src/classes/MetadataService.cls 9289 26 9289 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6307 /apex-mdapi/src/classes/MetadataService.cls 9289 26 9289 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6308 /apex-mdapi/src/classes/MetadataService.cls 9289 26 9289 89 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]*'
6308 /apex-mdapi/src/classes/MetadataService.cls 9289 26 9289 89 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]*'
6309 /apex-mdapi/src/classes/MetadataService.cls 9290 26 9290 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6309 /apex-mdapi/src/classes/MetadataService.cls 9290 26 9290 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6310 /apex-mdapi/src/classes/MetadataService.cls 9290 26 9290 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]*'
6310 /apex-mdapi/src/classes/MetadataService.cls 9290 26 9290 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]*'
6311 /apex-mdapi/src/classes/MetadataService.cls 9292 12 9298 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6311 /apex-mdapi/src/classes/MetadataService.cls 9292 12 9298 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6312 /apex-mdapi/src/classes/MetadataService.cls 9294 16 9294 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6312 /apex-mdapi/src/classes/MetadataService.cls 9294 16 9294 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6313 /apex-mdapi/src/classes/MetadataService.cls 9295 26 9295 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6313 /apex-mdapi/src/classes/MetadataService.cls 9295 26 9295 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6314 /apex-mdapi/src/classes/MetadataService.cls 9295 26 9295 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6314 /apex-mdapi/src/classes/MetadataService.cls 9295 26 9295 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6315 /apex-mdapi/src/classes/MetadataService.cls 9296 26 9296 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6315 /apex-mdapi/src/classes/MetadataService.cls 9296 26 9296 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6316 /apex-mdapi/src/classes/MetadataService.cls 9296 26 9296 89 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]*'
6316 /apex-mdapi/src/classes/MetadataService.cls 9296 26 9296 89 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]*'
6317 /apex-mdapi/src/classes/MetadataService.cls 9297 26 9297 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6317 /apex-mdapi/src/classes/MetadataService.cls 9297 26 9297 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6318 /apex-mdapi/src/classes/MetadataService.cls 9297 26 9297 73 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]*'
6318 /apex-mdapi/src/classes/MetadataService.cls 9297 26 9297 73 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]*'
6319 /apex-mdapi/src/classes/MetadataService.cls 9299 12 9305 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6319 /apex-mdapi/src/classes/MetadataService.cls 9299 12 9305 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6320 /apex-mdapi/src/classes/MetadataService.cls 9299 12 9305 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 'readConnectedAppResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6320 /apex-mdapi/src/classes/MetadataService.cls 9299 12 9305 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 'readConnectedAppResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6321 /apex-mdapi/src/classes/MetadataService.cls 9301 16 9301 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6321 /apex-mdapi/src/classes/MetadataService.cls 9301 16 9301 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6322 /apex-mdapi/src/classes/MetadataService.cls 9302 26 9302 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6322 /apex-mdapi/src/classes/MetadataService.cls 9302 26 9302 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6323 /apex-mdapi/src/classes/MetadataService.cls 9302 26 9302 99 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]*'
6323 /apex-mdapi/src/classes/MetadataService.cls 9302 26 9302 99 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]*'
6324 /apex-mdapi/src/classes/MetadataService.cls 9303 26 9303 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6324 /apex-mdapi/src/classes/MetadataService.cls 9303 26 9303 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6325 /apex-mdapi/src/classes/MetadataService.cls 9303 26 9303 89 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]*'
6325 /apex-mdapi/src/classes/MetadataService.cls 9303 26 9303 89 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]*'
6326 /apex-mdapi/src/classes/MetadataService.cls 9304 26 9304 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6326 /apex-mdapi/src/classes/MetadataService.cls 9304 26 9304 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6327 /apex-mdapi/src/classes/MetadataService.cls 9304 26 9304 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]*'
6327 /apex-mdapi/src/classes/MetadataService.cls 9304 26 9304 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]*'
6328 /apex-mdapi/src/classes/MetadataService.cls 9306 12 9312 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6328 /apex-mdapi/src/classes/MetadataService.cls 9306 12 9312 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6329 /apex-mdapi/src/classes/MetadataService.cls 9308 16 9308 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6329 /apex-mdapi/src/classes/MetadataService.cls 9308 16 9308 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6330 /apex-mdapi/src/classes/MetadataService.cls 9309 26 9309 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6330 /apex-mdapi/src/classes/MetadataService.cls 9309 26 9309 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6331 /apex-mdapi/src/classes/MetadataService.cls 9309 26 9309 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6331 /apex-mdapi/src/classes/MetadataService.cls 9309 26 9309 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6332 /apex-mdapi/src/classes/MetadataService.cls 9310 26 9310 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6332 /apex-mdapi/src/classes/MetadataService.cls 9310 26 9310 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6333 /apex-mdapi/src/classes/MetadataService.cls 9310 26 9310 89 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]*'
6333 /apex-mdapi/src/classes/MetadataService.cls 9310 26 9310 89 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]*'
6334 /apex-mdapi/src/classes/MetadataService.cls 9311 26 9311 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6334 /apex-mdapi/src/classes/MetadataService.cls 9311 26 9311 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6335 /apex-mdapi/src/classes/MetadataService.cls 9311 26 9311 73 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]*'
6335 /apex-mdapi/src/classes/MetadataService.cls 9311 26 9311 73 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]*'
6336 /apex-mdapi/src/classes/MetadataService.cls 9313 12 9319 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6336 /apex-mdapi/src/classes/MetadataService.cls 9313 12 9319 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6337 /apex-mdapi/src/classes/MetadataService.cls 9313 12 9319 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 'readAppMenuResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6337 /apex-mdapi/src/classes/MetadataService.cls 9313 12 9319 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 'readAppMenuResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6338 /apex-mdapi/src/classes/MetadataService.cls 9315 16 9315 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6338 /apex-mdapi/src/classes/MetadataService.cls 9315 16 9315 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6339 /apex-mdapi/src/classes/MetadataService.cls 9316 26 9316 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6339 /apex-mdapi/src/classes/MetadataService.cls 9316 26 9316 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6340 /apex-mdapi/src/classes/MetadataService.cls 9316 26 9316 99 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]*'
6340 /apex-mdapi/src/classes/MetadataService.cls 9316 26 9316 99 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]*'
6341 /apex-mdapi/src/classes/MetadataService.cls 9317 26 9317 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6341 /apex-mdapi/src/classes/MetadataService.cls 9317 26 9317 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6342 /apex-mdapi/src/classes/MetadataService.cls 9317 26 9317 89 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]*'
6342 /apex-mdapi/src/classes/MetadataService.cls 9317 26 9317 89 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]*'
6343 /apex-mdapi/src/classes/MetadataService.cls 9318 26 9318 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6343 /apex-mdapi/src/classes/MetadataService.cls 9318 26 9318 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6344 /apex-mdapi/src/classes/MetadataService.cls 9318 26 9318 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]*'
6344 /apex-mdapi/src/classes/MetadataService.cls 9318 26 9318 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]*'
6345 /apex-mdapi/src/classes/MetadataService.cls 9320 12 9326 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6345 /apex-mdapi/src/classes/MetadataService.cls 9320 12 9326 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6346 /apex-mdapi/src/classes/MetadataService.cls 9322 16 9322 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6346 /apex-mdapi/src/classes/MetadataService.cls 9322 16 9322 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6347 /apex-mdapi/src/classes/MetadataService.cls 9323 26 9323 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6347 /apex-mdapi/src/classes/MetadataService.cls 9323 26 9323 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6348 /apex-mdapi/src/classes/MetadataService.cls 9323 26 9323 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6348 /apex-mdapi/src/classes/MetadataService.cls 9323 26 9323 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6349 /apex-mdapi/src/classes/MetadataService.cls 9324 26 9324 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6349 /apex-mdapi/src/classes/MetadataService.cls 9324 26 9324 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6350 /apex-mdapi/src/classes/MetadataService.cls 9324 26 9324 89 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]*'
6350 /apex-mdapi/src/classes/MetadataService.cls 9324 26 9324 89 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]*'
6351 /apex-mdapi/src/classes/MetadataService.cls 9325 26 9325 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6351 /apex-mdapi/src/classes/MetadataService.cls 9325 26 9325 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6352 /apex-mdapi/src/classes/MetadataService.cls 9325 26 9325 73 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]*'
6352 /apex-mdapi/src/classes/MetadataService.cls 9325 26 9325 73 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]*'
6353 /apex-mdapi/src/classes/MetadataService.cls 9327 12 9333 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6353 /apex-mdapi/src/classes/MetadataService.cls 9327 12 9333 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6354 /apex-mdapi/src/classes/MetadataService.cls 9327 12 9333 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 'readMobileSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6354 /apex-mdapi/src/classes/MetadataService.cls 9327 12 9333 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 'readMobileSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6355 /apex-mdapi/src/classes/MetadataService.cls 9329 16 9329 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6355 /apex-mdapi/src/classes/MetadataService.cls 9329 16 9329 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6356 /apex-mdapi/src/classes/MetadataService.cls 9330 26 9330 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6356 /apex-mdapi/src/classes/MetadataService.cls 9330 26 9330 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6357 /apex-mdapi/src/classes/MetadataService.cls 9330 26 9330 99 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]*'
6357 /apex-mdapi/src/classes/MetadataService.cls 9330 26 9330 99 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]*'
6358 /apex-mdapi/src/classes/MetadataService.cls 9331 26 9331 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6358 /apex-mdapi/src/classes/MetadataService.cls 9331 26 9331 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6359 /apex-mdapi/src/classes/MetadataService.cls 9331 26 9331 89 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]*'
6359 /apex-mdapi/src/classes/MetadataService.cls 9331 26 9331 89 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]*'
6360 /apex-mdapi/src/classes/MetadataService.cls 9332 26 9332 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6360 /apex-mdapi/src/classes/MetadataService.cls 9332 26 9332 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6361 /apex-mdapi/src/classes/MetadataService.cls 9332 26 9332 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]*'
6361 /apex-mdapi/src/classes/MetadataService.cls 9332 26 9332 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]*'
6362 /apex-mdapi/src/classes/MetadataService.cls 9334 12 9340 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6362 /apex-mdapi/src/classes/MetadataService.cls 9334 12 9340 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6363 /apex-mdapi/src/classes/MetadataService.cls 9336 16 9336 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6363 /apex-mdapi/src/classes/MetadataService.cls 9336 16 9336 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6364 /apex-mdapi/src/classes/MetadataService.cls 9337 26 9337 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6364 /apex-mdapi/src/classes/MetadataService.cls 9337 26 9337 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6365 /apex-mdapi/src/classes/MetadataService.cls 9337 26 9337 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6365 /apex-mdapi/src/classes/MetadataService.cls 9337 26 9337 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6366 /apex-mdapi/src/classes/MetadataService.cls 9338 26 9338 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6366 /apex-mdapi/src/classes/MetadataService.cls 9338 26 9338 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6367 /apex-mdapi/src/classes/MetadataService.cls 9338 26 9338 89 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]*'
6367 /apex-mdapi/src/classes/MetadataService.cls 9338 26 9338 89 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]*'
6368 /apex-mdapi/src/classes/MetadataService.cls 9339 26 9339 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6368 /apex-mdapi/src/classes/MetadataService.cls 9339 26 9339 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6369 /apex-mdapi/src/classes/MetadataService.cls 9339 26 9339 73 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]*'
6369 /apex-mdapi/src/classes/MetadataService.cls 9339 26 9339 73 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]*'
6370 /apex-mdapi/src/classes/MetadataService.cls 9341 12 9347 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6370 /apex-mdapi/src/classes/MetadataService.cls 9341 12 9347 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6371 /apex-mdapi/src/classes/MetadataService.cls 9341 12 9347 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 'readNetworkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6371 /apex-mdapi/src/classes/MetadataService.cls 9341 12 9347 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 'readNetworkResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6372 /apex-mdapi/src/classes/MetadataService.cls 9343 16 9343 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6372 /apex-mdapi/src/classes/MetadataService.cls 9343 16 9343 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6373 /apex-mdapi/src/classes/MetadataService.cls 9344 26 9344 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6373 /apex-mdapi/src/classes/MetadataService.cls 9344 26 9344 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6374 /apex-mdapi/src/classes/MetadataService.cls 9344 26 9344 99 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]*'
6374 /apex-mdapi/src/classes/MetadataService.cls 9344 26 9344 99 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]*'
6375 /apex-mdapi/src/classes/MetadataService.cls 9345 26 9345 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6375 /apex-mdapi/src/classes/MetadataService.cls 9345 26 9345 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6376 /apex-mdapi/src/classes/MetadataService.cls 9345 26 9345 89 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]*'
6376 /apex-mdapi/src/classes/MetadataService.cls 9345 26 9345 89 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]*'
6377 /apex-mdapi/src/classes/MetadataService.cls 9346 26 9346 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6377 /apex-mdapi/src/classes/MetadataService.cls 9346 26 9346 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6378 /apex-mdapi/src/classes/MetadataService.cls 9346 26 9346 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]*'
6378 /apex-mdapi/src/classes/MetadataService.cls 9346 26 9346 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]*'
6379 /apex-mdapi/src/classes/MetadataService.cls 9348 12 9354 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6379 /apex-mdapi/src/classes/MetadataService.cls 9348 12 9354 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6380 /apex-mdapi/src/classes/MetadataService.cls 9350 16 9350 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6380 /apex-mdapi/src/classes/MetadataService.cls 9350 16 9350 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6381 /apex-mdapi/src/classes/MetadataService.cls 9351 26 9351 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6381 /apex-mdapi/src/classes/MetadataService.cls 9351 26 9351 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6382 /apex-mdapi/src/classes/MetadataService.cls 9351 26 9351 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6382 /apex-mdapi/src/classes/MetadataService.cls 9351 26 9351 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6383 /apex-mdapi/src/classes/MetadataService.cls 9352 26 9352 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6383 /apex-mdapi/src/classes/MetadataService.cls 9352 26 9352 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6384 /apex-mdapi/src/classes/MetadataService.cls 9352 26 9352 89 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]*'
6384 /apex-mdapi/src/classes/MetadataService.cls 9352 26 9352 89 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]*'
6385 /apex-mdapi/src/classes/MetadataService.cls 9353 26 9353 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6385 /apex-mdapi/src/classes/MetadataService.cls 9353 26 9353 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6386 /apex-mdapi/src/classes/MetadataService.cls 9353 26 9353 73 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]*'
6386 /apex-mdapi/src/classes/MetadataService.cls 9353 26 9353 73 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]*'
6387 /apex-mdapi/src/classes/MetadataService.cls 9355 12 9361 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6387 /apex-mdapi/src/classes/MetadataService.cls 9355 12 9361 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6388 /apex-mdapi/src/classes/MetadataService.cls 9355 12 9361 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 'readCompanySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6388 /apex-mdapi/src/classes/MetadataService.cls 9355 12 9361 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 'readCompanySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6389 /apex-mdapi/src/classes/MetadataService.cls 9357 16 9357 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6389 /apex-mdapi/src/classes/MetadataService.cls 9357 16 9357 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6390 /apex-mdapi/src/classes/MetadataService.cls 9358 26 9358 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6390 /apex-mdapi/src/classes/MetadataService.cls 9358 26 9358 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6391 /apex-mdapi/src/classes/MetadataService.cls 9358 26 9358 99 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]*'
6391 /apex-mdapi/src/classes/MetadataService.cls 9358 26 9358 99 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]*'
6392 /apex-mdapi/src/classes/MetadataService.cls 9359 26 9359 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6392 /apex-mdapi/src/classes/MetadataService.cls 9359 26 9359 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6393 /apex-mdapi/src/classes/MetadataService.cls 9359 26 9359 89 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]*'
6393 /apex-mdapi/src/classes/MetadataService.cls 9359 26 9359 89 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]*'
6394 /apex-mdapi/src/classes/MetadataService.cls 9360 26 9360 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6394 /apex-mdapi/src/classes/MetadataService.cls 9360 26 9360 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6395 /apex-mdapi/src/classes/MetadataService.cls 9360 26 9360 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]*'
6395 /apex-mdapi/src/classes/MetadataService.cls 9360 26 9360 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]*'
6396 /apex-mdapi/src/classes/MetadataService.cls 9362 12 9368 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6396 /apex-mdapi/src/classes/MetadataService.cls 9362 12 9368 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6397 /apex-mdapi/src/classes/MetadataService.cls 9364 16 9364 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6397 /apex-mdapi/src/classes/MetadataService.cls 9364 16 9364 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6398 /apex-mdapi/src/classes/MetadataService.cls 9365 26 9365 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6398 /apex-mdapi/src/classes/MetadataService.cls 9365 26 9365 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6399 /apex-mdapi/src/classes/MetadataService.cls 9365 26 9365 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6399 /apex-mdapi/src/classes/MetadataService.cls 9365 26 9365 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6400 /apex-mdapi/src/classes/MetadataService.cls 9366 26 9366 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6400 /apex-mdapi/src/classes/MetadataService.cls 9366 26 9366 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6401 /apex-mdapi/src/classes/MetadataService.cls 9366 26 9366 89 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]*'
6401 /apex-mdapi/src/classes/MetadataService.cls 9366 26 9366 89 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]*'
6402 /apex-mdapi/src/classes/MetadataService.cls 9367 26 9367 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6402 /apex-mdapi/src/classes/MetadataService.cls 9367 26 9367 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6403 /apex-mdapi/src/classes/MetadataService.cls 9367 26 9367 73 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]*'
6403 /apex-mdapi/src/classes/MetadataService.cls 9367 26 9367 73 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]*'
6404 /apex-mdapi/src/classes/MetadataService.cls 9369 12 9375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6404 /apex-mdapi/src/classes/MetadataService.cls 9369 12 9375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6405 /apex-mdapi/src/classes/MetadataService.cls 9369 12 9375 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 'readForecastingSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6405 /apex-mdapi/src/classes/MetadataService.cls 9369 12 9375 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 'readForecastingSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6406 /apex-mdapi/src/classes/MetadataService.cls 9371 16 9371 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6406 /apex-mdapi/src/classes/MetadataService.cls 9371 16 9371 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6407 /apex-mdapi/src/classes/MetadataService.cls 9372 26 9372 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6407 /apex-mdapi/src/classes/MetadataService.cls 9372 26 9372 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6408 /apex-mdapi/src/classes/MetadataService.cls 9372 26 9372 99 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]*'
6408 /apex-mdapi/src/classes/MetadataService.cls 9372 26 9372 99 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]*'
6409 /apex-mdapi/src/classes/MetadataService.cls 9373 26 9373 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6409 /apex-mdapi/src/classes/MetadataService.cls 9373 26 9373 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6410 /apex-mdapi/src/classes/MetadataService.cls 9373 26 9373 89 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]*'
6410 /apex-mdapi/src/classes/MetadataService.cls 9373 26 9373 89 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]*'
6411 /apex-mdapi/src/classes/MetadataService.cls 9374 26 9374 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6411 /apex-mdapi/src/classes/MetadataService.cls 9374 26 9374 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6412 /apex-mdapi/src/classes/MetadataService.cls 9374 26 9374 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]*'
6412 /apex-mdapi/src/classes/MetadataService.cls 9374 26 9374 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]*'
6413 /apex-mdapi/src/classes/MetadataService.cls 9376 12 9382 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6413 /apex-mdapi/src/classes/MetadataService.cls 9376 12 9382 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6414 /apex-mdapi/src/classes/MetadataService.cls 9378 16 9378 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6414 /apex-mdapi/src/classes/MetadataService.cls 9378 16 9378 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6415 /apex-mdapi/src/classes/MetadataService.cls 9379 26 9379 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6415 /apex-mdapi/src/classes/MetadataService.cls 9379 26 9379 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6416 /apex-mdapi/src/classes/MetadataService.cls 9379 26 9379 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6416 /apex-mdapi/src/classes/MetadataService.cls 9379 26 9379 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6417 /apex-mdapi/src/classes/MetadataService.cls 9380 26 9380 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6417 /apex-mdapi/src/classes/MetadataService.cls 9380 26 9380 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6418 /apex-mdapi/src/classes/MetadataService.cls 9380 26 9380 89 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]*'
6418 /apex-mdapi/src/classes/MetadataService.cls 9380 26 9380 89 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]*'
6419 /apex-mdapi/src/classes/MetadataService.cls 9381 26 9381 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6419 /apex-mdapi/src/classes/MetadataService.cls 9381 26 9381 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6420 /apex-mdapi/src/classes/MetadataService.cls 9381 26 9381 73 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]*'
6420 /apex-mdapi/src/classes/MetadataService.cls 9381 26 9381 73 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]*'
6421 /apex-mdapi/src/classes/MetadataService.cls 9383 12 9389 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6421 /apex-mdapi/src/classes/MetadataService.cls 9383 12 9389 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6422 /apex-mdapi/src/classes/MetadataService.cls 9383 12 9389 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 'readSamlSsoConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6422 /apex-mdapi/src/classes/MetadataService.cls 9383 12 9389 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 'readSamlSsoConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6423 /apex-mdapi/src/classes/MetadataService.cls 9385 16 9385 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6423 /apex-mdapi/src/classes/MetadataService.cls 9385 16 9385 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6424 /apex-mdapi/src/classes/MetadataService.cls 9386 26 9386 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6424 /apex-mdapi/src/classes/MetadataService.cls 9386 26 9386 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6425 /apex-mdapi/src/classes/MetadataService.cls 9386 26 9386 99 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]*'
6425 /apex-mdapi/src/classes/MetadataService.cls 9386 26 9386 99 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]*'
6426 /apex-mdapi/src/classes/MetadataService.cls 9387 26 9387 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6426 /apex-mdapi/src/classes/MetadataService.cls 9387 26 9387 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6427 /apex-mdapi/src/classes/MetadataService.cls 9387 26 9387 89 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]*'
6427 /apex-mdapi/src/classes/MetadataService.cls 9387 26 9387 89 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]*'
6428 /apex-mdapi/src/classes/MetadataService.cls 9388 26 9388 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6428 /apex-mdapi/src/classes/MetadataService.cls 9388 26 9388 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6429 /apex-mdapi/src/classes/MetadataService.cls 9388 26 9388 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]*'
6429 /apex-mdapi/src/classes/MetadataService.cls 9388 26 9388 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]*'
6430 /apex-mdapi/src/classes/MetadataService.cls 9390 12 9396 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6430 /apex-mdapi/src/classes/MetadataService.cls 9390 12 9396 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6431 /apex-mdapi/src/classes/MetadataService.cls 9392 16 9392 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6431 /apex-mdapi/src/classes/MetadataService.cls 9392 16 9392 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6432 /apex-mdapi/src/classes/MetadataService.cls 9393 26 9393 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6432 /apex-mdapi/src/classes/MetadataService.cls 9393 26 9393 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6433 /apex-mdapi/src/classes/MetadataService.cls 9393 26 9393 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6433 /apex-mdapi/src/classes/MetadataService.cls 9393 26 9393 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6434 /apex-mdapi/src/classes/MetadataService.cls 9394 26 9394 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6434 /apex-mdapi/src/classes/MetadataService.cls 9394 26 9394 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6435 /apex-mdapi/src/classes/MetadataService.cls 9394 26 9394 89 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]*'
6435 /apex-mdapi/src/classes/MetadataService.cls 9394 26 9394 89 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]*'
6436 /apex-mdapi/src/classes/MetadataService.cls 9395 26 9395 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6436 /apex-mdapi/src/classes/MetadataService.cls 9395 26 9395 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6437 /apex-mdapi/src/classes/MetadataService.cls 9395 26 9395 73 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]*'
6437 /apex-mdapi/src/classes/MetadataService.cls 9395 26 9395 73 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]*'
6438 /apex-mdapi/src/classes/MetadataService.cls 9397 12 9403 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6438 /apex-mdapi/src/classes/MetadataService.cls 9397 12 9403 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6439 /apex-mdapi/src/classes/MetadataService.cls 9397 12 9403 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 'readLiveAgentSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6439 /apex-mdapi/src/classes/MetadataService.cls 9397 12 9403 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 'readLiveAgentSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6440 /apex-mdapi/src/classes/MetadataService.cls 9399 16 9399 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6440 /apex-mdapi/src/classes/MetadataService.cls 9399 16 9399 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6441 /apex-mdapi/src/classes/MetadataService.cls 9400 26 9400 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6441 /apex-mdapi/src/classes/MetadataService.cls 9400 26 9400 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6442 /apex-mdapi/src/classes/MetadataService.cls 9400 26 9400 99 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]*'
6442 /apex-mdapi/src/classes/MetadataService.cls 9400 26 9400 99 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]*'
6443 /apex-mdapi/src/classes/MetadataService.cls 9401 26 9401 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6443 /apex-mdapi/src/classes/MetadataService.cls 9401 26 9401 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6444 /apex-mdapi/src/classes/MetadataService.cls 9401 26 9401 89 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]*'
6444 /apex-mdapi/src/classes/MetadataService.cls 9401 26 9401 89 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]*'
6445 /apex-mdapi/src/classes/MetadataService.cls 9402 26 9402 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6445 /apex-mdapi/src/classes/MetadataService.cls 9402 26 9402 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6446 /apex-mdapi/src/classes/MetadataService.cls 9402 26 9402 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]*'
6446 /apex-mdapi/src/classes/MetadataService.cls 9402 26 9402 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]*'
6447 /apex-mdapi/src/classes/MetadataService.cls 9404 12 9410 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6447 /apex-mdapi/src/classes/MetadataService.cls 9404 12 9410 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6448 /apex-mdapi/src/classes/MetadataService.cls 9406 16 9406 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6448 /apex-mdapi/src/classes/MetadataService.cls 9406 16 9406 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6449 /apex-mdapi/src/classes/MetadataService.cls 9407 26 9407 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6449 /apex-mdapi/src/classes/MetadataService.cls 9407 26 9407 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6450 /apex-mdapi/src/classes/MetadataService.cls 9407 26 9407 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6450 /apex-mdapi/src/classes/MetadataService.cls 9407 26 9407 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6451 /apex-mdapi/src/classes/MetadataService.cls 9408 26 9408 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6451 /apex-mdapi/src/classes/MetadataService.cls 9408 26 9408 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6452 /apex-mdapi/src/classes/MetadataService.cls 9408 26 9408 89 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]*'
6452 /apex-mdapi/src/classes/MetadataService.cls 9408 26 9408 89 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]*'
6453 /apex-mdapi/src/classes/MetadataService.cls 9409 26 9409 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6453 /apex-mdapi/src/classes/MetadataService.cls 9409 26 9409 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6454 /apex-mdapi/src/classes/MetadataService.cls 9409 26 9409 73 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]*'
6454 /apex-mdapi/src/classes/MetadataService.cls 9409 26 9409 73 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]*'
6455 /apex-mdapi/src/classes/MetadataService.cls 9411 12 9417 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6455 /apex-mdapi/src/classes/MetadataService.cls 9411 12 9417 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6456 /apex-mdapi/src/classes/MetadataService.cls 9411 12 9417 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 'readSkillResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6456 /apex-mdapi/src/classes/MetadataService.cls 9411 12 9417 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 'readSkillResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6457 /apex-mdapi/src/classes/MetadataService.cls 9413 16 9413 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6457 /apex-mdapi/src/classes/MetadataService.cls 9413 16 9413 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6458 /apex-mdapi/src/classes/MetadataService.cls 9414 26 9414 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6458 /apex-mdapi/src/classes/MetadataService.cls 9414 26 9414 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6459 /apex-mdapi/src/classes/MetadataService.cls 9414 26 9414 99 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]*'
6459 /apex-mdapi/src/classes/MetadataService.cls 9414 26 9414 99 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]*'
6460 /apex-mdapi/src/classes/MetadataService.cls 9415 26 9415 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6460 /apex-mdapi/src/classes/MetadataService.cls 9415 26 9415 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6461 /apex-mdapi/src/classes/MetadataService.cls 9415 26 9415 89 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]*'
6461 /apex-mdapi/src/classes/MetadataService.cls 9415 26 9415 89 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]*'
6462 /apex-mdapi/src/classes/MetadataService.cls 9416 26 9416 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6462 /apex-mdapi/src/classes/MetadataService.cls 9416 26 9416 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6463 /apex-mdapi/src/classes/MetadataService.cls 9416 26 9416 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]*'
6463 /apex-mdapi/src/classes/MetadataService.cls 9416 26 9416 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]*'
6464 /apex-mdapi/src/classes/MetadataService.cls 9418 12 9424 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6464 /apex-mdapi/src/classes/MetadataService.cls 9418 12 9424 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6465 /apex-mdapi/src/classes/MetadataService.cls 9420 16 9420 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6465 /apex-mdapi/src/classes/MetadataService.cls 9420 16 9420 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6466 /apex-mdapi/src/classes/MetadataService.cls 9421 26 9421 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6466 /apex-mdapi/src/classes/MetadataService.cls 9421 26 9421 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6467 /apex-mdapi/src/classes/MetadataService.cls 9421 26 9421 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6467 /apex-mdapi/src/classes/MetadataService.cls 9421 26 9421 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6468 /apex-mdapi/src/classes/MetadataService.cls 9422 26 9422 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6468 /apex-mdapi/src/classes/MetadataService.cls 9422 26 9422 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6469 /apex-mdapi/src/classes/MetadataService.cls 9422 26 9422 89 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]*'
6469 /apex-mdapi/src/classes/MetadataService.cls 9422 26 9422 89 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]*'
6470 /apex-mdapi/src/classes/MetadataService.cls 9423 26 9423 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6470 /apex-mdapi/src/classes/MetadataService.cls 9423 26 9423 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6471 /apex-mdapi/src/classes/MetadataService.cls 9423 26 9423 73 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]*'
6471 /apex-mdapi/src/classes/MetadataService.cls 9423 26 9423 73 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]*'
6472 /apex-mdapi/src/classes/MetadataService.cls 9425 12 9431 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6472 /apex-mdapi/src/classes/MetadataService.cls 9425 12 9431 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6473 /apex-mdapi/src/classes/MetadataService.cls 9425 12 9431 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 'readLiveChatDeploymentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6473 /apex-mdapi/src/classes/MetadataService.cls 9425 12 9431 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 'readLiveChatDeploymentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6474 /apex-mdapi/src/classes/MetadataService.cls 9427 16 9427 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6474 /apex-mdapi/src/classes/MetadataService.cls 9427 16 9427 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6475 /apex-mdapi/src/classes/MetadataService.cls 9428 26 9428 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6475 /apex-mdapi/src/classes/MetadataService.cls 9428 26 9428 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6476 /apex-mdapi/src/classes/MetadataService.cls 9428 26 9428 99 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]*'
6476 /apex-mdapi/src/classes/MetadataService.cls 9428 26 9428 99 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]*'
6477 /apex-mdapi/src/classes/MetadataService.cls 9429 26 9429 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6477 /apex-mdapi/src/classes/MetadataService.cls 9429 26 9429 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6478 /apex-mdapi/src/classes/MetadataService.cls 9429 26 9429 89 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]*'
6478 /apex-mdapi/src/classes/MetadataService.cls 9429 26 9429 89 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]*'
6479 /apex-mdapi/src/classes/MetadataService.cls 9430 26 9430 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6479 /apex-mdapi/src/classes/MetadataService.cls 9430 26 9430 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6480 /apex-mdapi/src/classes/MetadataService.cls 9430 26 9430 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]*'
6480 /apex-mdapi/src/classes/MetadataService.cls 9430 26 9430 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]*'
6481 /apex-mdapi/src/classes/MetadataService.cls 9432 12 9438 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6481 /apex-mdapi/src/classes/MetadataService.cls 9432 12 9438 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6482 /apex-mdapi/src/classes/MetadataService.cls 9434 16 9434 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6482 /apex-mdapi/src/classes/MetadataService.cls 9434 16 9434 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6483 /apex-mdapi/src/classes/MetadataService.cls 9435 26 9435 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6483 /apex-mdapi/src/classes/MetadataService.cls 9435 26 9435 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6484 /apex-mdapi/src/classes/MetadataService.cls 9435 26 9435 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6484 /apex-mdapi/src/classes/MetadataService.cls 9435 26 9435 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6485 /apex-mdapi/src/classes/MetadataService.cls 9436 26 9436 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6485 /apex-mdapi/src/classes/MetadataService.cls 9436 26 9436 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6486 /apex-mdapi/src/classes/MetadataService.cls 9436 26 9436 89 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]*'
6486 /apex-mdapi/src/classes/MetadataService.cls 9436 26 9436 89 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]*'
6487 /apex-mdapi/src/classes/MetadataService.cls 9437 26 9437 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6487 /apex-mdapi/src/classes/MetadataService.cls 9437 26 9437 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6488 /apex-mdapi/src/classes/MetadataService.cls 9437 26 9437 73 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]*'
6488 /apex-mdapi/src/classes/MetadataService.cls 9437 26 9437 73 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]*'
6489 /apex-mdapi/src/classes/MetadataService.cls 9439 12 9445 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6489 /apex-mdapi/src/classes/MetadataService.cls 9439 12 9445 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6490 /apex-mdapi/src/classes/MetadataService.cls 9439 12 9445 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 'readLiveChatButtonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6490 /apex-mdapi/src/classes/MetadataService.cls 9439 12 9445 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 'readLiveChatButtonResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6491 /apex-mdapi/src/classes/MetadataService.cls 9441 16 9441 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6491 /apex-mdapi/src/classes/MetadataService.cls 9441 16 9441 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6492 /apex-mdapi/src/classes/MetadataService.cls 9442 26 9442 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6492 /apex-mdapi/src/classes/MetadataService.cls 9442 26 9442 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6493 /apex-mdapi/src/classes/MetadataService.cls 9442 26 9442 99 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]*'
6493 /apex-mdapi/src/classes/MetadataService.cls 9442 26 9442 99 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]*'
6494 /apex-mdapi/src/classes/MetadataService.cls 9443 26 9443 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6494 /apex-mdapi/src/classes/MetadataService.cls 9443 26 9443 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6495 /apex-mdapi/src/classes/MetadataService.cls 9443 26 9443 89 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]*'
6495 /apex-mdapi/src/classes/MetadataService.cls 9443 26 9443 89 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]*'
6496 /apex-mdapi/src/classes/MetadataService.cls 9444 26 9444 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6496 /apex-mdapi/src/classes/MetadataService.cls 9444 26 9444 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6497 /apex-mdapi/src/classes/MetadataService.cls 9444 26 9444 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]*'
6497 /apex-mdapi/src/classes/MetadataService.cls 9444 26 9444 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]*'
6498 /apex-mdapi/src/classes/MetadataService.cls 9446 12 9452 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6498 /apex-mdapi/src/classes/MetadataService.cls 9446 12 9452 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6499 /apex-mdapi/src/classes/MetadataService.cls 9448 16 9448 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6499 /apex-mdapi/src/classes/MetadataService.cls 9448 16 9448 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6500 /apex-mdapi/src/classes/MetadataService.cls 9449 26 9449 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6500 /apex-mdapi/src/classes/MetadataService.cls 9449 26 9449 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6501 /apex-mdapi/src/classes/MetadataService.cls 9449 26 9449 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6501 /apex-mdapi/src/classes/MetadataService.cls 9449 26 9449 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6502 /apex-mdapi/src/classes/MetadataService.cls 9450 26 9450 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6502 /apex-mdapi/src/classes/MetadataService.cls 9450 26 9450 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6503 /apex-mdapi/src/classes/MetadataService.cls 9450 26 9450 89 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]*'
6503 /apex-mdapi/src/classes/MetadataService.cls 9450 26 9450 89 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]*'
6504 /apex-mdapi/src/classes/MetadataService.cls 9451 26 9451 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6504 /apex-mdapi/src/classes/MetadataService.cls 9451 26 9451 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6505 /apex-mdapi/src/classes/MetadataService.cls 9451 26 9451 73 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]*'
6505 /apex-mdapi/src/classes/MetadataService.cls 9451 26 9451 73 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]*'
6506 /apex-mdapi/src/classes/MetadataService.cls 9453 12 9459 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6506 /apex-mdapi/src/classes/MetadataService.cls 9453 12 9459 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6507 /apex-mdapi/src/classes/MetadataService.cls 9453 12 9459 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 'readLiveChatAgentConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6507 /apex-mdapi/src/classes/MetadataService.cls 9453 12 9459 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 'readLiveChatAgentConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6508 /apex-mdapi/src/classes/MetadataService.cls 9455 16 9455 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6508 /apex-mdapi/src/classes/MetadataService.cls 9455 16 9455 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6509 /apex-mdapi/src/classes/MetadataService.cls 9456 26 9456 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6509 /apex-mdapi/src/classes/MetadataService.cls 9456 26 9456 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6510 /apex-mdapi/src/classes/MetadataService.cls 9456 26 9456 99 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]*'
6510 /apex-mdapi/src/classes/MetadataService.cls 9456 26 9456 99 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]*'
6511 /apex-mdapi/src/classes/MetadataService.cls 9457 26 9457 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6511 /apex-mdapi/src/classes/MetadataService.cls 9457 26 9457 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6512 /apex-mdapi/src/classes/MetadataService.cls 9457 26 9457 89 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]*'
6512 /apex-mdapi/src/classes/MetadataService.cls 9457 26 9457 89 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]*'
6513 /apex-mdapi/src/classes/MetadataService.cls 9458 26 9458 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6513 /apex-mdapi/src/classes/MetadataService.cls 9458 26 9458 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6514 /apex-mdapi/src/classes/MetadataService.cls 9458 26 9458 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]*'
6514 /apex-mdapi/src/classes/MetadataService.cls 9458 26 9458 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]*'
6515 /apex-mdapi/src/classes/MetadataService.cls 9460 12 9466 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6515 /apex-mdapi/src/classes/MetadataService.cls 9460 12 9466 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6516 /apex-mdapi/src/classes/MetadataService.cls 9462 16 9462 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6516 /apex-mdapi/src/classes/MetadataService.cls 9462 16 9462 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6517 /apex-mdapi/src/classes/MetadataService.cls 9463 26 9463 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6517 /apex-mdapi/src/classes/MetadataService.cls 9463 26 9463 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6518 /apex-mdapi/src/classes/MetadataService.cls 9463 26 9463 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6518 /apex-mdapi/src/classes/MetadataService.cls 9463 26 9463 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6519 /apex-mdapi/src/classes/MetadataService.cls 9464 26 9464 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6519 /apex-mdapi/src/classes/MetadataService.cls 9464 26 9464 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6520 /apex-mdapi/src/classes/MetadataService.cls 9464 26 9464 89 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]*'
6520 /apex-mdapi/src/classes/MetadataService.cls 9464 26 9464 89 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]*'
6521 /apex-mdapi/src/classes/MetadataService.cls 9465 26 9465 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6521 /apex-mdapi/src/classes/MetadataService.cls 9465 26 9465 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6522 /apex-mdapi/src/classes/MetadataService.cls 9465 26 9465 73 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]*'
6522 /apex-mdapi/src/classes/MetadataService.cls 9465 26 9465 73 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]*'
6523 /apex-mdapi/src/classes/MetadataService.cls 9467 12 9473 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6523 /apex-mdapi/src/classes/MetadataService.cls 9467 12 9473 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6524 /apex-mdapi/src/classes/MetadataService.cls 9467 12 9473 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 'readSynonymDictionaryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6524 /apex-mdapi/src/classes/MetadataService.cls 9467 12 9473 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 'readSynonymDictionaryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6525 /apex-mdapi/src/classes/MetadataService.cls 9469 16 9469 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6525 /apex-mdapi/src/classes/MetadataService.cls 9469 16 9469 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6526 /apex-mdapi/src/classes/MetadataService.cls 9470 26 9470 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6526 /apex-mdapi/src/classes/MetadataService.cls 9470 26 9470 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6527 /apex-mdapi/src/classes/MetadataService.cls 9470 26 9470 99 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]*'
6527 /apex-mdapi/src/classes/MetadataService.cls 9470 26 9470 99 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]*'
6528 /apex-mdapi/src/classes/MetadataService.cls 9471 26 9471 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6528 /apex-mdapi/src/classes/MetadataService.cls 9471 26 9471 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6529 /apex-mdapi/src/classes/MetadataService.cls 9471 26 9471 89 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]*'
6529 /apex-mdapi/src/classes/MetadataService.cls 9471 26 9471 89 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]*'
6530 /apex-mdapi/src/classes/MetadataService.cls 9472 26 9472 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6530 /apex-mdapi/src/classes/MetadataService.cls 9472 26 9472 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6531 /apex-mdapi/src/classes/MetadataService.cls 9472 26 9472 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]*'
6531 /apex-mdapi/src/classes/MetadataService.cls 9472 26 9472 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]*'
6532 /apex-mdapi/src/classes/MetadataService.cls 9474 12 9480 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6532 /apex-mdapi/src/classes/MetadataService.cls 9474 12 9480 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6533 /apex-mdapi/src/classes/MetadataService.cls 9476 16 9476 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6533 /apex-mdapi/src/classes/MetadataService.cls 9476 16 9476 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6534 /apex-mdapi/src/classes/MetadataService.cls 9477 26 9477 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6534 /apex-mdapi/src/classes/MetadataService.cls 9477 26 9477 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6535 /apex-mdapi/src/classes/MetadataService.cls 9477 26 9477 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6535 /apex-mdapi/src/classes/MetadataService.cls 9477 26 9477 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6536 /apex-mdapi/src/classes/MetadataService.cls 9478 26 9478 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6536 /apex-mdapi/src/classes/MetadataService.cls 9478 26 9478 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6537 /apex-mdapi/src/classes/MetadataService.cls 9478 26 9478 89 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]*'
6537 /apex-mdapi/src/classes/MetadataService.cls 9478 26 9478 89 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]*'
6538 /apex-mdapi/src/classes/MetadataService.cls 9479 26 9479 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6538 /apex-mdapi/src/classes/MetadataService.cls 9479 26 9479 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6539 /apex-mdapi/src/classes/MetadataService.cls 9479 26 9479 73 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]*'
6539 /apex-mdapi/src/classes/MetadataService.cls 9479 26 9479 73 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]*'
6540 /apex-mdapi/src/classes/MetadataService.cls 9481 12 9487 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6540 /apex-mdapi/src/classes/MetadataService.cls 9481 12 9487 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6541 /apex-mdapi/src/classes/MetadataService.cls 9481 12 9487 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 'readFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6541 /apex-mdapi/src/classes/MetadataService.cls 9481 12 9487 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 'readFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6542 /apex-mdapi/src/classes/MetadataService.cls 9483 16 9483 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6542 /apex-mdapi/src/classes/MetadataService.cls 9483 16 9483 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6543 /apex-mdapi/src/classes/MetadataService.cls 9484 26 9484 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6543 /apex-mdapi/src/classes/MetadataService.cls 9484 26 9484 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6544 /apex-mdapi/src/classes/MetadataService.cls 9484 26 9484 99 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]*'
6544 /apex-mdapi/src/classes/MetadataService.cls 9484 26 9484 99 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]*'
6545 /apex-mdapi/src/classes/MetadataService.cls 9485 26 9485 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6545 /apex-mdapi/src/classes/MetadataService.cls 9485 26 9485 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6546 /apex-mdapi/src/classes/MetadataService.cls 9485 26 9485 89 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]*'
6546 /apex-mdapi/src/classes/MetadataService.cls 9485 26 9485 89 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]*'
6547 /apex-mdapi/src/classes/MetadataService.cls 9486 26 9486 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6547 /apex-mdapi/src/classes/MetadataService.cls 9486 26 9486 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6548 /apex-mdapi/src/classes/MetadataService.cls 9486 26 9486 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]*'
6548 /apex-mdapi/src/classes/MetadataService.cls 9486 26 9486 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]*'
6549 /apex-mdapi/src/classes/MetadataService.cls 9488 12 9494 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6549 /apex-mdapi/src/classes/MetadataService.cls 9488 12 9494 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6550 /apex-mdapi/src/classes/MetadataService.cls 9490 16 9490 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6550 /apex-mdapi/src/classes/MetadataService.cls 9490 16 9490 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6551 /apex-mdapi/src/classes/MetadataService.cls 9491 26 9491 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6551 /apex-mdapi/src/classes/MetadataService.cls 9491 26 9491 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6552 /apex-mdapi/src/classes/MetadataService.cls 9491 26 9491 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6552 /apex-mdapi/src/classes/MetadataService.cls 9491 26 9491 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6553 /apex-mdapi/src/classes/MetadataService.cls 9492 26 9492 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6553 /apex-mdapi/src/classes/MetadataService.cls 9492 26 9492 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6554 /apex-mdapi/src/classes/MetadataService.cls 9492 26 9492 89 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]*'
6554 /apex-mdapi/src/classes/MetadataService.cls 9492 26 9492 89 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]*'
6555 /apex-mdapi/src/classes/MetadataService.cls 9493 26 9493 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6555 /apex-mdapi/src/classes/MetadataService.cls 9493 26 9493 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6556 /apex-mdapi/src/classes/MetadataService.cls 9493 26 9493 73 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]*'
6556 /apex-mdapi/src/classes/MetadataService.cls 9493 26 9493 73 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]*'
6557 /apex-mdapi/src/classes/MetadataService.cls 9495 12 9501 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6557 /apex-mdapi/src/classes/MetadataService.cls 9495 12 9501 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6558 /apex-mdapi/src/classes/MetadataService.cls 9495 12 9501 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 'readReportFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6558 /apex-mdapi/src/classes/MetadataService.cls 9495 12 9501 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 'readReportFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6559 /apex-mdapi/src/classes/MetadataService.cls 9497 16 9497 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6559 /apex-mdapi/src/classes/MetadataService.cls 9497 16 9497 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6560 /apex-mdapi/src/classes/MetadataService.cls 9498 26 9498 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6560 /apex-mdapi/src/classes/MetadataService.cls 9498 26 9498 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6561 /apex-mdapi/src/classes/MetadataService.cls 9498 26 9498 99 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]*'
6561 /apex-mdapi/src/classes/MetadataService.cls 9498 26 9498 99 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]*'
6562 /apex-mdapi/src/classes/MetadataService.cls 9499 26 9499 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6562 /apex-mdapi/src/classes/MetadataService.cls 9499 26 9499 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6563 /apex-mdapi/src/classes/MetadataService.cls 9499 26 9499 89 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]*'
6563 /apex-mdapi/src/classes/MetadataService.cls 9499 26 9499 89 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]*'
6564 /apex-mdapi/src/classes/MetadataService.cls 9500 26 9500 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6564 /apex-mdapi/src/classes/MetadataService.cls 9500 26 9500 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6565 /apex-mdapi/src/classes/MetadataService.cls 9500 26 9500 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]*'
6565 /apex-mdapi/src/classes/MetadataService.cls 9500 26 9500 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]*'
6566 /apex-mdapi/src/classes/MetadataService.cls 9502 12 9508 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6566 /apex-mdapi/src/classes/MetadataService.cls 9502 12 9508 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6567 /apex-mdapi/src/classes/MetadataService.cls 9504 16 9504 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6567 /apex-mdapi/src/classes/MetadataService.cls 9504 16 9504 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6568 /apex-mdapi/src/classes/MetadataService.cls 9505 26 9505 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6568 /apex-mdapi/src/classes/MetadataService.cls 9505 26 9505 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6569 /apex-mdapi/src/classes/MetadataService.cls 9505 26 9505 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6569 /apex-mdapi/src/classes/MetadataService.cls 9505 26 9505 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6570 /apex-mdapi/src/classes/MetadataService.cls 9506 26 9506 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6570 /apex-mdapi/src/classes/MetadataService.cls 9506 26 9506 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6571 /apex-mdapi/src/classes/MetadataService.cls 9506 26 9506 89 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]*'
6571 /apex-mdapi/src/classes/MetadataService.cls 9506 26 9506 89 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]*'
6572 /apex-mdapi/src/classes/MetadataService.cls 9507 26 9507 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6572 /apex-mdapi/src/classes/MetadataService.cls 9507 26 9507 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6573 /apex-mdapi/src/classes/MetadataService.cls 9507 26 9507 73 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]*'
6573 /apex-mdapi/src/classes/MetadataService.cls 9507 26 9507 73 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]*'
6574 /apex-mdapi/src/classes/MetadataService.cls 9509 12 9515 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6574 /apex-mdapi/src/classes/MetadataService.cls 9509 12 9515 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6575 /apex-mdapi/src/classes/MetadataService.cls 9509 12 9515 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 'readDashboardFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6575 /apex-mdapi/src/classes/MetadataService.cls 9509 12 9515 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 'readDashboardFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6576 /apex-mdapi/src/classes/MetadataService.cls 9511 16 9511 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6576 /apex-mdapi/src/classes/MetadataService.cls 9511 16 9511 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6577 /apex-mdapi/src/classes/MetadataService.cls 9512 26 9512 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6577 /apex-mdapi/src/classes/MetadataService.cls 9512 26 9512 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6578 /apex-mdapi/src/classes/MetadataService.cls 9512 26 9512 99 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]*'
6578 /apex-mdapi/src/classes/MetadataService.cls 9512 26 9512 99 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]*'
6579 /apex-mdapi/src/classes/MetadataService.cls 9513 26 9513 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6579 /apex-mdapi/src/classes/MetadataService.cls 9513 26 9513 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6580 /apex-mdapi/src/classes/MetadataService.cls 9513 26 9513 89 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]*'
6580 /apex-mdapi/src/classes/MetadataService.cls 9513 26 9513 89 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]*'
6581 /apex-mdapi/src/classes/MetadataService.cls 9514 26 9514 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6581 /apex-mdapi/src/classes/MetadataService.cls 9514 26 9514 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6582 /apex-mdapi/src/classes/MetadataService.cls 9514 26 9514 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]*'
6582 /apex-mdapi/src/classes/MetadataService.cls 9514 26 9514 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]*'
6583 /apex-mdapi/src/classes/MetadataService.cls 9516 12 9522 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6583 /apex-mdapi/src/classes/MetadataService.cls 9516 12 9522 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6584 /apex-mdapi/src/classes/MetadataService.cls 9518 16 9518 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6584 /apex-mdapi/src/classes/MetadataService.cls 9518 16 9518 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6585 /apex-mdapi/src/classes/MetadataService.cls 9519 26 9519 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6585 /apex-mdapi/src/classes/MetadataService.cls 9519 26 9519 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6586 /apex-mdapi/src/classes/MetadataService.cls 9519 26 9519 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6586 /apex-mdapi/src/classes/MetadataService.cls 9519 26 9519 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6587 /apex-mdapi/src/classes/MetadataService.cls 9520 26 9520 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6587 /apex-mdapi/src/classes/MetadataService.cls 9520 26 9520 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6588 /apex-mdapi/src/classes/MetadataService.cls 9520 26 9520 89 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]*'
6588 /apex-mdapi/src/classes/MetadataService.cls 9520 26 9520 89 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]*'
6589 /apex-mdapi/src/classes/MetadataService.cls 9521 26 9521 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6589 /apex-mdapi/src/classes/MetadataService.cls 9521 26 9521 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6590 /apex-mdapi/src/classes/MetadataService.cls 9521 26 9521 73 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]*'
6590 /apex-mdapi/src/classes/MetadataService.cls 9521 26 9521 73 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]*'
6591 /apex-mdapi/src/classes/MetadataService.cls 9523 12 9529 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6591 /apex-mdapi/src/classes/MetadataService.cls 9523 12 9529 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6592 /apex-mdapi/src/classes/MetadataService.cls 9523 12 9529 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 'readDocumentFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6592 /apex-mdapi/src/classes/MetadataService.cls 9523 12 9529 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 'readDocumentFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6593 /apex-mdapi/src/classes/MetadataService.cls 9525 16 9525 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6593 /apex-mdapi/src/classes/MetadataService.cls 9525 16 9525 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6594 /apex-mdapi/src/classes/MetadataService.cls 9526 26 9526 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6594 /apex-mdapi/src/classes/MetadataService.cls 9526 26 9526 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6595 /apex-mdapi/src/classes/MetadataService.cls 9526 26 9526 99 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]*'
6595 /apex-mdapi/src/classes/MetadataService.cls 9526 26 9526 99 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]*'
6596 /apex-mdapi/src/classes/MetadataService.cls 9527 26 9527 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6596 /apex-mdapi/src/classes/MetadataService.cls 9527 26 9527 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6597 /apex-mdapi/src/classes/MetadataService.cls 9527 26 9527 89 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]*'
6597 /apex-mdapi/src/classes/MetadataService.cls 9527 26 9527 89 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]*'
6598 /apex-mdapi/src/classes/MetadataService.cls 9528 26 9528 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6598 /apex-mdapi/src/classes/MetadataService.cls 9528 26 9528 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6599 /apex-mdapi/src/classes/MetadataService.cls 9528 26 9528 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]*'
6599 /apex-mdapi/src/classes/MetadataService.cls 9528 26 9528 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]*'
6600 /apex-mdapi/src/classes/MetadataService.cls 9530 12 9536 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6600 /apex-mdapi/src/classes/MetadataService.cls 9530 12 9536 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6601 /apex-mdapi/src/classes/MetadataService.cls 9532 16 9532 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6601 /apex-mdapi/src/classes/MetadataService.cls 9532 16 9532 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6602 /apex-mdapi/src/classes/MetadataService.cls 9533 26 9533 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6602 /apex-mdapi/src/classes/MetadataService.cls 9533 26 9533 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6603 /apex-mdapi/src/classes/MetadataService.cls 9533 26 9533 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6603 /apex-mdapi/src/classes/MetadataService.cls 9533 26 9533 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6604 /apex-mdapi/src/classes/MetadataService.cls 9534 26 9534 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6604 /apex-mdapi/src/classes/MetadataService.cls 9534 26 9534 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6605 /apex-mdapi/src/classes/MetadataService.cls 9534 26 9534 89 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]*'
6605 /apex-mdapi/src/classes/MetadataService.cls 9534 26 9534 89 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]*'
6606 /apex-mdapi/src/classes/MetadataService.cls 9535 26 9535 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6606 /apex-mdapi/src/classes/MetadataService.cls 9535 26 9535 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6607 /apex-mdapi/src/classes/MetadataService.cls 9535 26 9535 73 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]*'
6607 /apex-mdapi/src/classes/MetadataService.cls 9535 26 9535 73 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]*'
6608 /apex-mdapi/src/classes/MetadataService.cls 9537 12 9543 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6608 /apex-mdapi/src/classes/MetadataService.cls 9537 12 9543 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6609 /apex-mdapi/src/classes/MetadataService.cls 9537 12 9543 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 'readEmailFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6609 /apex-mdapi/src/classes/MetadataService.cls 9537 12 9543 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 'readEmailFolderResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6610 /apex-mdapi/src/classes/MetadataService.cls 9539 16 9539 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6610 /apex-mdapi/src/classes/MetadataService.cls 9539 16 9539 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6611 /apex-mdapi/src/classes/MetadataService.cls 9540 26 9540 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6611 /apex-mdapi/src/classes/MetadataService.cls 9540 26 9540 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6612 /apex-mdapi/src/classes/MetadataService.cls 9540 26 9540 99 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]*'
6612 /apex-mdapi/src/classes/MetadataService.cls 9540 26 9540 99 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]*'
6613 /apex-mdapi/src/classes/MetadataService.cls 9541 26 9541 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6613 /apex-mdapi/src/classes/MetadataService.cls 9541 26 9541 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6614 /apex-mdapi/src/classes/MetadataService.cls 9541 26 9541 89 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]*'
6614 /apex-mdapi/src/classes/MetadataService.cls 9541 26 9541 89 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]*'
6615 /apex-mdapi/src/classes/MetadataService.cls 9542 26 9542 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6615 /apex-mdapi/src/classes/MetadataService.cls 9542 26 9542 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6616 /apex-mdapi/src/classes/MetadataService.cls 9542 26 9542 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]*'
6616 /apex-mdapi/src/classes/MetadataService.cls 9542 26 9542 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]*'
6617 /apex-mdapi/src/classes/MetadataService.cls 9544 12 9550 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6617 /apex-mdapi/src/classes/MetadataService.cls 9544 12 9550 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6618 /apex-mdapi/src/classes/MetadataService.cls 9546 16 9546 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6618 /apex-mdapi/src/classes/MetadataService.cls 9546 16 9546 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6619 /apex-mdapi/src/classes/MetadataService.cls 9547 26 9547 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6619 /apex-mdapi/src/classes/MetadataService.cls 9547 26 9547 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6620 /apex-mdapi/src/classes/MetadataService.cls 9547 26 9547 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6620 /apex-mdapi/src/classes/MetadataService.cls 9547 26 9547 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6621 /apex-mdapi/src/classes/MetadataService.cls 9548 26 9548 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6621 /apex-mdapi/src/classes/MetadataService.cls 9548 26 9548 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6622 /apex-mdapi/src/classes/MetadataService.cls 9548 26 9548 89 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]*'
6622 /apex-mdapi/src/classes/MetadataService.cls 9548 26 9548 89 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]*'
6623 /apex-mdapi/src/classes/MetadataService.cls 9549 26 9549 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6623 /apex-mdapi/src/classes/MetadataService.cls 9549 26 9549 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6624 /apex-mdapi/src/classes/MetadataService.cls 9549 26 9549 73 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]*'
6624 /apex-mdapi/src/classes/MetadataService.cls 9549 26 9549 73 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]*'
6625 /apex-mdapi/src/classes/MetadataService.cls 9551 12 9557 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6625 /apex-mdapi/src/classes/MetadataService.cls 9551 12 9557 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6626 /apex-mdapi/src/classes/MetadataService.cls 9551 12 9557 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 'readRoleOrTerritoryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6626 /apex-mdapi/src/classes/MetadataService.cls 9551 12 9557 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 'readRoleOrTerritoryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6627 /apex-mdapi/src/classes/MetadataService.cls 9553 16 9553 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6627 /apex-mdapi/src/classes/MetadataService.cls 9553 16 9553 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6628 /apex-mdapi/src/classes/MetadataService.cls 9554 26 9554 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6628 /apex-mdapi/src/classes/MetadataService.cls 9554 26 9554 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6629 /apex-mdapi/src/classes/MetadataService.cls 9554 26 9554 99 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]*'
6629 /apex-mdapi/src/classes/MetadataService.cls 9554 26 9554 99 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]*'
6630 /apex-mdapi/src/classes/MetadataService.cls 9555 26 9555 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6630 /apex-mdapi/src/classes/MetadataService.cls 9555 26 9555 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6631 /apex-mdapi/src/classes/MetadataService.cls 9555 26 9555 89 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]*'
6631 /apex-mdapi/src/classes/MetadataService.cls 9555 26 9555 89 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]*'
6632 /apex-mdapi/src/classes/MetadataService.cls 9556 26 9556 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6632 /apex-mdapi/src/classes/MetadataService.cls 9556 26 9556 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6633 /apex-mdapi/src/classes/MetadataService.cls 9556 26 9556 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]*'
6633 /apex-mdapi/src/classes/MetadataService.cls 9556 26 9556 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]*'
6634 /apex-mdapi/src/classes/MetadataService.cls 9558 12 9564 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6634 /apex-mdapi/src/classes/MetadataService.cls 9558 12 9564 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6635 /apex-mdapi/src/classes/MetadataService.cls 9560 16 9560 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6635 /apex-mdapi/src/classes/MetadataService.cls 9560 16 9560 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6636 /apex-mdapi/src/classes/MetadataService.cls 9561 26 9561 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6636 /apex-mdapi/src/classes/MetadataService.cls 9561 26 9561 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6637 /apex-mdapi/src/classes/MetadataService.cls 9561 26 9561 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6637 /apex-mdapi/src/classes/MetadataService.cls 9561 26 9561 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6638 /apex-mdapi/src/classes/MetadataService.cls 9562 26 9562 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6638 /apex-mdapi/src/classes/MetadataService.cls 9562 26 9562 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6639 /apex-mdapi/src/classes/MetadataService.cls 9562 26 9562 89 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]*'
6639 /apex-mdapi/src/classes/MetadataService.cls 9562 26 9562 89 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]*'
6640 /apex-mdapi/src/classes/MetadataService.cls 9563 26 9563 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6640 /apex-mdapi/src/classes/MetadataService.cls 9563 26 9563 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6641 /apex-mdapi/src/classes/MetadataService.cls 9563 26 9563 73 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]*'
6641 /apex-mdapi/src/classes/MetadataService.cls 9563 26 9563 73 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]*'
6642 /apex-mdapi/src/classes/MetadataService.cls 9565 12 9571 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6642 /apex-mdapi/src/classes/MetadataService.cls 9565 12 9571 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6643 /apex-mdapi/src/classes/MetadataService.cls 9565 12 9571 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 'readWorkflowActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6643 /apex-mdapi/src/classes/MetadataService.cls 9565 12 9571 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 'readWorkflowActionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6644 /apex-mdapi/src/classes/MetadataService.cls 9567 16 9567 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6644 /apex-mdapi/src/classes/MetadataService.cls 9567 16 9567 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6645 /apex-mdapi/src/classes/MetadataService.cls 9568 26 9568 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6645 /apex-mdapi/src/classes/MetadataService.cls 9568 26 9568 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6646 /apex-mdapi/src/classes/MetadataService.cls 9568 26 9568 99 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]*'
6646 /apex-mdapi/src/classes/MetadataService.cls 9568 26 9568 99 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]*'
6647 /apex-mdapi/src/classes/MetadataService.cls 9569 26 9569 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6647 /apex-mdapi/src/classes/MetadataService.cls 9569 26 9569 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6648 /apex-mdapi/src/classes/MetadataService.cls 9569 26 9569 89 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]*'
6648 /apex-mdapi/src/classes/MetadataService.cls 9569 26 9569 89 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]*'
6649 /apex-mdapi/src/classes/MetadataService.cls 9570 26 9570 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6649 /apex-mdapi/src/classes/MetadataService.cls 9570 26 9570 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6650 /apex-mdapi/src/classes/MetadataService.cls 9570 26 9570 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]*'
6650 /apex-mdapi/src/classes/MetadataService.cls 9570 26 9570 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]*'
6651 /apex-mdapi/src/classes/MetadataService.cls 9572 12 9578 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6651 /apex-mdapi/src/classes/MetadataService.cls 9572 12 9578 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6652 /apex-mdapi/src/classes/MetadataService.cls 9574 16 9574 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6652 /apex-mdapi/src/classes/MetadataService.cls 9574 16 9574 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6653 /apex-mdapi/src/classes/MetadataService.cls 9575 26 9575 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6653 /apex-mdapi/src/classes/MetadataService.cls 9575 26 9575 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6654 /apex-mdapi/src/classes/MetadataService.cls 9575 26 9575 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6654 /apex-mdapi/src/classes/MetadataService.cls 9575 26 9575 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6655 /apex-mdapi/src/classes/MetadataService.cls 9576 26 9576 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6655 /apex-mdapi/src/classes/MetadataService.cls 9576 26 9576 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6656 /apex-mdapi/src/classes/MetadataService.cls 9576 26 9576 89 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]*'
6656 /apex-mdapi/src/classes/MetadataService.cls 9576 26 9576 89 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]*'
6657 /apex-mdapi/src/classes/MetadataService.cls 9577 26 9577 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6657 /apex-mdapi/src/classes/MetadataService.cls 9577 26 9577 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6658 /apex-mdapi/src/classes/MetadataService.cls 9577 26 9577 73 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]*'
6658 /apex-mdapi/src/classes/MetadataService.cls 9577 26 9577 73 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]*'
6659 /apex-mdapi/src/classes/MetadataService.cls 9579 12 9585 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6659 /apex-mdapi/src/classes/MetadataService.cls 9579 12 9585 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6660 /apex-mdapi/src/classes/MetadataService.cls 9579 12 9585 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 'readSiteDotComResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6660 /apex-mdapi/src/classes/MetadataService.cls 9579 12 9585 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 'readSiteDotComResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6661 /apex-mdapi/src/classes/MetadataService.cls 9581 16 9581 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6661 /apex-mdapi/src/classes/MetadataService.cls 9581 16 9581 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6662 /apex-mdapi/src/classes/MetadataService.cls 9582 26 9582 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6662 /apex-mdapi/src/classes/MetadataService.cls 9582 26 9582 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6663 /apex-mdapi/src/classes/MetadataService.cls 9582 26 9582 99 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]*'
6663 /apex-mdapi/src/classes/MetadataService.cls 9582 26 9582 99 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]*'
6664 /apex-mdapi/src/classes/MetadataService.cls 9583 26 9583 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6664 /apex-mdapi/src/classes/MetadataService.cls 9583 26 9583 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6665 /apex-mdapi/src/classes/MetadataService.cls 9583 26 9583 89 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]*'
6665 /apex-mdapi/src/classes/MetadataService.cls 9583 26 9583 89 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]*'
6666 /apex-mdapi/src/classes/MetadataService.cls 9584 26 9584 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6666 /apex-mdapi/src/classes/MetadataService.cls 9584 26 9584 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6667 /apex-mdapi/src/classes/MetadataService.cls 9584 26 9584 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]*'
6667 /apex-mdapi/src/classes/MetadataService.cls 9584 26 9584 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]*'
6668 /apex-mdapi/src/classes/MetadataService.cls 9586 12 9592 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6668 /apex-mdapi/src/classes/MetadataService.cls 9586 12 9592 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6669 /apex-mdapi/src/classes/MetadataService.cls 9588 16 9588 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6669 /apex-mdapi/src/classes/MetadataService.cls 9588 16 9588 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6670 /apex-mdapi/src/classes/MetadataService.cls 9589 26 9589 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6670 /apex-mdapi/src/classes/MetadataService.cls 9589 26 9589 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6671 /apex-mdapi/src/classes/MetadataService.cls 9589 26 9589 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6671 /apex-mdapi/src/classes/MetadataService.cls 9589 26 9589 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6672 /apex-mdapi/src/classes/MetadataService.cls 9590 26 9590 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6672 /apex-mdapi/src/classes/MetadataService.cls 9590 26 9590 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6673 /apex-mdapi/src/classes/MetadataService.cls 9590 26 9590 89 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]*'
6673 /apex-mdapi/src/classes/MetadataService.cls 9590 26 9590 89 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]*'
6674 /apex-mdapi/src/classes/MetadataService.cls 9591 26 9591 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6674 /apex-mdapi/src/classes/MetadataService.cls 9591 26 9591 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6675 /apex-mdapi/src/classes/MetadataService.cls 9591 26 9591 73 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]*'
6675 /apex-mdapi/src/classes/MetadataService.cls 9591 26 9591 73 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]*'
6676 /apex-mdapi/src/classes/MetadataService.cls 9593 12 9599 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6676 /apex-mdapi/src/classes/MetadataService.cls 9593 12 9599 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6677 /apex-mdapi/src/classes/MetadataService.cls 9593 12 9599 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 'readWorkflowTaskResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6677 /apex-mdapi/src/classes/MetadataService.cls 9593 12 9599 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 'readWorkflowTaskResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6678 /apex-mdapi/src/classes/MetadataService.cls 9595 16 9595 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6678 /apex-mdapi/src/classes/MetadataService.cls 9595 16 9595 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6679 /apex-mdapi/src/classes/MetadataService.cls 9596 26 9596 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6679 /apex-mdapi/src/classes/MetadataService.cls 9596 26 9596 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6680 /apex-mdapi/src/classes/MetadataService.cls 9596 26 9596 99 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]*'
6680 /apex-mdapi/src/classes/MetadataService.cls 9596 26 9596 99 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]*'
6681 /apex-mdapi/src/classes/MetadataService.cls 9597 26 9597 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6681 /apex-mdapi/src/classes/MetadataService.cls 9597 26 9597 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6682 /apex-mdapi/src/classes/MetadataService.cls 9597 26 9597 89 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]*'
6682 /apex-mdapi/src/classes/MetadataService.cls 9597 26 9597 89 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]*'
6683 /apex-mdapi/src/classes/MetadataService.cls 9598 26 9598 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6683 /apex-mdapi/src/classes/MetadataService.cls 9598 26 9598 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6684 /apex-mdapi/src/classes/MetadataService.cls 9598 26 9598 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]*'
6684 /apex-mdapi/src/classes/MetadataService.cls 9598 26 9598 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]*'
6685 /apex-mdapi/src/classes/MetadataService.cls 9600 12 9606 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6685 /apex-mdapi/src/classes/MetadataService.cls 9600 12 9606 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6686 /apex-mdapi/src/classes/MetadataService.cls 9602 16 9602 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6686 /apex-mdapi/src/classes/MetadataService.cls 9602 16 9602 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6687 /apex-mdapi/src/classes/MetadataService.cls 9603 26 9603 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6687 /apex-mdapi/src/classes/MetadataService.cls 9603 26 9603 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6688 /apex-mdapi/src/classes/MetadataService.cls 9603 26 9603 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6688 /apex-mdapi/src/classes/MetadataService.cls 9603 26 9603 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6689 /apex-mdapi/src/classes/MetadataService.cls 9604 26 9604 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6689 /apex-mdapi/src/classes/MetadataService.cls 9604 26 9604 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6690 /apex-mdapi/src/classes/MetadataService.cls 9604 26 9604 89 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]*'
6690 /apex-mdapi/src/classes/MetadataService.cls 9604 26 9604 89 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]*'
6691 /apex-mdapi/src/classes/MetadataService.cls 9605 26 9605 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6691 /apex-mdapi/src/classes/MetadataService.cls 9605 26 9605 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6692 /apex-mdapi/src/classes/MetadataService.cls 9605 26 9605 73 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]*'
6692 /apex-mdapi/src/classes/MetadataService.cls 9605 26 9605 73 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]*'
6693 /apex-mdapi/src/classes/MetadataService.cls 9607 12 9613 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6693 /apex-mdapi/src/classes/MetadataService.cls 9607 12 9613 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6694 /apex-mdapi/src/classes/MetadataService.cls 9607 12 9613 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 'readWorkflowSendResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6694 /apex-mdapi/src/classes/MetadataService.cls 9607 12 9613 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 'readWorkflowSendResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6695 /apex-mdapi/src/classes/MetadataService.cls 9609 16 9609 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6695 /apex-mdapi/src/classes/MetadataService.cls 9609 16 9609 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6696 /apex-mdapi/src/classes/MetadataService.cls 9610 26 9610 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6696 /apex-mdapi/src/classes/MetadataService.cls 9610 26 9610 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6697 /apex-mdapi/src/classes/MetadataService.cls 9610 26 9610 99 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]*'
6697 /apex-mdapi/src/classes/MetadataService.cls 9610 26 9610 99 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]*'
6698 /apex-mdapi/src/classes/MetadataService.cls 9611 26 9611 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6698 /apex-mdapi/src/classes/MetadataService.cls 9611 26 9611 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6699 /apex-mdapi/src/classes/MetadataService.cls 9611 26 9611 89 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]*'
6699 /apex-mdapi/src/classes/MetadataService.cls 9611 26 9611 89 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]*'
6700 /apex-mdapi/src/classes/MetadataService.cls 9612 26 9612 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6700 /apex-mdapi/src/classes/MetadataService.cls 9612 26 9612 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6701 /apex-mdapi/src/classes/MetadataService.cls 9612 26 9612 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]*'
6701 /apex-mdapi/src/classes/MetadataService.cls 9612 26 9612 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]*'
6702 /apex-mdapi/src/classes/MetadataService.cls 9614 12 9620 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6702 /apex-mdapi/src/classes/MetadataService.cls 9614 12 9620 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6703 /apex-mdapi/src/classes/MetadataService.cls 9616 16 9616 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6703 /apex-mdapi/src/classes/MetadataService.cls 9616 16 9616 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6704 /apex-mdapi/src/classes/MetadataService.cls 9617 26 9617 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6704 /apex-mdapi/src/classes/MetadataService.cls 9617 26 9617 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6705 /apex-mdapi/src/classes/MetadataService.cls 9617 26 9617 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6705 /apex-mdapi/src/classes/MetadataService.cls 9617 26 9617 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6706 /apex-mdapi/src/classes/MetadataService.cls 9618 26 9618 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6706 /apex-mdapi/src/classes/MetadataService.cls 9618 26 9618 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6707 /apex-mdapi/src/classes/MetadataService.cls 9618 26 9618 89 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]*'
6707 /apex-mdapi/src/classes/MetadataService.cls 9618 26 9618 89 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]*'
6708 /apex-mdapi/src/classes/MetadataService.cls 9619 26 9619 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6708 /apex-mdapi/src/classes/MetadataService.cls 9619 26 9619 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6709 /apex-mdapi/src/classes/MetadataService.cls 9619 26 9619 73 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]*'
6709 /apex-mdapi/src/classes/MetadataService.cls 9619 26 9619 73 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]*'
6710 /apex-mdapi/src/classes/MetadataService.cls 9621 12 9627 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6710 /apex-mdapi/src/classes/MetadataService.cls 9621 12 9627 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6711 /apex-mdapi/src/classes/MetadataService.cls 9621 12 9627 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 'readWorkflowOutboundMessageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6711 /apex-mdapi/src/classes/MetadataService.cls 9621 12 9627 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 'readWorkflowOutboundMessageResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6712 /apex-mdapi/src/classes/MetadataService.cls 9623 16 9623 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6712 /apex-mdapi/src/classes/MetadataService.cls 9623 16 9623 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6713 /apex-mdapi/src/classes/MetadataService.cls 9624 26 9624 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6713 /apex-mdapi/src/classes/MetadataService.cls 9624 26 9624 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6714 /apex-mdapi/src/classes/MetadataService.cls 9624 26 9624 99 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]*'
6714 /apex-mdapi/src/classes/MetadataService.cls 9624 26 9624 99 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]*'
6715 /apex-mdapi/src/classes/MetadataService.cls 9625 26 9625 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6715 /apex-mdapi/src/classes/MetadataService.cls 9625 26 9625 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6716 /apex-mdapi/src/classes/MetadataService.cls 9625 26 9625 89 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]*'
6716 /apex-mdapi/src/classes/MetadataService.cls 9625 26 9625 89 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]*'
6717 /apex-mdapi/src/classes/MetadataService.cls 9626 26 9626 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6717 /apex-mdapi/src/classes/MetadataService.cls 9626 26 9626 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6718 /apex-mdapi/src/classes/MetadataService.cls 9626 26 9626 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]*'
6718 /apex-mdapi/src/classes/MetadataService.cls 9626 26 9626 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]*'
6719 /apex-mdapi/src/classes/MetadataService.cls 9628 12 9634 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6719 /apex-mdapi/src/classes/MetadataService.cls 9628 12 9634 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6720 /apex-mdapi/src/classes/MetadataService.cls 9630 16 9630 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6720 /apex-mdapi/src/classes/MetadataService.cls 9630 16 9630 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6721 /apex-mdapi/src/classes/MetadataService.cls 9631 26 9631 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6721 /apex-mdapi/src/classes/MetadataService.cls 9631 26 9631 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6722 /apex-mdapi/src/classes/MetadataService.cls 9631 26 9631 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6722 /apex-mdapi/src/classes/MetadataService.cls 9631 26 9631 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6723 /apex-mdapi/src/classes/MetadataService.cls 9632 26 9632 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6723 /apex-mdapi/src/classes/MetadataService.cls 9632 26 9632 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6724 /apex-mdapi/src/classes/MetadataService.cls 9632 26 9632 89 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]*'
6724 /apex-mdapi/src/classes/MetadataService.cls 9632 26 9632 89 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]*'
6725 /apex-mdapi/src/classes/MetadataService.cls 9633 26 9633 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6725 /apex-mdapi/src/classes/MetadataService.cls 9633 26 9633 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6726 /apex-mdapi/src/classes/MetadataService.cls 9633 26 9633 73 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]*'
6726 /apex-mdapi/src/classes/MetadataService.cls 9633 26 9633 73 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]*'
6727 /apex-mdapi/src/classes/MetadataService.cls 9635 12 9641 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6727 /apex-mdapi/src/classes/MetadataService.cls 9635 12 9641 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6728 /apex-mdapi/src/classes/MetadataService.cls 9635 12 9641 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 'readWorkflowKnowledgePublishResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6728 /apex-mdapi/src/classes/MetadataService.cls 9635 12 9641 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 'readWorkflowKnowledgePublishResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6729 /apex-mdapi/src/classes/MetadataService.cls 9637 16 9637 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6729 /apex-mdapi/src/classes/MetadataService.cls 9637 16 9637 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6730 /apex-mdapi/src/classes/MetadataService.cls 9638 26 9638 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6730 /apex-mdapi/src/classes/MetadataService.cls 9638 26 9638 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6731 /apex-mdapi/src/classes/MetadataService.cls 9638 26 9638 99 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]*'
6731 /apex-mdapi/src/classes/MetadataService.cls 9638 26 9638 99 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]*'
6732 /apex-mdapi/src/classes/MetadataService.cls 9639 26 9639 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6732 /apex-mdapi/src/classes/MetadataService.cls 9639 26 9639 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6733 /apex-mdapi/src/classes/MetadataService.cls 9639 26 9639 89 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]*'
6733 /apex-mdapi/src/classes/MetadataService.cls 9639 26 9639 89 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]*'
6734 /apex-mdapi/src/classes/MetadataService.cls 9640 26 9640 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6734 /apex-mdapi/src/classes/MetadataService.cls 9640 26 9640 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6735 /apex-mdapi/src/classes/MetadataService.cls 9640 26 9640 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]*'
6735 /apex-mdapi/src/classes/MetadataService.cls 9640 26 9640 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]*'
6736 /apex-mdapi/src/classes/MetadataService.cls 9642 12 9648 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6736 /apex-mdapi/src/classes/MetadataService.cls 9642 12 9648 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6737 /apex-mdapi/src/classes/MetadataService.cls 9644 16 9644 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6737 /apex-mdapi/src/classes/MetadataService.cls 9644 16 9644 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6738 /apex-mdapi/src/classes/MetadataService.cls 9645 26 9645 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6738 /apex-mdapi/src/classes/MetadataService.cls 9645 26 9645 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6739 /apex-mdapi/src/classes/MetadataService.cls 9645 26 9645 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6739 /apex-mdapi/src/classes/MetadataService.cls 9645 26 9645 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6740 /apex-mdapi/src/classes/MetadataService.cls 9646 26 9646 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6740 /apex-mdapi/src/classes/MetadataService.cls 9646 26 9646 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6741 /apex-mdapi/src/classes/MetadataService.cls 9646 26 9646 89 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]*'
6741 /apex-mdapi/src/classes/MetadataService.cls 9646 26 9646 89 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]*'
6742 /apex-mdapi/src/classes/MetadataService.cls 9647 26 9647 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6742 /apex-mdapi/src/classes/MetadataService.cls 9647 26 9647 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6743 /apex-mdapi/src/classes/MetadataService.cls 9647 26 9647 73 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]*'
6743 /apex-mdapi/src/classes/MetadataService.cls 9647 26 9647 73 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]*'
6744 /apex-mdapi/src/classes/MetadataService.cls 9649 12 9655 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6744 /apex-mdapi/src/classes/MetadataService.cls 9649 12 9655 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6745 /apex-mdapi/src/classes/MetadataService.cls 9649 12 9655 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 'readWorkflowFieldUpdateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6745 /apex-mdapi/src/classes/MetadataService.cls 9649 12 9655 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 'readWorkflowFieldUpdateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6746 /apex-mdapi/src/classes/MetadataService.cls 9651 16 9651 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6746 /apex-mdapi/src/classes/MetadataService.cls 9651 16 9651 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6747 /apex-mdapi/src/classes/MetadataService.cls 9652 26 9652 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6747 /apex-mdapi/src/classes/MetadataService.cls 9652 26 9652 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6748 /apex-mdapi/src/classes/MetadataService.cls 9652 26 9652 99 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]*'
6748 /apex-mdapi/src/classes/MetadataService.cls 9652 26 9652 99 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]*'
6749 /apex-mdapi/src/classes/MetadataService.cls 9653 26 9653 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6749 /apex-mdapi/src/classes/MetadataService.cls 9653 26 9653 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6750 /apex-mdapi/src/classes/MetadataService.cls 9653 26 9653 89 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]*'
6750 /apex-mdapi/src/classes/MetadataService.cls 9653 26 9653 89 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]*'
6751 /apex-mdapi/src/classes/MetadataService.cls 9654 26 9654 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6751 /apex-mdapi/src/classes/MetadataService.cls 9654 26 9654 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6752 /apex-mdapi/src/classes/MetadataService.cls 9654 26 9654 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]*'
6752 /apex-mdapi/src/classes/MetadataService.cls 9654 26 9654 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]*'
6753 /apex-mdapi/src/classes/MetadataService.cls 9656 12 9662 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6753 /apex-mdapi/src/classes/MetadataService.cls 9656 12 9662 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6754 /apex-mdapi/src/classes/MetadataService.cls 9658 16 9658 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6754 /apex-mdapi/src/classes/MetadataService.cls 9658 16 9658 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6755 /apex-mdapi/src/classes/MetadataService.cls 9659 26 9659 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6755 /apex-mdapi/src/classes/MetadataService.cls 9659 26 9659 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6756 /apex-mdapi/src/classes/MetadataService.cls 9659 26 9659 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6756 /apex-mdapi/src/classes/MetadataService.cls 9659 26 9659 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6757 /apex-mdapi/src/classes/MetadataService.cls 9660 26 9660 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6757 /apex-mdapi/src/classes/MetadataService.cls 9660 26 9660 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6758 /apex-mdapi/src/classes/MetadataService.cls 9660 26 9660 89 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]*'
6758 /apex-mdapi/src/classes/MetadataService.cls 9660 26 9660 89 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]*'
6759 /apex-mdapi/src/classes/MetadataService.cls 9661 26 9661 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6759 /apex-mdapi/src/classes/MetadataService.cls 9661 26 9661 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6760 /apex-mdapi/src/classes/MetadataService.cls 9661 26 9661 73 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]*'
6760 /apex-mdapi/src/classes/MetadataService.cls 9661 26 9661 73 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]*'
6761 /apex-mdapi/src/classes/MetadataService.cls 9663 12 9669 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6761 /apex-mdapi/src/classes/MetadataService.cls 9663 12 9669 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6762 /apex-mdapi/src/classes/MetadataService.cls 9663 12 9669 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 'readWorkflowAlertResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6762 /apex-mdapi/src/classes/MetadataService.cls 9663 12 9669 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 'readWorkflowAlertResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6763 /apex-mdapi/src/classes/MetadataService.cls 9665 16 9665 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6763 /apex-mdapi/src/classes/MetadataService.cls 9665 16 9665 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6764 /apex-mdapi/src/classes/MetadataService.cls 9666 26 9666 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6764 /apex-mdapi/src/classes/MetadataService.cls 9666 26 9666 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6765 /apex-mdapi/src/classes/MetadataService.cls 9666 26 9666 99 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]*'
6765 /apex-mdapi/src/classes/MetadataService.cls 9666 26 9666 99 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]*'
6766 /apex-mdapi/src/classes/MetadataService.cls 9667 26 9667 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6766 /apex-mdapi/src/classes/MetadataService.cls 9667 26 9667 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6767 /apex-mdapi/src/classes/MetadataService.cls 9667 26 9667 89 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]*'
6767 /apex-mdapi/src/classes/MetadataService.cls 9667 26 9667 89 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]*'
6768 /apex-mdapi/src/classes/MetadataService.cls 9668 26 9668 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6768 /apex-mdapi/src/classes/MetadataService.cls 9668 26 9668 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6769 /apex-mdapi/src/classes/MetadataService.cls 9668 26 9668 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]*'
6769 /apex-mdapi/src/classes/MetadataService.cls 9668 26 9668 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]*'
6770 /apex-mdapi/src/classes/MetadataService.cls 9670 12 9676 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6770 /apex-mdapi/src/classes/MetadataService.cls 9670 12 9676 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6771 /apex-mdapi/src/classes/MetadataService.cls 9672 16 9672 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6771 /apex-mdapi/src/classes/MetadataService.cls 9672 16 9672 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6772 /apex-mdapi/src/classes/MetadataService.cls 9673 26 9673 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6772 /apex-mdapi/src/classes/MetadataService.cls 9673 26 9673 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6773 /apex-mdapi/src/classes/MetadataService.cls 9673 26 9673 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6773 /apex-mdapi/src/classes/MetadataService.cls 9673 26 9673 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6774 /apex-mdapi/src/classes/MetadataService.cls 9674 26 9674 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6774 /apex-mdapi/src/classes/MetadataService.cls 9674 26 9674 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6775 /apex-mdapi/src/classes/MetadataService.cls 9674 26 9674 89 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]*'
6775 /apex-mdapi/src/classes/MetadataService.cls 9674 26 9674 89 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]*'
6776 /apex-mdapi/src/classes/MetadataService.cls 9675 26 9675 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6776 /apex-mdapi/src/classes/MetadataService.cls 9675 26 9675 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6777 /apex-mdapi/src/classes/MetadataService.cls 9675 26 9675 73 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]*'
6777 /apex-mdapi/src/classes/MetadataService.cls 9675 26 9675 73 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]*'
6778 /apex-mdapi/src/classes/MetadataService.cls 9677 12 9683 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6778 /apex-mdapi/src/classes/MetadataService.cls 9677 12 9683 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6779 /apex-mdapi/src/classes/MetadataService.cls 9677 12 9683 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 'readVisualizationPluginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6779 /apex-mdapi/src/classes/MetadataService.cls 9677 12 9683 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 'readVisualizationPluginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6780 /apex-mdapi/src/classes/MetadataService.cls 9679 16 9679 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6780 /apex-mdapi/src/classes/MetadataService.cls 9679 16 9679 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6781 /apex-mdapi/src/classes/MetadataService.cls 9680 26 9680 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6781 /apex-mdapi/src/classes/MetadataService.cls 9680 26 9680 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6782 /apex-mdapi/src/classes/MetadataService.cls 9680 26 9680 99 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]*'
6782 /apex-mdapi/src/classes/MetadataService.cls 9680 26 9680 99 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]*'
6783 /apex-mdapi/src/classes/MetadataService.cls 9681 26 9681 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6783 /apex-mdapi/src/classes/MetadataService.cls 9681 26 9681 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6784 /apex-mdapi/src/classes/MetadataService.cls 9681 26 9681 89 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]*'
6784 /apex-mdapi/src/classes/MetadataService.cls 9681 26 9681 89 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]*'
6785 /apex-mdapi/src/classes/MetadataService.cls 9682 26 9682 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6785 /apex-mdapi/src/classes/MetadataService.cls 9682 26 9682 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6786 /apex-mdapi/src/classes/MetadataService.cls 9682 26 9682 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]*'
6786 /apex-mdapi/src/classes/MetadataService.cls 9682 26 9682 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]*'
6787 /apex-mdapi/src/classes/MetadataService.cls 9684 12 9690 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6787 /apex-mdapi/src/classes/MetadataService.cls 9684 12 9690 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6788 /apex-mdapi/src/classes/MetadataService.cls 9686 16 9686 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6788 /apex-mdapi/src/classes/MetadataService.cls 9686 16 9686 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6789 /apex-mdapi/src/classes/MetadataService.cls 9687 26 9687 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6789 /apex-mdapi/src/classes/MetadataService.cls 9687 26 9687 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6790 /apex-mdapi/src/classes/MetadataService.cls 9687 26 9687 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6790 /apex-mdapi/src/classes/MetadataService.cls 9687 26 9687 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6791 /apex-mdapi/src/classes/MetadataService.cls 9688 26 9688 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6791 /apex-mdapi/src/classes/MetadataService.cls 9688 26 9688 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6792 /apex-mdapi/src/classes/MetadataService.cls 9688 26 9688 89 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]*'
6792 /apex-mdapi/src/classes/MetadataService.cls 9688 26 9688 89 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]*'
6793 /apex-mdapi/src/classes/MetadataService.cls 9689 26 9689 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6793 /apex-mdapi/src/classes/MetadataService.cls 9689 26 9689 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6794 /apex-mdapi/src/classes/MetadataService.cls 9689 26 9689 73 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]*'
6794 /apex-mdapi/src/classes/MetadataService.cls 9689 26 9689 73 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]*'
6795 /apex-mdapi/src/classes/MetadataService.cls 9691 12 9697 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6795 /apex-mdapi/src/classes/MetadataService.cls 9691 12 9697 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6796 /apex-mdapi/src/classes/MetadataService.cls 9691 12 9697 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 'readCustomMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6796 /apex-mdapi/src/classes/MetadataService.cls 9691 12 9697 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 'readCustomMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6797 /apex-mdapi/src/classes/MetadataService.cls 9693 16 9693 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6797 /apex-mdapi/src/classes/MetadataService.cls 9693 16 9693 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6798 /apex-mdapi/src/classes/MetadataService.cls 9694 26 9694 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6798 /apex-mdapi/src/classes/MetadataService.cls 9694 26 9694 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6799 /apex-mdapi/src/classes/MetadataService.cls 9694 26 9694 99 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]*'
6799 /apex-mdapi/src/classes/MetadataService.cls 9694 26 9694 99 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]*'
6800 /apex-mdapi/src/classes/MetadataService.cls 9695 26 9695 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6800 /apex-mdapi/src/classes/MetadataService.cls 9695 26 9695 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6801 /apex-mdapi/src/classes/MetadataService.cls 9695 26 9695 89 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]*'
6801 /apex-mdapi/src/classes/MetadataService.cls 9695 26 9695 89 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]*'
6802 /apex-mdapi/src/classes/MetadataService.cls 9696 26 9696 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6802 /apex-mdapi/src/classes/MetadataService.cls 9696 26 9696 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6803 /apex-mdapi/src/classes/MetadataService.cls 9696 26 9696 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]*'
6803 /apex-mdapi/src/classes/MetadataService.cls 9696 26 9696 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]*'
6804 /apex-mdapi/src/classes/MetadataService.cls 9698 12 9704 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6804 /apex-mdapi/src/classes/MetadataService.cls 9698 12 9704 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6805 /apex-mdapi/src/classes/MetadataService.cls 9700 16 9700 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6805 /apex-mdapi/src/classes/MetadataService.cls 9700 16 9700 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6806 /apex-mdapi/src/classes/MetadataService.cls 9701 26 9701 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6806 /apex-mdapi/src/classes/MetadataService.cls 9701 26 9701 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6807 /apex-mdapi/src/classes/MetadataService.cls 9701 26 9701 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6807 /apex-mdapi/src/classes/MetadataService.cls 9701 26 9701 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6808 /apex-mdapi/src/classes/MetadataService.cls 9702 26 9702 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6808 /apex-mdapi/src/classes/MetadataService.cls 9702 26 9702 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6809 /apex-mdapi/src/classes/MetadataService.cls 9702 26 9702 89 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]*'
6809 /apex-mdapi/src/classes/MetadataService.cls 9702 26 9702 89 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]*'
6810 /apex-mdapi/src/classes/MetadataService.cls 9703 26 9703 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6810 /apex-mdapi/src/classes/MetadataService.cls 9703 26 9703 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6811 /apex-mdapi/src/classes/MetadataService.cls 9703 26 9703 73 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]*'
6811 /apex-mdapi/src/classes/MetadataService.cls 9703 26 9703 73 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]*'
6812 /apex-mdapi/src/classes/MetadataService.cls 9705 12 9711 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6812 /apex-mdapi/src/classes/MetadataService.cls 9705 12 9711 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6813 /apex-mdapi/src/classes/MetadataService.cls 9705 12 9711 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 'readNameSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6813 /apex-mdapi/src/classes/MetadataService.cls 9705 12 9711 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 'readNameSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6814 /apex-mdapi/src/classes/MetadataService.cls 9707 16 9707 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6814 /apex-mdapi/src/classes/MetadataService.cls 9707 16 9707 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6815 /apex-mdapi/src/classes/MetadataService.cls 9708 26 9708 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6815 /apex-mdapi/src/classes/MetadataService.cls 9708 26 9708 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6816 /apex-mdapi/src/classes/MetadataService.cls 9708 26 9708 99 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]*'
6816 /apex-mdapi/src/classes/MetadataService.cls 9708 26 9708 99 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]*'
6817 /apex-mdapi/src/classes/MetadataService.cls 9709 26 9709 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6817 /apex-mdapi/src/classes/MetadataService.cls 9709 26 9709 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6818 /apex-mdapi/src/classes/MetadataService.cls 9709 26 9709 89 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]*'
6818 /apex-mdapi/src/classes/MetadataService.cls 9709 26 9709 89 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]*'
6819 /apex-mdapi/src/classes/MetadataService.cls 9710 26 9710 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6819 /apex-mdapi/src/classes/MetadataService.cls 9710 26 9710 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6820 /apex-mdapi/src/classes/MetadataService.cls 9710 26 9710 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]*'
6820 /apex-mdapi/src/classes/MetadataService.cls 9710 26 9710 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]*'
6821 /apex-mdapi/src/classes/MetadataService.cls 9712 12 9718 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6821 /apex-mdapi/src/classes/MetadataService.cls 9712 12 9718 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6822 /apex-mdapi/src/classes/MetadataService.cls 9714 16 9714 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6822 /apex-mdapi/src/classes/MetadataService.cls 9714 16 9714 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6823 /apex-mdapi/src/classes/MetadataService.cls 9715 26 9715 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6823 /apex-mdapi/src/classes/MetadataService.cls 9715 26 9715 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6824 /apex-mdapi/src/classes/MetadataService.cls 9715 26 9715 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6824 /apex-mdapi/src/classes/MetadataService.cls 9715 26 9715 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6825 /apex-mdapi/src/classes/MetadataService.cls 9716 26 9716 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6825 /apex-mdapi/src/classes/MetadataService.cls 9716 26 9716 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6826 /apex-mdapi/src/classes/MetadataService.cls 9716 26 9716 89 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]*'
6826 /apex-mdapi/src/classes/MetadataService.cls 9716 26 9716 89 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]*'
6827 /apex-mdapi/src/classes/MetadataService.cls 9717 26 9717 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6827 /apex-mdapi/src/classes/MetadataService.cls 9717 26 9717 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6828 /apex-mdapi/src/classes/MetadataService.cls 9717 26 9717 73 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]*'
6828 /apex-mdapi/src/classes/MetadataService.cls 9717 26 9717 73 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]*'
6829 /apex-mdapi/src/classes/MetadataService.cls 9719 12 9725 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6829 /apex-mdapi/src/classes/MetadataService.cls 9719 12 9725 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6830 /apex-mdapi/src/classes/MetadataService.cls 9719 12 9725 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 'readMarketingActionSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6830 /apex-mdapi/src/classes/MetadataService.cls 9719 12 9725 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 'readMarketingActionSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6831 /apex-mdapi/src/classes/MetadataService.cls 9721 16 9721 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6831 /apex-mdapi/src/classes/MetadataService.cls 9721 16 9721 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6832 /apex-mdapi/src/classes/MetadataService.cls 9722 26 9722 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6832 /apex-mdapi/src/classes/MetadataService.cls 9722 26 9722 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6833 /apex-mdapi/src/classes/MetadataService.cls 9722 26 9722 99 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]*'
6833 /apex-mdapi/src/classes/MetadataService.cls 9722 26 9722 99 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]*'
6834 /apex-mdapi/src/classes/MetadataService.cls 9723 26 9723 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6834 /apex-mdapi/src/classes/MetadataService.cls 9723 26 9723 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6835 /apex-mdapi/src/classes/MetadataService.cls 9723 26 9723 89 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]*'
6835 /apex-mdapi/src/classes/MetadataService.cls 9723 26 9723 89 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]*'
6836 /apex-mdapi/src/classes/MetadataService.cls 9724 26 9724 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6836 /apex-mdapi/src/classes/MetadataService.cls 9724 26 9724 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6837 /apex-mdapi/src/classes/MetadataService.cls 9724 26 9724 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]*'
6837 /apex-mdapi/src/classes/MetadataService.cls 9724 26 9724 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]*'
6838 /apex-mdapi/src/classes/MetadataService.cls 9726 12 9732 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6838 /apex-mdapi/src/classes/MetadataService.cls 9726 12 9732 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6839 /apex-mdapi/src/classes/MetadataService.cls 9728 16 9728 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6839 /apex-mdapi/src/classes/MetadataService.cls 9728 16 9728 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6840 /apex-mdapi/src/classes/MetadataService.cls 9729 26 9729 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6840 /apex-mdapi/src/classes/MetadataService.cls 9729 26 9729 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6841 /apex-mdapi/src/classes/MetadataService.cls 9729 26 9729 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6841 /apex-mdapi/src/classes/MetadataService.cls 9729 26 9729 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6842 /apex-mdapi/src/classes/MetadataService.cls 9730 26 9730 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6842 /apex-mdapi/src/classes/MetadataService.cls 9730 26 9730 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6843 /apex-mdapi/src/classes/MetadataService.cls 9730 26 9730 89 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]*'
6843 /apex-mdapi/src/classes/MetadataService.cls 9730 26 9730 89 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]*'
6844 /apex-mdapi/src/classes/MetadataService.cls 9731 26 9731 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6844 /apex-mdapi/src/classes/MetadataService.cls 9731 26 9731 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6845 /apex-mdapi/src/classes/MetadataService.cls 9731 26 9731 73 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]*'
6845 /apex-mdapi/src/classes/MetadataService.cls 9731 26 9731 73 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]*'
6846 /apex-mdapi/src/classes/MetadataService.cls 9733 12 9739 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6846 /apex-mdapi/src/classes/MetadataService.cls 9733 12 9739 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6847 /apex-mdapi/src/classes/MetadataService.cls 9733 12 9739 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 'readCustomPermissionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6847 /apex-mdapi/src/classes/MetadataService.cls 9733 12 9739 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 'readCustomPermissionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6848 /apex-mdapi/src/classes/MetadataService.cls 9735 16 9735 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6848 /apex-mdapi/src/classes/MetadataService.cls 9735 16 9735 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6849 /apex-mdapi/src/classes/MetadataService.cls 9736 26 9736 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6849 /apex-mdapi/src/classes/MetadataService.cls 9736 26 9736 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6850 /apex-mdapi/src/classes/MetadataService.cls 9736 26 9736 99 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]*'
6850 /apex-mdapi/src/classes/MetadataService.cls 9736 26 9736 99 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]*'
6851 /apex-mdapi/src/classes/MetadataService.cls 9737 26 9737 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6851 /apex-mdapi/src/classes/MetadataService.cls 9737 26 9737 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6852 /apex-mdapi/src/classes/MetadataService.cls 9737 26 9737 89 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]*'
6852 /apex-mdapi/src/classes/MetadataService.cls 9737 26 9737 89 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]*'
6853 /apex-mdapi/src/classes/MetadataService.cls 9738 26 9738 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6853 /apex-mdapi/src/classes/MetadataService.cls 9738 26 9738 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6854 /apex-mdapi/src/classes/MetadataService.cls 9738 26 9738 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]*'
6854 /apex-mdapi/src/classes/MetadataService.cls 9738 26 9738 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]*'
6855 /apex-mdapi/src/classes/MetadataService.cls 9740 12 9746 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6855 /apex-mdapi/src/classes/MetadataService.cls 9740 12 9746 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6856 /apex-mdapi/src/classes/MetadataService.cls 9742 16 9742 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6856 /apex-mdapi/src/classes/MetadataService.cls 9742 16 9742 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6857 /apex-mdapi/src/classes/MetadataService.cls 9743 26 9743 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6857 /apex-mdapi/src/classes/MetadataService.cls 9743 26 9743 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6858 /apex-mdapi/src/classes/MetadataService.cls 9743 26 9743 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6858 /apex-mdapi/src/classes/MetadataService.cls 9743 26 9743 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6859 /apex-mdapi/src/classes/MetadataService.cls 9744 26 9744 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6859 /apex-mdapi/src/classes/MetadataService.cls 9744 26 9744 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6860 /apex-mdapi/src/classes/MetadataService.cls 9744 26 9744 89 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]*'
6860 /apex-mdapi/src/classes/MetadataService.cls 9744 26 9744 89 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]*'
6861 /apex-mdapi/src/classes/MetadataService.cls 9745 26 9745 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6861 /apex-mdapi/src/classes/MetadataService.cls 9745 26 9745 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6862 /apex-mdapi/src/classes/MetadataService.cls 9745 26 9745 73 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]*'
6862 /apex-mdapi/src/classes/MetadataService.cls 9745 26 9745 73 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]*'
6863 /apex-mdapi/src/classes/MetadataService.cls 9747 12 9753 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6863 /apex-mdapi/src/classes/MetadataService.cls 9747 12 9753 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6864 /apex-mdapi/src/classes/MetadataService.cls 9747 12 9753 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 'readAuraDefinitionBundleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6864 /apex-mdapi/src/classes/MetadataService.cls 9747 12 9753 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 'readAuraDefinitionBundleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6865 /apex-mdapi/src/classes/MetadataService.cls 9749 16 9749 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6865 /apex-mdapi/src/classes/MetadataService.cls 9749 16 9749 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6866 /apex-mdapi/src/classes/MetadataService.cls 9750 26 9750 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6866 /apex-mdapi/src/classes/MetadataService.cls 9750 26 9750 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6867 /apex-mdapi/src/classes/MetadataService.cls 9750 26 9750 99 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]*'
6867 /apex-mdapi/src/classes/MetadataService.cls 9750 26 9750 99 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]*'
6868 /apex-mdapi/src/classes/MetadataService.cls 9751 26 9751 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6868 /apex-mdapi/src/classes/MetadataService.cls 9751 26 9751 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6869 /apex-mdapi/src/classes/MetadataService.cls 9751 26 9751 89 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]*'
6869 /apex-mdapi/src/classes/MetadataService.cls 9751 26 9751 89 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]*'
6870 /apex-mdapi/src/classes/MetadataService.cls 9752 26 9752 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6870 /apex-mdapi/src/classes/MetadataService.cls 9752 26 9752 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6871 /apex-mdapi/src/classes/MetadataService.cls 9752 26 9752 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]*'
6871 /apex-mdapi/src/classes/MetadataService.cls 9752 26 9752 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]*'
6872 /apex-mdapi/src/classes/MetadataService.cls 9754 12 9760 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6872 /apex-mdapi/src/classes/MetadataService.cls 9754 12 9760 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6873 /apex-mdapi/src/classes/MetadataService.cls 9756 16 9756 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6873 /apex-mdapi/src/classes/MetadataService.cls 9756 16 9756 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6874 /apex-mdapi/src/classes/MetadataService.cls 9757 26 9757 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6874 /apex-mdapi/src/classes/MetadataService.cls 9757 26 9757 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6875 /apex-mdapi/src/classes/MetadataService.cls 9757 26 9757 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6875 /apex-mdapi/src/classes/MetadataService.cls 9757 26 9757 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6876 /apex-mdapi/src/classes/MetadataService.cls 9758 26 9758 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6876 /apex-mdapi/src/classes/MetadataService.cls 9758 26 9758 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6877 /apex-mdapi/src/classes/MetadataService.cls 9758 26 9758 89 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]*'
6877 /apex-mdapi/src/classes/MetadataService.cls 9758 26 9758 89 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]*'
6878 /apex-mdapi/src/classes/MetadataService.cls 9759 26 9759 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6878 /apex-mdapi/src/classes/MetadataService.cls 9759 26 9759 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6879 /apex-mdapi/src/classes/MetadataService.cls 9759 26 9759 73 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]*'
6879 /apex-mdapi/src/classes/MetadataService.cls 9759 26 9759 73 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]*'
6880 /apex-mdapi/src/classes/MetadataService.cls 9761 12 9767 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6880 /apex-mdapi/src/classes/MetadataService.cls 9761 12 9767 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6881 /apex-mdapi/src/classes/MetadataService.cls 9761 12 9767 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 'readCorsWhitelistOriginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6881 /apex-mdapi/src/classes/MetadataService.cls 9761 12 9767 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 'readCorsWhitelistOriginResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6882 /apex-mdapi/src/classes/MetadataService.cls 9763 16 9763 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6882 /apex-mdapi/src/classes/MetadataService.cls 9763 16 9763 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6883 /apex-mdapi/src/classes/MetadataService.cls 9764 26 9764 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6883 /apex-mdapi/src/classes/MetadataService.cls 9764 26 9764 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6884 /apex-mdapi/src/classes/MetadataService.cls 9764 26 9764 99 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]*'
6884 /apex-mdapi/src/classes/MetadataService.cls 9764 26 9764 99 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]*'
6885 /apex-mdapi/src/classes/MetadataService.cls 9765 26 9765 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6885 /apex-mdapi/src/classes/MetadataService.cls 9765 26 9765 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6886 /apex-mdapi/src/classes/MetadataService.cls 9765 26 9765 89 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]*'
6886 /apex-mdapi/src/classes/MetadataService.cls 9765 26 9765 89 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]*'
6887 /apex-mdapi/src/classes/MetadataService.cls 9766 26 9766 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6887 /apex-mdapi/src/classes/MetadataService.cls 9766 26 9766 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6888 /apex-mdapi/src/classes/MetadataService.cls 9766 26 9766 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]*'
6888 /apex-mdapi/src/classes/MetadataService.cls 9766 26 9766 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]*'
6889 /apex-mdapi/src/classes/MetadataService.cls 9768 12 9774 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6889 /apex-mdapi/src/classes/MetadataService.cls 9768 12 9774 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6890 /apex-mdapi/src/classes/MetadataService.cls 9770 16 9770 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6890 /apex-mdapi/src/classes/MetadataService.cls 9770 16 9770 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6891 /apex-mdapi/src/classes/MetadataService.cls 9771 26 9771 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6891 /apex-mdapi/src/classes/MetadataService.cls 9771 26 9771 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6892 /apex-mdapi/src/classes/MetadataService.cls 9771 26 9771 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6892 /apex-mdapi/src/classes/MetadataService.cls 9771 26 9771 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6893 /apex-mdapi/src/classes/MetadataService.cls 9772 26 9772 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6893 /apex-mdapi/src/classes/MetadataService.cls 9772 26 9772 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6894 /apex-mdapi/src/classes/MetadataService.cls 9772 26 9772 89 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]*'
6894 /apex-mdapi/src/classes/MetadataService.cls 9772 26 9772 89 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]*'
6895 /apex-mdapi/src/classes/MetadataService.cls 9773 26 9773 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6895 /apex-mdapi/src/classes/MetadataService.cls 9773 26 9773 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6896 /apex-mdapi/src/classes/MetadataService.cls 9773 26 9773 73 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]*'
6896 /apex-mdapi/src/classes/MetadataService.cls 9773 26 9773 73 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]*'
6897 /apex-mdapi/src/classes/MetadataService.cls 9775 12 9781 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6897 /apex-mdapi/src/classes/MetadataService.cls 9775 12 9781 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6898 /apex-mdapi/src/classes/MetadataService.cls 9775 12 9781 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 'readManagedTopicsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6898 /apex-mdapi/src/classes/MetadataService.cls 9775 12 9781 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 'readManagedTopicsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6899 /apex-mdapi/src/classes/MetadataService.cls 9777 16 9777 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6899 /apex-mdapi/src/classes/MetadataService.cls 9777 16 9777 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6900 /apex-mdapi/src/classes/MetadataService.cls 9778 26 9778 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6900 /apex-mdapi/src/classes/MetadataService.cls 9778 26 9778 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6901 /apex-mdapi/src/classes/MetadataService.cls 9778 26 9778 99 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]*'
6901 /apex-mdapi/src/classes/MetadataService.cls 9778 26 9778 99 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]*'
6902 /apex-mdapi/src/classes/MetadataService.cls 9779 26 9779 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6902 /apex-mdapi/src/classes/MetadataService.cls 9779 26 9779 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6903 /apex-mdapi/src/classes/MetadataService.cls 9779 26 9779 89 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]*'
6903 /apex-mdapi/src/classes/MetadataService.cls 9779 26 9779 89 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]*'
6904 /apex-mdapi/src/classes/MetadataService.cls 9780 26 9780 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6904 /apex-mdapi/src/classes/MetadataService.cls 9780 26 9780 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6905 /apex-mdapi/src/classes/MetadataService.cls 9780 26 9780 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]*'
6905 /apex-mdapi/src/classes/MetadataService.cls 9780 26 9780 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]*'
6906 /apex-mdapi/src/classes/MetadataService.cls 9782 12 9788 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6906 /apex-mdapi/src/classes/MetadataService.cls 9782 12 9788 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6907 /apex-mdapi/src/classes/MetadataService.cls 9784 16 9784 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6907 /apex-mdapi/src/classes/MetadataService.cls 9784 16 9784 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6908 /apex-mdapi/src/classes/MetadataService.cls 9785 26 9785 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6908 /apex-mdapi/src/classes/MetadataService.cls 9785 26 9785 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6909 /apex-mdapi/src/classes/MetadataService.cls 9785 26 9785 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6909 /apex-mdapi/src/classes/MetadataService.cls 9785 26 9785 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6910 /apex-mdapi/src/classes/MetadataService.cls 9786 26 9786 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6910 /apex-mdapi/src/classes/MetadataService.cls 9786 26 9786 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6911 /apex-mdapi/src/classes/MetadataService.cls 9786 26 9786 89 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]*'
6911 /apex-mdapi/src/classes/MetadataService.cls 9786 26 9786 89 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]*'
6912 /apex-mdapi/src/classes/MetadataService.cls 9787 26 9787 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6912 /apex-mdapi/src/classes/MetadataService.cls 9787 26 9787 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6913 /apex-mdapi/src/classes/MetadataService.cls 9787 26 9787 73 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]*'
6913 /apex-mdapi/src/classes/MetadataService.cls 9787 26 9787 73 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]*'
6914 /apex-mdapi/src/classes/MetadataService.cls 9789 12 9795 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6914 /apex-mdapi/src/classes/MetadataService.cls 9789 12 9795 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6915 /apex-mdapi/src/classes/MetadataService.cls 9789 12 9795 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 'readTerritory2Response_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6915 /apex-mdapi/src/classes/MetadataService.cls 9789 12 9795 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 'readTerritory2Response_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6916 /apex-mdapi/src/classes/MetadataService.cls 9791 16 9791 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6916 /apex-mdapi/src/classes/MetadataService.cls 9791 16 9791 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6917 /apex-mdapi/src/classes/MetadataService.cls 9792 26 9792 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6917 /apex-mdapi/src/classes/MetadataService.cls 9792 26 9792 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6918 /apex-mdapi/src/classes/MetadataService.cls 9792 26 9792 99 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]*'
6918 /apex-mdapi/src/classes/MetadataService.cls 9792 26 9792 99 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]*'
6919 /apex-mdapi/src/classes/MetadataService.cls 9793 26 9793 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6919 /apex-mdapi/src/classes/MetadataService.cls 9793 26 9793 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6920 /apex-mdapi/src/classes/MetadataService.cls 9793 26 9793 89 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]*'
6920 /apex-mdapi/src/classes/MetadataService.cls 9793 26 9793 89 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]*'
6921 /apex-mdapi/src/classes/MetadataService.cls 9794 26 9794 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6921 /apex-mdapi/src/classes/MetadataService.cls 9794 26 9794 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6922 /apex-mdapi/src/classes/MetadataService.cls 9794 26 9794 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]*'
6922 /apex-mdapi/src/classes/MetadataService.cls 9794 26 9794 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]*'
6923 /apex-mdapi/src/classes/MetadataService.cls 9796 12 9802 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6923 /apex-mdapi/src/classes/MetadataService.cls 9796 12 9802 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6924 /apex-mdapi/src/classes/MetadataService.cls 9798 16 9798 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6924 /apex-mdapi/src/classes/MetadataService.cls 9798 16 9798 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6925 /apex-mdapi/src/classes/MetadataService.cls 9799 26 9799 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6925 /apex-mdapi/src/classes/MetadataService.cls 9799 26 9799 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6926 /apex-mdapi/src/classes/MetadataService.cls 9799 26 9799 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6926 /apex-mdapi/src/classes/MetadataService.cls 9799 26 9799 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6927 /apex-mdapi/src/classes/MetadataService.cls 9800 26 9800 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6927 /apex-mdapi/src/classes/MetadataService.cls 9800 26 9800 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6928 /apex-mdapi/src/classes/MetadataService.cls 9800 26 9800 89 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]*'
6928 /apex-mdapi/src/classes/MetadataService.cls 9800 26 9800 89 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]*'
6929 /apex-mdapi/src/classes/MetadataService.cls 9801 26 9801 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6929 /apex-mdapi/src/classes/MetadataService.cls 9801 26 9801 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6930 /apex-mdapi/src/classes/MetadataService.cls 9801 26 9801 73 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]*'
6930 /apex-mdapi/src/classes/MetadataService.cls 9801 26 9801 73 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]*'
6931 /apex-mdapi/src/classes/MetadataService.cls 9803 12 9809 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6931 /apex-mdapi/src/classes/MetadataService.cls 9803 12 9809 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6932 /apex-mdapi/src/classes/MetadataService.cls 9803 12 9809 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 'readTerritory2ModelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6932 /apex-mdapi/src/classes/MetadataService.cls 9803 12 9809 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 'readTerritory2ModelResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6933 /apex-mdapi/src/classes/MetadataService.cls 9805 16 9805 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6933 /apex-mdapi/src/classes/MetadataService.cls 9805 16 9805 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6934 /apex-mdapi/src/classes/MetadataService.cls 9806 26 9806 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6934 /apex-mdapi/src/classes/MetadataService.cls 9806 26 9806 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6935 /apex-mdapi/src/classes/MetadataService.cls 9806 26 9806 99 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]*'
6935 /apex-mdapi/src/classes/MetadataService.cls 9806 26 9806 99 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]*'
6936 /apex-mdapi/src/classes/MetadataService.cls 9807 26 9807 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6936 /apex-mdapi/src/classes/MetadataService.cls 9807 26 9807 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6937 /apex-mdapi/src/classes/MetadataService.cls 9807 26 9807 89 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]*'
6937 /apex-mdapi/src/classes/MetadataService.cls 9807 26 9807 89 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]*'
6938 /apex-mdapi/src/classes/MetadataService.cls 9808 26 9808 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6938 /apex-mdapi/src/classes/MetadataService.cls 9808 26 9808 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6939 /apex-mdapi/src/classes/MetadataService.cls 9808 26 9808 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]*'
6939 /apex-mdapi/src/classes/MetadataService.cls 9808 26 9808 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]*'
6940 /apex-mdapi/src/classes/MetadataService.cls 9810 12 9816 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6940 /apex-mdapi/src/classes/MetadataService.cls 9810 12 9816 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6941 /apex-mdapi/src/classes/MetadataService.cls 9812 16 9812 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6941 /apex-mdapi/src/classes/MetadataService.cls 9812 16 9812 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6942 /apex-mdapi/src/classes/MetadataService.cls 9813 26 9813 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6942 /apex-mdapi/src/classes/MetadataService.cls 9813 26 9813 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6943 /apex-mdapi/src/classes/MetadataService.cls 9813 26 9813 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6943 /apex-mdapi/src/classes/MetadataService.cls 9813 26 9813 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6944 /apex-mdapi/src/classes/MetadataService.cls 9814 26 9814 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6944 /apex-mdapi/src/classes/MetadataService.cls 9814 26 9814 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6945 /apex-mdapi/src/classes/MetadataService.cls 9814 26 9814 89 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]*'
6945 /apex-mdapi/src/classes/MetadataService.cls 9814 26 9814 89 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]*'
6946 /apex-mdapi/src/classes/MetadataService.cls 9815 26 9815 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6946 /apex-mdapi/src/classes/MetadataService.cls 9815 26 9815 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6947 /apex-mdapi/src/classes/MetadataService.cls 9815 26 9815 73 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]*'
6947 /apex-mdapi/src/classes/MetadataService.cls 9815 26 9815 73 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]*'
6948 /apex-mdapi/src/classes/MetadataService.cls 9817 12 9823 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6948 /apex-mdapi/src/classes/MetadataService.cls 9817 12 9823 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6949 /apex-mdapi/src/classes/MetadataService.cls 9817 12 9823 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 'readTerritory2SettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6949 /apex-mdapi/src/classes/MetadataService.cls 9817 12 9823 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 'readTerritory2SettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6950 /apex-mdapi/src/classes/MetadataService.cls 9819 16 9819 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6950 /apex-mdapi/src/classes/MetadataService.cls 9819 16 9819 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6951 /apex-mdapi/src/classes/MetadataService.cls 9820 26 9820 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6951 /apex-mdapi/src/classes/MetadataService.cls 9820 26 9820 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6952 /apex-mdapi/src/classes/MetadataService.cls 9820 26 9820 99 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]*'
6952 /apex-mdapi/src/classes/MetadataService.cls 9820 26 9820 99 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]*'
6953 /apex-mdapi/src/classes/MetadataService.cls 9821 26 9821 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6953 /apex-mdapi/src/classes/MetadataService.cls 9821 26 9821 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6954 /apex-mdapi/src/classes/MetadataService.cls 9821 26 9821 89 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]*'
6954 /apex-mdapi/src/classes/MetadataService.cls 9821 26 9821 89 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]*'
6955 /apex-mdapi/src/classes/MetadataService.cls 9822 26 9822 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6955 /apex-mdapi/src/classes/MetadataService.cls 9822 26 9822 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6956 /apex-mdapi/src/classes/MetadataService.cls 9822 26 9822 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]*'
6956 /apex-mdapi/src/classes/MetadataService.cls 9822 26 9822 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]*'
6957 /apex-mdapi/src/classes/MetadataService.cls 9824 12 9830 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6957 /apex-mdapi/src/classes/MetadataService.cls 9824 12 9830 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6958 /apex-mdapi/src/classes/MetadataService.cls 9826 16 9826 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6958 /apex-mdapi/src/classes/MetadataService.cls 9826 16 9826 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6959 /apex-mdapi/src/classes/MetadataService.cls 9827 26 9827 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6959 /apex-mdapi/src/classes/MetadataService.cls 9827 26 9827 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6960 /apex-mdapi/src/classes/MetadataService.cls 9827 26 9827 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6960 /apex-mdapi/src/classes/MetadataService.cls 9827 26 9827 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6961 /apex-mdapi/src/classes/MetadataService.cls 9828 26 9828 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6961 /apex-mdapi/src/classes/MetadataService.cls 9828 26 9828 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6962 /apex-mdapi/src/classes/MetadataService.cls 9828 26 9828 89 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]*'
6962 /apex-mdapi/src/classes/MetadataService.cls 9828 26 9828 89 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]*'
6963 /apex-mdapi/src/classes/MetadataService.cls 9829 26 9829 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6963 /apex-mdapi/src/classes/MetadataService.cls 9829 26 9829 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6964 /apex-mdapi/src/classes/MetadataService.cls 9829 26 9829 73 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]*'
6964 /apex-mdapi/src/classes/MetadataService.cls 9829 26 9829 73 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]*'
6965 /apex-mdapi/src/classes/MetadataService.cls 9831 12 9837 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6965 /apex-mdapi/src/classes/MetadataService.cls 9831 12 9837 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6966 /apex-mdapi/src/classes/MetadataService.cls 9831 12 9837 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 'readTerritory2TypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6966 /apex-mdapi/src/classes/MetadataService.cls 9831 12 9837 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 'readTerritory2TypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6967 /apex-mdapi/src/classes/MetadataService.cls 9833 16 9833 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6967 /apex-mdapi/src/classes/MetadataService.cls 9833 16 9833 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6968 /apex-mdapi/src/classes/MetadataService.cls 9834 26 9834 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6968 /apex-mdapi/src/classes/MetadataService.cls 9834 26 9834 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6969 /apex-mdapi/src/classes/MetadataService.cls 9834 26 9834 99 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]*'
6969 /apex-mdapi/src/classes/MetadataService.cls 9834 26 9834 99 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]*'
6970 /apex-mdapi/src/classes/MetadataService.cls 9835 26 9835 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6970 /apex-mdapi/src/classes/MetadataService.cls 9835 26 9835 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6971 /apex-mdapi/src/classes/MetadataService.cls 9835 26 9835 89 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]*'
6971 /apex-mdapi/src/classes/MetadataService.cls 9835 26 9835 89 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]*'
6972 /apex-mdapi/src/classes/MetadataService.cls 9836 26 9836 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6972 /apex-mdapi/src/classes/MetadataService.cls 9836 26 9836 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6973 /apex-mdapi/src/classes/MetadataService.cls 9836 26 9836 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]*'
6973 /apex-mdapi/src/classes/MetadataService.cls 9836 26 9836 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]*'
6974 /apex-mdapi/src/classes/MetadataService.cls 9838 12 9844 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6974 /apex-mdapi/src/classes/MetadataService.cls 9838 12 9844 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6975 /apex-mdapi/src/classes/MetadataService.cls 9840 16 9840 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6975 /apex-mdapi/src/classes/MetadataService.cls 9840 16 9840 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6976 /apex-mdapi/src/classes/MetadataService.cls 9841 26 9841 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6976 /apex-mdapi/src/classes/MetadataService.cls 9841 26 9841 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6977 /apex-mdapi/src/classes/MetadataService.cls 9841 26 9841 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6977 /apex-mdapi/src/classes/MetadataService.cls 9841 26 9841 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6978 /apex-mdapi/src/classes/MetadataService.cls 9842 26 9842 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6978 /apex-mdapi/src/classes/MetadataService.cls 9842 26 9842 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6979 /apex-mdapi/src/classes/MetadataService.cls 9842 26 9842 89 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]*'
6979 /apex-mdapi/src/classes/MetadataService.cls 9842 26 9842 89 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]*'
6980 /apex-mdapi/src/classes/MetadataService.cls 9843 26 9843 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6980 /apex-mdapi/src/classes/MetadataService.cls 9843 26 9843 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6981 /apex-mdapi/src/classes/MetadataService.cls 9843 26 9843 73 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]*'
6981 /apex-mdapi/src/classes/MetadataService.cls 9843 26 9843 73 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]*'
6982 /apex-mdapi/src/classes/MetadataService.cls 9845 12 9851 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6982 /apex-mdapi/src/classes/MetadataService.cls 9845 12 9851 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6983 /apex-mdapi/src/classes/MetadataService.cls 9845 12 9851 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 'readXOrgHubResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6983 /apex-mdapi/src/classes/MetadataService.cls 9845 12 9851 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 'readXOrgHubResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
6984 /apex-mdapi/src/classes/MetadataService.cls 9847 16 9847 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6984 /apex-mdapi/src/classes/MetadataService.cls 9847 16 9847 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6985 /apex-mdapi/src/classes/MetadataService.cls 9848 26 9848 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6985 /apex-mdapi/src/classes/MetadataService.cls 9848 26 9848 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
6986 /apex-mdapi/src/classes/MetadataService.cls 9848 26 9848 99 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]*'
6986 /apex-mdapi/src/classes/MetadataService.cls 9848 26 9848 99 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]*'
6987 /apex-mdapi/src/classes/MetadataService.cls 9849 26 9849 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6987 /apex-mdapi/src/classes/MetadataService.cls 9849 26 9849 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6988 /apex-mdapi/src/classes/MetadataService.cls 9849 26 9849 89 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]*'
6988 /apex-mdapi/src/classes/MetadataService.cls 9849 26 9849 89 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]*'
6989 /apex-mdapi/src/classes/MetadataService.cls 9850 26 9850 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6989 /apex-mdapi/src/classes/MetadataService.cls 9850 26 9850 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6990 /apex-mdapi/src/classes/MetadataService.cls 9850 26 9850 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]*'
6990 /apex-mdapi/src/classes/MetadataService.cls 9850 26 9850 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]*'
6991 /apex-mdapi/src/classes/MetadataService.cls 9852 12 9858 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6991 /apex-mdapi/src/classes/MetadataService.cls 9852 12 9858 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6992 /apex-mdapi/src/classes/MetadataService.cls 9854 16 9854 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6992 /apex-mdapi/src/classes/MetadataService.cls 9854 16 9854 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6993 /apex-mdapi/src/classes/MetadataService.cls 9855 26 9855 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6993 /apex-mdapi/src/classes/MetadataService.cls 9855 26 9855 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
6994 /apex-mdapi/src/classes/MetadataService.cls 9855 26 9855 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6994 /apex-mdapi/src/classes/MetadataService.cls 9855 26 9855 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
6995 /apex-mdapi/src/classes/MetadataService.cls 9856 26 9856 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6995 /apex-mdapi/src/classes/MetadataService.cls 9856 26 9856 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
6996 /apex-mdapi/src/classes/MetadataService.cls 9856 26 9856 89 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]*'
6996 /apex-mdapi/src/classes/MetadataService.cls 9856 26 9856 89 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]*'
6997 /apex-mdapi/src/classes/MetadataService.cls 9857 26 9857 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6997 /apex-mdapi/src/classes/MetadataService.cls 9857 26 9857 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
6998 /apex-mdapi/src/classes/MetadataService.cls 9857 26 9857 73 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]*'
6998 /apex-mdapi/src/classes/MetadataService.cls 9857 26 9857 73 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]*'
6999 /apex-mdapi/src/classes/MetadataService.cls 9859 12 9865 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
6999 /apex-mdapi/src/classes/MetadataService.cls 9859 12 9865 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7000 /apex-mdapi/src/classes/MetadataService.cls 9859 12 9865 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 'readActionLinkGroupTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7000 /apex-mdapi/src/classes/MetadataService.cls 9859 12 9865 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 'readActionLinkGroupTemplateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7001 /apex-mdapi/src/classes/MetadataService.cls 9861 16 9861 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7001 /apex-mdapi/src/classes/MetadataService.cls 9861 16 9861 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7002 /apex-mdapi/src/classes/MetadataService.cls 9862 26 9862 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7002 /apex-mdapi/src/classes/MetadataService.cls 9862 26 9862 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7003 /apex-mdapi/src/classes/MetadataService.cls 9862 26 9862 99 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]*'
7003 /apex-mdapi/src/classes/MetadataService.cls 9862 26 9862 99 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]*'
7004 /apex-mdapi/src/classes/MetadataService.cls 9863 26 9863 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7004 /apex-mdapi/src/classes/MetadataService.cls 9863 26 9863 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7005 /apex-mdapi/src/classes/MetadataService.cls 9863 26 9863 89 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]*'
7005 /apex-mdapi/src/classes/MetadataService.cls 9863 26 9863 89 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]*'
7006 /apex-mdapi/src/classes/MetadataService.cls 9864 26 9864 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7006 /apex-mdapi/src/classes/MetadataService.cls 9864 26 9864 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7007 /apex-mdapi/src/classes/MetadataService.cls 9864 26 9864 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]*'
7007 /apex-mdapi/src/classes/MetadataService.cls 9864 26 9864 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]*'
7008 /apex-mdapi/src/classes/MetadataService.cls 9866 12 9872 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7008 /apex-mdapi/src/classes/MetadataService.cls 9866 12 9872 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7009 /apex-mdapi/src/classes/MetadataService.cls 9868 16 9868 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7009 /apex-mdapi/src/classes/MetadataService.cls 9868 16 9868 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7010 /apex-mdapi/src/classes/MetadataService.cls 9869 26 9869 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7010 /apex-mdapi/src/classes/MetadataService.cls 9869 26 9869 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7011 /apex-mdapi/src/classes/MetadataService.cls 9869 26 9869 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7011 /apex-mdapi/src/classes/MetadataService.cls 9869 26 9869 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7012 /apex-mdapi/src/classes/MetadataService.cls 9870 26 9870 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7012 /apex-mdapi/src/classes/MetadataService.cls 9870 26 9870 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7013 /apex-mdapi/src/classes/MetadataService.cls 9870 26 9870 89 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]*'
7013 /apex-mdapi/src/classes/MetadataService.cls 9870 26 9870 89 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]*'
7014 /apex-mdapi/src/classes/MetadataService.cls 9871 26 9871 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7014 /apex-mdapi/src/classes/MetadataService.cls 9871 26 9871 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7015 /apex-mdapi/src/classes/MetadataService.cls 9871 26 9871 73 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]*'
7015 /apex-mdapi/src/classes/MetadataService.cls 9871 26 9871 73 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]*'
7016 /apex-mdapi/src/classes/MetadataService.cls 9873 12 9879 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7016 /apex-mdapi/src/classes/MetadataService.cls 9873 12 9879 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7017 /apex-mdapi/src/classes/MetadataService.cls 9873 12 9879 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 'readLicenseDefinitionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7017 /apex-mdapi/src/classes/MetadataService.cls 9873 12 9879 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 'readLicenseDefinitionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7018 /apex-mdapi/src/classes/MetadataService.cls 9875 16 9875 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7018 /apex-mdapi/src/classes/MetadataService.cls 9875 16 9875 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7019 /apex-mdapi/src/classes/MetadataService.cls 9876 26 9876 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7019 /apex-mdapi/src/classes/MetadataService.cls 9876 26 9876 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7020 /apex-mdapi/src/classes/MetadataService.cls 9876 26 9876 99 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]*'
7020 /apex-mdapi/src/classes/MetadataService.cls 9876 26 9876 99 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]*'
7021 /apex-mdapi/src/classes/MetadataService.cls 9877 26 9877 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7021 /apex-mdapi/src/classes/MetadataService.cls 9877 26 9877 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7022 /apex-mdapi/src/classes/MetadataService.cls 9877 26 9877 89 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]*'
7022 /apex-mdapi/src/classes/MetadataService.cls 9877 26 9877 89 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]*'
7023 /apex-mdapi/src/classes/MetadataService.cls 9878 26 9878 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7023 /apex-mdapi/src/classes/MetadataService.cls 9878 26 9878 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7024 /apex-mdapi/src/classes/MetadataService.cls 9878 26 9878 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]*'
7024 /apex-mdapi/src/classes/MetadataService.cls 9878 26 9878 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]*'
7025 /apex-mdapi/src/classes/MetadataService.cls 9880 12 9886 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7025 /apex-mdapi/src/classes/MetadataService.cls 9880 12 9886 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7026 /apex-mdapi/src/classes/MetadataService.cls 9882 16 9882 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7026 /apex-mdapi/src/classes/MetadataService.cls 9882 16 9882 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7027 /apex-mdapi/src/classes/MetadataService.cls 9883 26 9883 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7027 /apex-mdapi/src/classes/MetadataService.cls 9883 26 9883 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7028 /apex-mdapi/src/classes/MetadataService.cls 9883 26 9883 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7028 /apex-mdapi/src/classes/MetadataService.cls 9883 26 9883 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7029 /apex-mdapi/src/classes/MetadataService.cls 9884 26 9884 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7029 /apex-mdapi/src/classes/MetadataService.cls 9884 26 9884 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7030 /apex-mdapi/src/classes/MetadataService.cls 9884 26 9884 89 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]*'
7030 /apex-mdapi/src/classes/MetadataService.cls 9884 26 9884 89 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]*'
7031 /apex-mdapi/src/classes/MetadataService.cls 9885 26 9885 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7031 /apex-mdapi/src/classes/MetadataService.cls 9885 26 9885 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7032 /apex-mdapi/src/classes/MetadataService.cls 9885 26 9885 73 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]*'
7032 /apex-mdapi/src/classes/MetadataService.cls 9885 26 9885 73 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]*'
7033 /apex-mdapi/src/classes/MetadataService.cls 9887 12 9893 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7033 /apex-mdapi/src/classes/MetadataService.cls 9887 12 9893 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7034 /apex-mdapi/src/classes/MetadataService.cls 9887 12 9893 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 'readMarketingResourceTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7034 /apex-mdapi/src/classes/MetadataService.cls 9887 12 9893 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 'readMarketingResourceTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7035 /apex-mdapi/src/classes/MetadataService.cls 9889 16 9889 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7035 /apex-mdapi/src/classes/MetadataService.cls 9889 16 9889 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7036 /apex-mdapi/src/classes/MetadataService.cls 9890 26 9890 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7036 /apex-mdapi/src/classes/MetadataService.cls 9890 26 9890 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7037 /apex-mdapi/src/classes/MetadataService.cls 9890 26 9890 99 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]*'
7037 /apex-mdapi/src/classes/MetadataService.cls 9890 26 9890 99 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]*'
7038 /apex-mdapi/src/classes/MetadataService.cls 9891 26 9891 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7038 /apex-mdapi/src/classes/MetadataService.cls 9891 26 9891 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7039 /apex-mdapi/src/classes/MetadataService.cls 9891 26 9891 89 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]*'
7039 /apex-mdapi/src/classes/MetadataService.cls 9891 26 9891 89 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]*'
7040 /apex-mdapi/src/classes/MetadataService.cls 9892 26 9892 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7040 /apex-mdapi/src/classes/MetadataService.cls 9892 26 9892 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7041 /apex-mdapi/src/classes/MetadataService.cls 9892 26 9892 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]*'
7041 /apex-mdapi/src/classes/MetadataService.cls 9892 26 9892 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]*'
7042 /apex-mdapi/src/classes/MetadataService.cls 9894 12 9900 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7042 /apex-mdapi/src/classes/MetadataService.cls 9894 12 9900 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7043 /apex-mdapi/src/classes/MetadataService.cls 9896 16 9896 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7043 /apex-mdapi/src/classes/MetadataService.cls 9896 16 9896 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7044 /apex-mdapi/src/classes/MetadataService.cls 9897 26 9897 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7044 /apex-mdapi/src/classes/MetadataService.cls 9897 26 9897 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7045 /apex-mdapi/src/classes/MetadataService.cls 9897 26 9897 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7045 /apex-mdapi/src/classes/MetadataService.cls 9897 26 9897 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7046 /apex-mdapi/src/classes/MetadataService.cls 9898 26 9898 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7046 /apex-mdapi/src/classes/MetadataService.cls 9898 26 9898 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7047 /apex-mdapi/src/classes/MetadataService.cls 9898 26 9898 89 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]*'
7047 /apex-mdapi/src/classes/MetadataService.cls 9898 26 9898 89 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]*'
7048 /apex-mdapi/src/classes/MetadataService.cls 9899 26 9899 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7048 /apex-mdapi/src/classes/MetadataService.cls 9899 26 9899 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7049 /apex-mdapi/src/classes/MetadataService.cls 9899 26 9899 73 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]*'
7049 /apex-mdapi/src/classes/MetadataService.cls 9899 26 9899 73 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]*'
7050 /apex-mdapi/src/classes/MetadataService.cls 9901 12 9907 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7050 /apex-mdapi/src/classes/MetadataService.cls 9901 12 9907 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7051 /apex-mdapi/src/classes/MetadataService.cls 9901 12 9907 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 'readMatchingRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7051 /apex-mdapi/src/classes/MetadataService.cls 9901 12 9907 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 'readMatchingRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7052 /apex-mdapi/src/classes/MetadataService.cls 9903 16 9903 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7052 /apex-mdapi/src/classes/MetadataService.cls 9903 16 9903 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7053 /apex-mdapi/src/classes/MetadataService.cls 9904 26 9904 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7053 /apex-mdapi/src/classes/MetadataService.cls 9904 26 9904 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7054 /apex-mdapi/src/classes/MetadataService.cls 9904 26 9904 99 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]*'
7054 /apex-mdapi/src/classes/MetadataService.cls 9904 26 9904 99 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]*'
7055 /apex-mdapi/src/classes/MetadataService.cls 9905 26 9905 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7055 /apex-mdapi/src/classes/MetadataService.cls 9905 26 9905 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7056 /apex-mdapi/src/classes/MetadataService.cls 9905 26 9905 89 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]*'
7056 /apex-mdapi/src/classes/MetadataService.cls 9905 26 9905 89 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]*'
7057 /apex-mdapi/src/classes/MetadataService.cls 9906 26 9906 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7057 /apex-mdapi/src/classes/MetadataService.cls 9906 26 9906 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7058 /apex-mdapi/src/classes/MetadataService.cls 9906 26 9906 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]*'
7058 /apex-mdapi/src/classes/MetadataService.cls 9906 26 9906 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]*'
7059 /apex-mdapi/src/classes/MetadataService.cls 9908 12 9914 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7059 /apex-mdapi/src/classes/MetadataService.cls 9908 12 9914 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7060 /apex-mdapi/src/classes/MetadataService.cls 9910 16 9910 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7060 /apex-mdapi/src/classes/MetadataService.cls 9910 16 9910 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7061 /apex-mdapi/src/classes/MetadataService.cls 9911 26 9911 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7061 /apex-mdapi/src/classes/MetadataService.cls 9911 26 9911 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7062 /apex-mdapi/src/classes/MetadataService.cls 9911 26 9911 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7062 /apex-mdapi/src/classes/MetadataService.cls 9911 26 9911 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7063 /apex-mdapi/src/classes/MetadataService.cls 9912 26 9912 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7063 /apex-mdapi/src/classes/MetadataService.cls 9912 26 9912 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7064 /apex-mdapi/src/classes/MetadataService.cls 9912 26 9912 89 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]*'
7064 /apex-mdapi/src/classes/MetadataService.cls 9912 26 9912 89 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]*'
7065 /apex-mdapi/src/classes/MetadataService.cls 9913 26 9913 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7065 /apex-mdapi/src/classes/MetadataService.cls 9913 26 9913 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7066 /apex-mdapi/src/classes/MetadataService.cls 9913 26 9913 73 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]*'
7066 /apex-mdapi/src/classes/MetadataService.cls 9913 26 9913 73 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]*'
7067 /apex-mdapi/src/classes/MetadataService.cls 9915 12 9921 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7067 /apex-mdapi/src/classes/MetadataService.cls 9915 12 9921 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7068 /apex-mdapi/src/classes/MetadataService.cls 9915 12 9921 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 'readMatchingRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7068 /apex-mdapi/src/classes/MetadataService.cls 9915 12 9921 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 'readMatchingRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7069 /apex-mdapi/src/classes/MetadataService.cls 9917 16 9917 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7069 /apex-mdapi/src/classes/MetadataService.cls 9917 16 9917 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7070 /apex-mdapi/src/classes/MetadataService.cls 9918 26 9918 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7070 /apex-mdapi/src/classes/MetadataService.cls 9918 26 9918 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7071 /apex-mdapi/src/classes/MetadataService.cls 9918 26 9918 99 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]*'
7071 /apex-mdapi/src/classes/MetadataService.cls 9918 26 9918 99 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]*'
7072 /apex-mdapi/src/classes/MetadataService.cls 9919 26 9919 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7072 /apex-mdapi/src/classes/MetadataService.cls 9919 26 9919 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7073 /apex-mdapi/src/classes/MetadataService.cls 9919 26 9919 89 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]*'
7073 /apex-mdapi/src/classes/MetadataService.cls 9919 26 9919 89 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]*'
7074 /apex-mdapi/src/classes/MetadataService.cls 9920 26 9920 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7074 /apex-mdapi/src/classes/MetadataService.cls 9920 26 9920 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7075 /apex-mdapi/src/classes/MetadataService.cls 9920 26 9920 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]*'
7075 /apex-mdapi/src/classes/MetadataService.cls 9920 26 9920 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]*'
7076 /apex-mdapi/src/classes/MetadataService.cls 9922 12 9928 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7076 /apex-mdapi/src/classes/MetadataService.cls 9922 12 9928 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7077 /apex-mdapi/src/classes/MetadataService.cls 9924 16 9924 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7077 /apex-mdapi/src/classes/MetadataService.cls 9924 16 9924 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7078 /apex-mdapi/src/classes/MetadataService.cls 9925 26 9925 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7078 /apex-mdapi/src/classes/MetadataService.cls 9925 26 9925 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7079 /apex-mdapi/src/classes/MetadataService.cls 9925 26 9925 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7079 /apex-mdapi/src/classes/MetadataService.cls 9925 26 9925 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7080 /apex-mdapi/src/classes/MetadataService.cls 9926 26 9926 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7080 /apex-mdapi/src/classes/MetadataService.cls 9926 26 9926 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7081 /apex-mdapi/src/classes/MetadataService.cls 9926 26 9926 89 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]*'
7081 /apex-mdapi/src/classes/MetadataService.cls 9926 26 9926 89 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]*'
7082 /apex-mdapi/src/classes/MetadataService.cls 9927 26 9927 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7082 /apex-mdapi/src/classes/MetadataService.cls 9927 26 9927 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7083 /apex-mdapi/src/classes/MetadataService.cls 9927 26 9927 73 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]*'
7083 /apex-mdapi/src/classes/MetadataService.cls 9927 26 9927 73 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]*'
7084 /apex-mdapi/src/classes/MetadataService.cls 9929 12 9935 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7084 /apex-mdapi/src/classes/MetadataService.cls 9929 12 9935 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7085 /apex-mdapi/src/classes/MetadataService.cls 9929 12 9935 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 'readNamedCredentialResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7085 /apex-mdapi/src/classes/MetadataService.cls 9929 12 9935 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 'readNamedCredentialResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7086 /apex-mdapi/src/classes/MetadataService.cls 9931 16 9931 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7086 /apex-mdapi/src/classes/MetadataService.cls 9931 16 9931 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7087 /apex-mdapi/src/classes/MetadataService.cls 9932 26 9932 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7087 /apex-mdapi/src/classes/MetadataService.cls 9932 26 9932 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7088 /apex-mdapi/src/classes/MetadataService.cls 9932 26 9932 99 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]*'
7088 /apex-mdapi/src/classes/MetadataService.cls 9932 26 9932 99 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]*'
7089 /apex-mdapi/src/classes/MetadataService.cls 9933 26 9933 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7089 /apex-mdapi/src/classes/MetadataService.cls 9933 26 9933 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7090 /apex-mdapi/src/classes/MetadataService.cls 9933 26 9933 89 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]*'
7090 /apex-mdapi/src/classes/MetadataService.cls 9933 26 9933 89 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]*'
7091 /apex-mdapi/src/classes/MetadataService.cls 9934 26 9934 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7091 /apex-mdapi/src/classes/MetadataService.cls 9934 26 9934 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7092 /apex-mdapi/src/classes/MetadataService.cls 9934 26 9934 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]*'
7092 /apex-mdapi/src/classes/MetadataService.cls 9934 26 9934 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]*'
7093 /apex-mdapi/src/classes/MetadataService.cls 9936 12 9942 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7093 /apex-mdapi/src/classes/MetadataService.cls 9936 12 9942 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7094 /apex-mdapi/src/classes/MetadataService.cls 9938 16 9938 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7094 /apex-mdapi/src/classes/MetadataService.cls 9938 16 9938 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7095 /apex-mdapi/src/classes/MetadataService.cls 9939 26 9939 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7095 /apex-mdapi/src/classes/MetadataService.cls 9939 26 9939 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7096 /apex-mdapi/src/classes/MetadataService.cls 9939 26 9939 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7096 /apex-mdapi/src/classes/MetadataService.cls 9939 26 9939 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7097 /apex-mdapi/src/classes/MetadataService.cls 9940 26 9940 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7097 /apex-mdapi/src/classes/MetadataService.cls 9940 26 9940 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7098 /apex-mdapi/src/classes/MetadataService.cls 9940 26 9940 89 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]*'
7098 /apex-mdapi/src/classes/MetadataService.cls 9940 26 9940 89 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]*'
7099 /apex-mdapi/src/classes/MetadataService.cls 9941 26 9941 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7099 /apex-mdapi/src/classes/MetadataService.cls 9941 26 9941 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7100 /apex-mdapi/src/classes/MetadataService.cls 9941 26 9941 73 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]*'
7100 /apex-mdapi/src/classes/MetadataService.cls 9941 26 9941 73 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]*'
7101 /apex-mdapi/src/classes/MetadataService.cls 9943 12 9949 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7101 /apex-mdapi/src/classes/MetadataService.cls 9943 12 9949 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7102 /apex-mdapi/src/classes/MetadataService.cls 9943 12 9949 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 'readPersonalJourneySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7102 /apex-mdapi/src/classes/MetadataService.cls 9943 12 9949 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 'readPersonalJourneySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7103 /apex-mdapi/src/classes/MetadataService.cls 9945 16 9945 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7103 /apex-mdapi/src/classes/MetadataService.cls 9945 16 9945 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7104 /apex-mdapi/src/classes/MetadataService.cls 9946 26 9946 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7104 /apex-mdapi/src/classes/MetadataService.cls 9946 26 9946 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7105 /apex-mdapi/src/classes/MetadataService.cls 9946 26 9946 99 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]*'
7105 /apex-mdapi/src/classes/MetadataService.cls 9946 26 9946 99 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]*'
7106 /apex-mdapi/src/classes/MetadataService.cls 9947 26 9947 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7106 /apex-mdapi/src/classes/MetadataService.cls 9947 26 9947 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7107 /apex-mdapi/src/classes/MetadataService.cls 9947 26 9947 89 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]*'
7107 /apex-mdapi/src/classes/MetadataService.cls 9947 26 9947 89 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]*'
7108 /apex-mdapi/src/classes/MetadataService.cls 9948 26 9948 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7108 /apex-mdapi/src/classes/MetadataService.cls 9948 26 9948 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7109 /apex-mdapi/src/classes/MetadataService.cls 9948 26 9948 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]*'
7109 /apex-mdapi/src/classes/MetadataService.cls 9948 26 9948 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]*'
7110 /apex-mdapi/src/classes/MetadataService.cls 9950 12 9956 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7110 /apex-mdapi/src/classes/MetadataService.cls 9950 12 9956 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7111 /apex-mdapi/src/classes/MetadataService.cls 9952 16 9952 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7111 /apex-mdapi/src/classes/MetadataService.cls 9952 16 9952 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7112 /apex-mdapi/src/classes/MetadataService.cls 9953 26 9953 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7112 /apex-mdapi/src/classes/MetadataService.cls 9953 26 9953 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7113 /apex-mdapi/src/classes/MetadataService.cls 9953 26 9953 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7113 /apex-mdapi/src/classes/MetadataService.cls 9953 26 9953 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7114 /apex-mdapi/src/classes/MetadataService.cls 9954 26 9954 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7114 /apex-mdapi/src/classes/MetadataService.cls 9954 26 9954 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7115 /apex-mdapi/src/classes/MetadataService.cls 9954 26 9954 89 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]*'
7115 /apex-mdapi/src/classes/MetadataService.cls 9954 26 9954 89 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]*'
7116 /apex-mdapi/src/classes/MetadataService.cls 9955 26 9955 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7116 /apex-mdapi/src/classes/MetadataService.cls 9955 26 9955 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7117 /apex-mdapi/src/classes/MetadataService.cls 9955 26 9955 73 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]*'
7117 /apex-mdapi/src/classes/MetadataService.cls 9955 26 9955 73 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]*'
7118 /apex-mdapi/src/classes/MetadataService.cls 9957 12 9963 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7118 /apex-mdapi/src/classes/MetadataService.cls 9957 12 9963 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7119 /apex-mdapi/src/classes/MetadataService.cls 9957 12 9963 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 'readSharingRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7119 /apex-mdapi/src/classes/MetadataService.cls 9957 12 9963 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 'readSharingRulesResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7120 /apex-mdapi/src/classes/MetadataService.cls 9959 16 9959 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7120 /apex-mdapi/src/classes/MetadataService.cls 9959 16 9959 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7121 /apex-mdapi/src/classes/MetadataService.cls 9960 26 9960 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7121 /apex-mdapi/src/classes/MetadataService.cls 9960 26 9960 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7122 /apex-mdapi/src/classes/MetadataService.cls 9960 26 9960 99 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]*'
7122 /apex-mdapi/src/classes/MetadataService.cls 9960 26 9960 99 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]*'
7123 /apex-mdapi/src/classes/MetadataService.cls 9961 26 9961 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7123 /apex-mdapi/src/classes/MetadataService.cls 9961 26 9961 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7124 /apex-mdapi/src/classes/MetadataService.cls 9961 26 9961 89 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]*'
7124 /apex-mdapi/src/classes/MetadataService.cls 9961 26 9961 89 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]*'
7125 /apex-mdapi/src/classes/MetadataService.cls 9962 26 9962 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7125 /apex-mdapi/src/classes/MetadataService.cls 9962 26 9962 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7126 /apex-mdapi/src/classes/MetadataService.cls 9962 26 9962 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]*'
7126 /apex-mdapi/src/classes/MetadataService.cls 9962 26 9962 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]*'
7127 /apex-mdapi/src/classes/MetadataService.cls 9964 12 9970 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7127 /apex-mdapi/src/classes/MetadataService.cls 9964 12 9970 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7128 /apex-mdapi/src/classes/MetadataService.cls 9966 16 9966 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7128 /apex-mdapi/src/classes/MetadataService.cls 9966 16 9966 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7129 /apex-mdapi/src/classes/MetadataService.cls 9967 26 9967 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7129 /apex-mdapi/src/classes/MetadataService.cls 9967 26 9967 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7130 /apex-mdapi/src/classes/MetadataService.cls 9967 26 9967 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7130 /apex-mdapi/src/classes/MetadataService.cls 9967 26 9967 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7131 /apex-mdapi/src/classes/MetadataService.cls 9968 26 9968 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7131 /apex-mdapi/src/classes/MetadataService.cls 9968 26 9968 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7132 /apex-mdapi/src/classes/MetadataService.cls 9968 26 9968 89 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]*'
7132 /apex-mdapi/src/classes/MetadataService.cls 9968 26 9968 89 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]*'
7133 /apex-mdapi/src/classes/MetadataService.cls 9969 26 9969 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7133 /apex-mdapi/src/classes/MetadataService.cls 9969 26 9969 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7134 /apex-mdapi/src/classes/MetadataService.cls 9969 26 9969 73 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]*'
7134 /apex-mdapi/src/classes/MetadataService.cls 9969 26 9969 73 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]*'
7135 /apex-mdapi/src/classes/MetadataService.cls 9971 12 9977 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7135 /apex-mdapi/src/classes/MetadataService.cls 9971 12 9977 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7136 /apex-mdapi/src/classes/MetadataService.cls 9971 12 9977 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 'readSharingBaseRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7136 /apex-mdapi/src/classes/MetadataService.cls 9971 12 9977 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 'readSharingBaseRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7137 /apex-mdapi/src/classes/MetadataService.cls 9973 16 9973 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7137 /apex-mdapi/src/classes/MetadataService.cls 9973 16 9973 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7138 /apex-mdapi/src/classes/MetadataService.cls 9974 26 9974 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7138 /apex-mdapi/src/classes/MetadataService.cls 9974 26 9974 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7139 /apex-mdapi/src/classes/MetadataService.cls 9974 26 9974 99 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]*'
7139 /apex-mdapi/src/classes/MetadataService.cls 9974 26 9974 99 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]*'
7140 /apex-mdapi/src/classes/MetadataService.cls 9975 26 9975 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7140 /apex-mdapi/src/classes/MetadataService.cls 9975 26 9975 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7141 /apex-mdapi/src/classes/MetadataService.cls 9975 26 9975 89 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]*'
7141 /apex-mdapi/src/classes/MetadataService.cls 9975 26 9975 89 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]*'
7142 /apex-mdapi/src/classes/MetadataService.cls 9976 26 9976 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7142 /apex-mdapi/src/classes/MetadataService.cls 9976 26 9976 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7143 /apex-mdapi/src/classes/MetadataService.cls 9976 26 9976 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]*'
7143 /apex-mdapi/src/classes/MetadataService.cls 9976 26 9976 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]*'
7144 /apex-mdapi/src/classes/MetadataService.cls 9978 12 9984 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7144 /apex-mdapi/src/classes/MetadataService.cls 9978 12 9984 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7145 /apex-mdapi/src/classes/MetadataService.cls 9980 16 9980 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7145 /apex-mdapi/src/classes/MetadataService.cls 9980 16 9980 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7146 /apex-mdapi/src/classes/MetadataService.cls 9981 26 9981 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7146 /apex-mdapi/src/classes/MetadataService.cls 9981 26 9981 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7147 /apex-mdapi/src/classes/MetadataService.cls 9981 26 9981 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7147 /apex-mdapi/src/classes/MetadataService.cls 9981 26 9981 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7148 /apex-mdapi/src/classes/MetadataService.cls 9982 26 9982 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7148 /apex-mdapi/src/classes/MetadataService.cls 9982 26 9982 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7149 /apex-mdapi/src/classes/MetadataService.cls 9982 26 9982 89 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]*'
7149 /apex-mdapi/src/classes/MetadataService.cls 9982 26 9982 89 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]*'
7150 /apex-mdapi/src/classes/MetadataService.cls 9983 26 9983 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7150 /apex-mdapi/src/classes/MetadataService.cls 9983 26 9983 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7151 /apex-mdapi/src/classes/MetadataService.cls 9983 26 9983 73 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]*'
7151 /apex-mdapi/src/classes/MetadataService.cls 9983 26 9983 73 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]*'
7152 /apex-mdapi/src/classes/MetadataService.cls 9985 12 9991 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7152 /apex-mdapi/src/classes/MetadataService.cls 9985 12 9991 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7153 /apex-mdapi/src/classes/MetadataService.cls 9985 12 9991 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 'readSharingCriteriaRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7153 /apex-mdapi/src/classes/MetadataService.cls 9985 12 9991 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 'readSharingCriteriaRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7154 /apex-mdapi/src/classes/MetadataService.cls 9987 16 9987 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7154 /apex-mdapi/src/classes/MetadataService.cls 9987 16 9987 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7155 /apex-mdapi/src/classes/MetadataService.cls 9988 26 9988 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7155 /apex-mdapi/src/classes/MetadataService.cls 9988 26 9988 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7156 /apex-mdapi/src/classes/MetadataService.cls 9988 26 9988 99 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]*'
7156 /apex-mdapi/src/classes/MetadataService.cls 9988 26 9988 99 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]*'
7157 /apex-mdapi/src/classes/MetadataService.cls 9989 26 9989 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7157 /apex-mdapi/src/classes/MetadataService.cls 9989 26 9989 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7158 /apex-mdapi/src/classes/MetadataService.cls 9989 26 9989 89 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]*'
7158 /apex-mdapi/src/classes/MetadataService.cls 9989 26 9989 89 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]*'
7159 /apex-mdapi/src/classes/MetadataService.cls 9990 26 9990 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7159 /apex-mdapi/src/classes/MetadataService.cls 9990 26 9990 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7160 /apex-mdapi/src/classes/MetadataService.cls 9990 26 9990 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]*'
7160 /apex-mdapi/src/classes/MetadataService.cls 9990 26 9990 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]*'
7161 /apex-mdapi/src/classes/MetadataService.cls 9992 12 9998 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7161 /apex-mdapi/src/classes/MetadataService.cls 9992 12 9998 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7162 /apex-mdapi/src/classes/MetadataService.cls 9994 16 9994 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7162 /apex-mdapi/src/classes/MetadataService.cls 9994 16 9994 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7163 /apex-mdapi/src/classes/MetadataService.cls 9995 26 9995 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7163 /apex-mdapi/src/classes/MetadataService.cls 9995 26 9995 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7164 /apex-mdapi/src/classes/MetadataService.cls 9995 26 9995 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7164 /apex-mdapi/src/classes/MetadataService.cls 9995 26 9995 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7165 /apex-mdapi/src/classes/MetadataService.cls 9996 26 9996 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7165 /apex-mdapi/src/classes/MetadataService.cls 9996 26 9996 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7166 /apex-mdapi/src/classes/MetadataService.cls 9996 26 9996 89 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]*'
7166 /apex-mdapi/src/classes/MetadataService.cls 9996 26 9996 89 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]*'
7167 /apex-mdapi/src/classes/MetadataService.cls 9997 26 9997 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7167 /apex-mdapi/src/classes/MetadataService.cls 9997 26 9997 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7168 /apex-mdapi/src/classes/MetadataService.cls 9997 26 9997 73 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]*'
7168 /apex-mdapi/src/classes/MetadataService.cls 9997 26 9997 73 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]*'
7169 /apex-mdapi/src/classes/MetadataService.cls 9999 12 10005 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7169 /apex-mdapi/src/classes/MetadataService.cls 9999 12 10005 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7170 /apex-mdapi/src/classes/MetadataService.cls 9999 12 10005 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 'readSharingOwnerRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7170 /apex-mdapi/src/classes/MetadataService.cls 9999 12 10005 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 'readSharingOwnerRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7171 /apex-mdapi/src/classes/MetadataService.cls 10001 16 10001 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7171 /apex-mdapi/src/classes/MetadataService.cls 10001 16 10001 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7172 /apex-mdapi/src/classes/MetadataService.cls 10002 26 10002 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7172 /apex-mdapi/src/classes/MetadataService.cls 10002 26 10002 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7173 /apex-mdapi/src/classes/MetadataService.cls 10002 26 10002 99 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]*'
7173 /apex-mdapi/src/classes/MetadataService.cls 10002 26 10002 99 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]*'
7174 /apex-mdapi/src/classes/MetadataService.cls 10003 26 10003 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7174 /apex-mdapi/src/classes/MetadataService.cls 10003 26 10003 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7175 /apex-mdapi/src/classes/MetadataService.cls 10003 26 10003 89 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]*'
7175 /apex-mdapi/src/classes/MetadataService.cls 10003 26 10003 89 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]*'
7176 /apex-mdapi/src/classes/MetadataService.cls 10004 26 10004 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7176 /apex-mdapi/src/classes/MetadataService.cls 10004 26 10004 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7177 /apex-mdapi/src/classes/MetadataService.cls 10004 26 10004 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]*'
7177 /apex-mdapi/src/classes/MetadataService.cls 10004 26 10004 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]*'
7178 /apex-mdapi/src/classes/MetadataService.cls 10006 12 10012 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7178 /apex-mdapi/src/classes/MetadataService.cls 10006 12 10012 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7179 /apex-mdapi/src/classes/MetadataService.cls 10008 16 10008 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7179 /apex-mdapi/src/classes/MetadataService.cls 10008 16 10008 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7180 /apex-mdapi/src/classes/MetadataService.cls 10009 26 10009 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7180 /apex-mdapi/src/classes/MetadataService.cls 10009 26 10009 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7181 /apex-mdapi/src/classes/MetadataService.cls 10009 26 10009 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7181 /apex-mdapi/src/classes/MetadataService.cls 10009 26 10009 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7182 /apex-mdapi/src/classes/MetadataService.cls 10010 26 10010 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7182 /apex-mdapi/src/classes/MetadataService.cls 10010 26 10010 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7183 /apex-mdapi/src/classes/MetadataService.cls 10010 26 10010 89 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]*'
7183 /apex-mdapi/src/classes/MetadataService.cls 10010 26 10010 89 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]*'
7184 /apex-mdapi/src/classes/MetadataService.cls 10011 26 10011 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7184 /apex-mdapi/src/classes/MetadataService.cls 10011 26 10011 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7185 /apex-mdapi/src/classes/MetadataService.cls 10011 26 10011 73 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]*'
7185 /apex-mdapi/src/classes/MetadataService.cls 10011 26 10011 73 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]*'
7186 /apex-mdapi/src/classes/MetadataService.cls 10013 12 10019 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7186 /apex-mdapi/src/classes/MetadataService.cls 10013 12 10019 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7187 /apex-mdapi/src/classes/MetadataService.cls 10013 12 10019 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 'readSharingTerritoryRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7187 /apex-mdapi/src/classes/MetadataService.cls 10013 12 10019 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 'readSharingTerritoryRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7188 /apex-mdapi/src/classes/MetadataService.cls 10015 16 10015 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7188 /apex-mdapi/src/classes/MetadataService.cls 10015 16 10015 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7189 /apex-mdapi/src/classes/MetadataService.cls 10016 26 10016 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7189 /apex-mdapi/src/classes/MetadataService.cls 10016 26 10016 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7190 /apex-mdapi/src/classes/MetadataService.cls 10016 26 10016 99 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]*'
7190 /apex-mdapi/src/classes/MetadataService.cls 10016 26 10016 99 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]*'
7191 /apex-mdapi/src/classes/MetadataService.cls 10017 26 10017 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7191 /apex-mdapi/src/classes/MetadataService.cls 10017 26 10017 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7192 /apex-mdapi/src/classes/MetadataService.cls 10017 26 10017 89 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]*'
7192 /apex-mdapi/src/classes/MetadataService.cls 10017 26 10017 89 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]*'
7193 /apex-mdapi/src/classes/MetadataService.cls 10018 26 10018 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7193 /apex-mdapi/src/classes/MetadataService.cls 10018 26 10018 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7194 /apex-mdapi/src/classes/MetadataService.cls 10018 26 10018 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]*'
7194 /apex-mdapi/src/classes/MetadataService.cls 10018 26 10018 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]*'
7195 /apex-mdapi/src/classes/MetadataService.cls 10020 12 10026 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7195 /apex-mdapi/src/classes/MetadataService.cls 10020 12 10026 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7196 /apex-mdapi/src/classes/MetadataService.cls 10022 16 10022 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7196 /apex-mdapi/src/classes/MetadataService.cls 10022 16 10022 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7197 /apex-mdapi/src/classes/MetadataService.cls 10023 26 10023 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7197 /apex-mdapi/src/classes/MetadataService.cls 10023 26 10023 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7198 /apex-mdapi/src/classes/MetadataService.cls 10023 26 10023 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7198 /apex-mdapi/src/classes/MetadataService.cls 10023 26 10023 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7199 /apex-mdapi/src/classes/MetadataService.cls 10024 26 10024 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7199 /apex-mdapi/src/classes/MetadataService.cls 10024 26 10024 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7200 /apex-mdapi/src/classes/MetadataService.cls 10024 26 10024 89 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]*'
7200 /apex-mdapi/src/classes/MetadataService.cls 10024 26 10024 89 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]*'
7201 /apex-mdapi/src/classes/MetadataService.cls 10025 26 10025 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7201 /apex-mdapi/src/classes/MetadataService.cls 10025 26 10025 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7202 /apex-mdapi/src/classes/MetadataService.cls 10025 26 10025 73 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]*'
7202 /apex-mdapi/src/classes/MetadataService.cls 10025 26 10025 73 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]*'
7203 /apex-mdapi/src/classes/MetadataService.cls 10027 12 10033 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7203 /apex-mdapi/src/classes/MetadataService.cls 10027 12 10033 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7204 /apex-mdapi/src/classes/MetadataService.cls 10027 12 10033 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 'readMetadataWithContentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7204 /apex-mdapi/src/classes/MetadataService.cls 10027 12 10033 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 'readMetadataWithContentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7205 /apex-mdapi/src/classes/MetadataService.cls 10029 16 10029 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7205 /apex-mdapi/src/classes/MetadataService.cls 10029 16 10029 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7206 /apex-mdapi/src/classes/MetadataService.cls 10030 26 10030 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7206 /apex-mdapi/src/classes/MetadataService.cls 10030 26 10030 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7207 /apex-mdapi/src/classes/MetadataService.cls 10030 26 10030 99 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]*'
7207 /apex-mdapi/src/classes/MetadataService.cls 10030 26 10030 99 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]*'
7208 /apex-mdapi/src/classes/MetadataService.cls 10031 26 10031 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7208 /apex-mdapi/src/classes/MetadataService.cls 10031 26 10031 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7209 /apex-mdapi/src/classes/MetadataService.cls 10031 26 10031 89 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]*'
7209 /apex-mdapi/src/classes/MetadataService.cls 10031 26 10031 89 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]*'
7210 /apex-mdapi/src/classes/MetadataService.cls 10032 26 10032 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7210 /apex-mdapi/src/classes/MetadataService.cls 10032 26 10032 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7211 /apex-mdapi/src/classes/MetadataService.cls 10032 26 10032 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]*'
7211 /apex-mdapi/src/classes/MetadataService.cls 10032 26 10032 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]*'
7212 /apex-mdapi/src/classes/MetadataService.cls 10034 12 10040 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7212 /apex-mdapi/src/classes/MetadataService.cls 10034 12 10040 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7213 /apex-mdapi/src/classes/MetadataService.cls 10036 16 10036 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7213 /apex-mdapi/src/classes/MetadataService.cls 10036 16 10036 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7214 /apex-mdapi/src/classes/MetadataService.cls 10037 26 10037 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7214 /apex-mdapi/src/classes/MetadataService.cls 10037 26 10037 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7215 /apex-mdapi/src/classes/MetadataService.cls 10037 26 10037 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7215 /apex-mdapi/src/classes/MetadataService.cls 10037 26 10037 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7216 /apex-mdapi/src/classes/MetadataService.cls 10038 26 10038 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7216 /apex-mdapi/src/classes/MetadataService.cls 10038 26 10038 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7217 /apex-mdapi/src/classes/MetadataService.cls 10038 26 10038 89 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]*'
7217 /apex-mdapi/src/classes/MetadataService.cls 10038 26 10038 89 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]*'
7218 /apex-mdapi/src/classes/MetadataService.cls 10039 26 10039 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7218 /apex-mdapi/src/classes/MetadataService.cls 10039 26 10039 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7219 /apex-mdapi/src/classes/MetadataService.cls 10039 26 10039 73 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]*'
7219 /apex-mdapi/src/classes/MetadataService.cls 10039 26 10039 73 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]*'
7220 /apex-mdapi/src/classes/MetadataService.cls 10041 12 10047 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7220 /apex-mdapi/src/classes/MetadataService.cls 10041 12 10047 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7221 /apex-mdapi/src/classes/MetadataService.cls 10041 12 10047 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 'readDelegateGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7221 /apex-mdapi/src/classes/MetadataService.cls 10041 12 10047 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 'readDelegateGroupResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7222 /apex-mdapi/src/classes/MetadataService.cls 10043 16 10043 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7222 /apex-mdapi/src/classes/MetadataService.cls 10043 16 10043 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7223 /apex-mdapi/src/classes/MetadataService.cls 10044 26 10044 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7223 /apex-mdapi/src/classes/MetadataService.cls 10044 26 10044 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7224 /apex-mdapi/src/classes/MetadataService.cls 10044 26 10044 99 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]*'
7224 /apex-mdapi/src/classes/MetadataService.cls 10044 26 10044 99 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]*'
7225 /apex-mdapi/src/classes/MetadataService.cls 10045 26 10045 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7225 /apex-mdapi/src/classes/MetadataService.cls 10045 26 10045 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7226 /apex-mdapi/src/classes/MetadataService.cls 10045 26 10045 89 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]*'
7226 /apex-mdapi/src/classes/MetadataService.cls 10045 26 10045 89 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]*'
7227 /apex-mdapi/src/classes/MetadataService.cls 10046 26 10046 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7227 /apex-mdapi/src/classes/MetadataService.cls 10046 26 10046 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7228 /apex-mdapi/src/classes/MetadataService.cls 10046 26 10046 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]*'
7228 /apex-mdapi/src/classes/MetadataService.cls 10046 26 10046 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]*'
7229 /apex-mdapi/src/classes/MetadataService.cls 10048 12 10054 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7229 /apex-mdapi/src/classes/MetadataService.cls 10048 12 10054 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7230 /apex-mdapi/src/classes/MetadataService.cls 10050 16 10050 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7230 /apex-mdapi/src/classes/MetadataService.cls 10050 16 10050 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7231 /apex-mdapi/src/classes/MetadataService.cls 10051 26 10051 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7231 /apex-mdapi/src/classes/MetadataService.cls 10051 26 10051 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7232 /apex-mdapi/src/classes/MetadataService.cls 10051 26 10051 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7232 /apex-mdapi/src/classes/MetadataService.cls 10051 26 10051 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7233 /apex-mdapi/src/classes/MetadataService.cls 10052 26 10052 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7233 /apex-mdapi/src/classes/MetadataService.cls 10052 26 10052 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7234 /apex-mdapi/src/classes/MetadataService.cls 10052 26 10052 89 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]*'
7234 /apex-mdapi/src/classes/MetadataService.cls 10052 26 10052 89 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]*'
7235 /apex-mdapi/src/classes/MetadataService.cls 10053 26 10053 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7235 /apex-mdapi/src/classes/MetadataService.cls 10053 26 10053 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7236 /apex-mdapi/src/classes/MetadataService.cls 10053 26 10053 73 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]*'
7236 /apex-mdapi/src/classes/MetadataService.cls 10053 26 10053 73 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]*'
7237 /apex-mdapi/src/classes/MetadataService.cls 10055 12 10061 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7237 /apex-mdapi/src/classes/MetadataService.cls 10055 12 10061 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7238 /apex-mdapi/src/classes/MetadataService.cls 10055 12 10061 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 'readEventDeliveryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7238 /apex-mdapi/src/classes/MetadataService.cls 10055 12 10061 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 'readEventDeliveryResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7239 /apex-mdapi/src/classes/MetadataService.cls 10057 16 10057 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7239 /apex-mdapi/src/classes/MetadataService.cls 10057 16 10057 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7240 /apex-mdapi/src/classes/MetadataService.cls 10058 26 10058 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7240 /apex-mdapi/src/classes/MetadataService.cls 10058 26 10058 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7241 /apex-mdapi/src/classes/MetadataService.cls 10058 26 10058 99 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]*'
7241 /apex-mdapi/src/classes/MetadataService.cls 10058 26 10058 99 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]*'
7242 /apex-mdapi/src/classes/MetadataService.cls 10059 26 10059 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7242 /apex-mdapi/src/classes/MetadataService.cls 10059 26 10059 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7243 /apex-mdapi/src/classes/MetadataService.cls 10059 26 10059 89 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]*'
7243 /apex-mdapi/src/classes/MetadataService.cls 10059 26 10059 89 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]*'
7244 /apex-mdapi/src/classes/MetadataService.cls 10060 26 10060 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7244 /apex-mdapi/src/classes/MetadataService.cls 10060 26 10060 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7245 /apex-mdapi/src/classes/MetadataService.cls 10060 26 10060 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]*'
7245 /apex-mdapi/src/classes/MetadataService.cls 10060 26 10060 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]*'
7246 /apex-mdapi/src/classes/MetadataService.cls 10062 12 10068 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7246 /apex-mdapi/src/classes/MetadataService.cls 10062 12 10068 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7247 /apex-mdapi/src/classes/MetadataService.cls 10064 16 10064 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7247 /apex-mdapi/src/classes/MetadataService.cls 10064 16 10064 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7248 /apex-mdapi/src/classes/MetadataService.cls 10065 26 10065 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7248 /apex-mdapi/src/classes/MetadataService.cls 10065 26 10065 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7249 /apex-mdapi/src/classes/MetadataService.cls 10065 26 10065 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7249 /apex-mdapi/src/classes/MetadataService.cls 10065 26 10065 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7250 /apex-mdapi/src/classes/MetadataService.cls 10066 26 10066 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7250 /apex-mdapi/src/classes/MetadataService.cls 10066 26 10066 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7251 /apex-mdapi/src/classes/MetadataService.cls 10066 26 10066 89 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]*'
7251 /apex-mdapi/src/classes/MetadataService.cls 10066 26 10066 89 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]*'
7252 /apex-mdapi/src/classes/MetadataService.cls 10067 26 10067 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7252 /apex-mdapi/src/classes/MetadataService.cls 10067 26 10067 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7253 /apex-mdapi/src/classes/MetadataService.cls 10067 26 10067 73 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]*'
7253 /apex-mdapi/src/classes/MetadataService.cls 10067 26 10067 73 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]*'
7254 /apex-mdapi/src/classes/MetadataService.cls 10069 12 10075 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7254 /apex-mdapi/src/classes/MetadataService.cls 10069 12 10075 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7255 /apex-mdapi/src/classes/MetadataService.cls 10069 12 10075 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 'readEventSubscriptionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7255 /apex-mdapi/src/classes/MetadataService.cls 10069 12 10075 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 'readEventSubscriptionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7256 /apex-mdapi/src/classes/MetadataService.cls 10071 16 10071 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7256 /apex-mdapi/src/classes/MetadataService.cls 10071 16 10071 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7257 /apex-mdapi/src/classes/MetadataService.cls 10072 26 10072 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7257 /apex-mdapi/src/classes/MetadataService.cls 10072 26 10072 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7258 /apex-mdapi/src/classes/MetadataService.cls 10072 26 10072 99 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]*'
7258 /apex-mdapi/src/classes/MetadataService.cls 10072 26 10072 99 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]*'
7259 /apex-mdapi/src/classes/MetadataService.cls 10073 26 10073 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7259 /apex-mdapi/src/classes/MetadataService.cls 10073 26 10073 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7260 /apex-mdapi/src/classes/MetadataService.cls 10073 26 10073 89 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]*'
7260 /apex-mdapi/src/classes/MetadataService.cls 10073 26 10073 89 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]*'
7261 /apex-mdapi/src/classes/MetadataService.cls 10074 26 10074 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7261 /apex-mdapi/src/classes/MetadataService.cls 10074 26 10074 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7262 /apex-mdapi/src/classes/MetadataService.cls 10074 26 10074 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]*'
7262 /apex-mdapi/src/classes/MetadataService.cls 10074 26 10074 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]*'
7263 /apex-mdapi/src/classes/MetadataService.cls 10076 12 10082 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7263 /apex-mdapi/src/classes/MetadataService.cls 10076 12 10082 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7264 /apex-mdapi/src/classes/MetadataService.cls 10078 16 10078 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7264 /apex-mdapi/src/classes/MetadataService.cls 10078 16 10078 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7265 /apex-mdapi/src/classes/MetadataService.cls 10079 26 10079 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7265 /apex-mdapi/src/classes/MetadataService.cls 10079 26 10079 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7266 /apex-mdapi/src/classes/MetadataService.cls 10079 26 10079 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7266 /apex-mdapi/src/classes/MetadataService.cls 10079 26 10079 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7267 /apex-mdapi/src/classes/MetadataService.cls 10080 26 10080 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7267 /apex-mdapi/src/classes/MetadataService.cls 10080 26 10080 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7268 /apex-mdapi/src/classes/MetadataService.cls 10080 26 10080 89 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]*'
7268 /apex-mdapi/src/classes/MetadataService.cls 10080 26 10080 89 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]*'
7269 /apex-mdapi/src/classes/MetadataService.cls 10081 26 10081 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7269 /apex-mdapi/src/classes/MetadataService.cls 10081 26 10081 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7270 /apex-mdapi/src/classes/MetadataService.cls 10081 26 10081 73 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]*'
7270 /apex-mdapi/src/classes/MetadataService.cls 10081 26 10081 73 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]*'
7271 /apex-mdapi/src/classes/MetadataService.cls 10083 12 10089 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7271 /apex-mdapi/src/classes/MetadataService.cls 10083 12 10089 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7272 /apex-mdapi/src/classes/MetadataService.cls 10083 12 10089 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 'readEventTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7272 /apex-mdapi/src/classes/MetadataService.cls 10083 12 10089 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 'readEventTypeResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7273 /apex-mdapi/src/classes/MetadataService.cls 10085 16 10085 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7273 /apex-mdapi/src/classes/MetadataService.cls 10085 16 10085 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7274 /apex-mdapi/src/classes/MetadataService.cls 10086 26 10086 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7274 /apex-mdapi/src/classes/MetadataService.cls 10086 26 10086 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7275 /apex-mdapi/src/classes/MetadataService.cls 10086 26 10086 99 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]*'
7275 /apex-mdapi/src/classes/MetadataService.cls 10086 26 10086 99 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]*'
7276 /apex-mdapi/src/classes/MetadataService.cls 10087 26 10087 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7276 /apex-mdapi/src/classes/MetadataService.cls 10087 26 10087 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7277 /apex-mdapi/src/classes/MetadataService.cls 10087 26 10087 89 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]*'
7277 /apex-mdapi/src/classes/MetadataService.cls 10087 26 10087 89 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]*'
7278 /apex-mdapi/src/classes/MetadataService.cls 10088 26 10088 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7278 /apex-mdapi/src/classes/MetadataService.cls 10088 26 10088 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7279 /apex-mdapi/src/classes/MetadataService.cls 10088 26 10088 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]*'
7279 /apex-mdapi/src/classes/MetadataService.cls 10088 26 10088 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]*'
7280 /apex-mdapi/src/classes/MetadataService.cls 10090 12 10096 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7280 /apex-mdapi/src/classes/MetadataService.cls 10090 12 10096 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7281 /apex-mdapi/src/classes/MetadataService.cls 10092 16 10092 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7281 /apex-mdapi/src/classes/MetadataService.cls 10092 16 10092 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7282 /apex-mdapi/src/classes/MetadataService.cls 10093 26 10093 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7282 /apex-mdapi/src/classes/MetadataService.cls 10093 26 10093 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7283 /apex-mdapi/src/classes/MetadataService.cls 10093 26 10093 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7283 /apex-mdapi/src/classes/MetadataService.cls 10093 26 10093 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7284 /apex-mdapi/src/classes/MetadataService.cls 10094 26 10094 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7284 /apex-mdapi/src/classes/MetadataService.cls 10094 26 10094 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7285 /apex-mdapi/src/classes/MetadataService.cls 10094 26 10094 89 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]*'
7285 /apex-mdapi/src/classes/MetadataService.cls 10094 26 10094 89 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]*'
7286 /apex-mdapi/src/classes/MetadataService.cls 10095 26 10095 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7286 /apex-mdapi/src/classes/MetadataService.cls 10095 26 10095 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7287 /apex-mdapi/src/classes/MetadataService.cls 10095 26 10095 73 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]*'
7287 /apex-mdapi/src/classes/MetadataService.cls 10095 26 10095 73 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]*'
7288 /apex-mdapi/src/classes/MetadataService.cls 10097 12 10103 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7288 /apex-mdapi/src/classes/MetadataService.cls 10097 12 10103 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7289 /apex-mdapi/src/classes/MetadataService.cls 10097 12 10103 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 'readCertificateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7289 /apex-mdapi/src/classes/MetadataService.cls 10097 12 10103 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 'readCertificateResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7290 /apex-mdapi/src/classes/MetadataService.cls 10099 16 10099 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7290 /apex-mdapi/src/classes/MetadataService.cls 10099 16 10099 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7291 /apex-mdapi/src/classes/MetadataService.cls 10100 26 10100 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7291 /apex-mdapi/src/classes/MetadataService.cls 10100 26 10100 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7292 /apex-mdapi/src/classes/MetadataService.cls 10100 26 10100 99 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]*'
7292 /apex-mdapi/src/classes/MetadataService.cls 10100 26 10100 99 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]*'
7293 /apex-mdapi/src/classes/MetadataService.cls 10101 26 10101 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7293 /apex-mdapi/src/classes/MetadataService.cls 10101 26 10101 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7294 /apex-mdapi/src/classes/MetadataService.cls 10101 26 10101 89 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]*'
7294 /apex-mdapi/src/classes/MetadataService.cls 10101 26 10101 89 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]*'
7295 /apex-mdapi/src/classes/MetadataService.cls 10102 26 10102 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7295 /apex-mdapi/src/classes/MetadataService.cls 10102 26 10102 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7296 /apex-mdapi/src/classes/MetadataService.cls 10102 26 10102 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]*'
7296 /apex-mdapi/src/classes/MetadataService.cls 10102 26 10102 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]*'
7297 /apex-mdapi/src/classes/MetadataService.cls 10104 12 10110 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7297 /apex-mdapi/src/classes/MetadataService.cls 10104 12 10110 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7298 /apex-mdapi/src/classes/MetadataService.cls 10106 16 10106 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7298 /apex-mdapi/src/classes/MetadataService.cls 10106 16 10106 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7299 /apex-mdapi/src/classes/MetadataService.cls 10107 26 10107 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7299 /apex-mdapi/src/classes/MetadataService.cls 10107 26 10107 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7300 /apex-mdapi/src/classes/MetadataService.cls 10107 26 10107 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7300 /apex-mdapi/src/classes/MetadataService.cls 10107 26 10107 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7301 /apex-mdapi/src/classes/MetadataService.cls 10108 26 10108 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7301 /apex-mdapi/src/classes/MetadataService.cls 10108 26 10108 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7302 /apex-mdapi/src/classes/MetadataService.cls 10108 26 10108 89 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]*'
7302 /apex-mdapi/src/classes/MetadataService.cls 10108 26 10108 89 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]*'
7303 /apex-mdapi/src/classes/MetadataService.cls 10109 26 10109 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7303 /apex-mdapi/src/classes/MetadataService.cls 10109 26 10109 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7304 /apex-mdapi/src/classes/MetadataService.cls 10109 26 10109 73 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]*'
7304 /apex-mdapi/src/classes/MetadataService.cls 10109 26 10109 73 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]*'
7305 /apex-mdapi/src/classes/MetadataService.cls 10111 12 10117 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7305 /apex-mdapi/src/classes/MetadataService.cls 10111 12 10117 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7306 /apex-mdapi/src/classes/MetadataService.cls 10111 12 10117 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 'readModerationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7306 /apex-mdapi/src/classes/MetadataService.cls 10111 12 10117 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 'readModerationRuleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7307 /apex-mdapi/src/classes/MetadataService.cls 10113 16 10113 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7307 /apex-mdapi/src/classes/MetadataService.cls 10113 16 10113 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7308 /apex-mdapi/src/classes/MetadataService.cls 10114 26 10114 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7308 /apex-mdapi/src/classes/MetadataService.cls 10114 26 10114 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7309 /apex-mdapi/src/classes/MetadataService.cls 10114 26 10114 99 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]*'
7309 /apex-mdapi/src/classes/MetadataService.cls 10114 26 10114 99 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]*'
7310 /apex-mdapi/src/classes/MetadataService.cls 10115 26 10115 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7310 /apex-mdapi/src/classes/MetadataService.cls 10115 26 10115 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7311 /apex-mdapi/src/classes/MetadataService.cls 10115 26 10115 89 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]*'
7311 /apex-mdapi/src/classes/MetadataService.cls 10115 26 10115 89 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]*'
7312 /apex-mdapi/src/classes/MetadataService.cls 10116 26 10116 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7312 /apex-mdapi/src/classes/MetadataService.cls 10116 26 10116 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7313 /apex-mdapi/src/classes/MetadataService.cls 10116 26 10116 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]*'
7313 /apex-mdapi/src/classes/MetadataService.cls 10116 26 10116 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]*'
7314 /apex-mdapi/src/classes/MetadataService.cls 10118 12 10124 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7314 /apex-mdapi/src/classes/MetadataService.cls 10118 12 10124 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7315 /apex-mdapi/src/classes/MetadataService.cls 10120 16 10120 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7315 /apex-mdapi/src/classes/MetadataService.cls 10120 16 10120 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7316 /apex-mdapi/src/classes/MetadataService.cls 10121 26 10121 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7316 /apex-mdapi/src/classes/MetadataService.cls 10121 26 10121 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7317 /apex-mdapi/src/classes/MetadataService.cls 10121 26 10121 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7317 /apex-mdapi/src/classes/MetadataService.cls 10121 26 10121 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7318 /apex-mdapi/src/classes/MetadataService.cls 10122 26 10122 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7318 /apex-mdapi/src/classes/MetadataService.cls 10122 26 10122 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7319 /apex-mdapi/src/classes/MetadataService.cls 10122 26 10122 89 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]*'
7319 /apex-mdapi/src/classes/MetadataService.cls 10122 26 10122 89 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]*'
7320 /apex-mdapi/src/classes/MetadataService.cls 10123 26 10123 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7320 /apex-mdapi/src/classes/MetadataService.cls 10123 26 10123 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7321 /apex-mdapi/src/classes/MetadataService.cls 10123 26 10123 73 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]*'
7321 /apex-mdapi/src/classes/MetadataService.cls 10123 26 10123 73 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]*'
7322 /apex-mdapi/src/classes/MetadataService.cls 10125 12 10131 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7322 /apex-mdapi/src/classes/MetadataService.cls 10125 12 10131 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7323 /apex-mdapi/src/classes/MetadataService.cls 10125 12 10131 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 'readWaveApplicationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7323 /apex-mdapi/src/classes/MetadataService.cls 10125 12 10131 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 'readWaveApplicationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7324 /apex-mdapi/src/classes/MetadataService.cls 10127 16 10127 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7324 /apex-mdapi/src/classes/MetadataService.cls 10127 16 10127 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7325 /apex-mdapi/src/classes/MetadataService.cls 10128 26 10128 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7325 /apex-mdapi/src/classes/MetadataService.cls 10128 26 10128 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7326 /apex-mdapi/src/classes/MetadataService.cls 10128 26 10128 99 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]*'
7326 /apex-mdapi/src/classes/MetadataService.cls 10128 26 10128 99 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]*'
7327 /apex-mdapi/src/classes/MetadataService.cls 10129 26 10129 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7327 /apex-mdapi/src/classes/MetadataService.cls 10129 26 10129 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7328 /apex-mdapi/src/classes/MetadataService.cls 10129 26 10129 89 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]*'
7328 /apex-mdapi/src/classes/MetadataService.cls 10129 26 10129 89 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]*'
7329 /apex-mdapi/src/classes/MetadataService.cls 10130 26 10130 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7329 /apex-mdapi/src/classes/MetadataService.cls 10130 26 10130 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7330 /apex-mdapi/src/classes/MetadataService.cls 10130 26 10130 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]*'
7330 /apex-mdapi/src/classes/MetadataService.cls 10130 26 10130 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]*'
7331 /apex-mdapi/src/classes/MetadataService.cls 10132 12 10138 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7331 /apex-mdapi/src/classes/MetadataService.cls 10132 12 10138 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7332 /apex-mdapi/src/classes/MetadataService.cls 10134 16 10134 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7332 /apex-mdapi/src/classes/MetadataService.cls 10134 16 10134 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7333 /apex-mdapi/src/classes/MetadataService.cls 10135 26 10135 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7333 /apex-mdapi/src/classes/MetadataService.cls 10135 26 10135 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7334 /apex-mdapi/src/classes/MetadataService.cls 10135 26 10135 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7334 /apex-mdapi/src/classes/MetadataService.cls 10135 26 10135 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7335 /apex-mdapi/src/classes/MetadataService.cls 10136 26 10136 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7335 /apex-mdapi/src/classes/MetadataService.cls 10136 26 10136 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7336 /apex-mdapi/src/classes/MetadataService.cls 10136 26 10136 89 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]*'
7336 /apex-mdapi/src/classes/MetadataService.cls 10136 26 10136 89 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]*'
7337 /apex-mdapi/src/classes/MetadataService.cls 10137 26 10137 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7337 /apex-mdapi/src/classes/MetadataService.cls 10137 26 10137 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7338 /apex-mdapi/src/classes/MetadataService.cls 10137 26 10137 73 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]*'
7338 /apex-mdapi/src/classes/MetadataService.cls 10137 26 10137 73 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]*'
7339 /apex-mdapi/src/classes/MetadataService.cls 10139 12 10145 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7339 /apex-mdapi/src/classes/MetadataService.cls 10139 12 10145 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7340 /apex-mdapi/src/classes/MetadataService.cls 10139 12 10145 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 'readWaveDatasetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7340 /apex-mdapi/src/classes/MetadataService.cls 10139 12 10145 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 'readWaveDatasetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7341 /apex-mdapi/src/classes/MetadataService.cls 10141 16 10141 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7341 /apex-mdapi/src/classes/MetadataService.cls 10141 16 10141 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7342 /apex-mdapi/src/classes/MetadataService.cls 10142 26 10142 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7342 /apex-mdapi/src/classes/MetadataService.cls 10142 26 10142 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7343 /apex-mdapi/src/classes/MetadataService.cls 10142 26 10142 99 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]*'
7343 /apex-mdapi/src/classes/MetadataService.cls 10142 26 10142 99 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]*'
7344 /apex-mdapi/src/classes/MetadataService.cls 10143 26 10143 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7344 /apex-mdapi/src/classes/MetadataService.cls 10143 26 10143 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7345 /apex-mdapi/src/classes/MetadataService.cls 10143 26 10143 89 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]*'
7345 /apex-mdapi/src/classes/MetadataService.cls 10143 26 10143 89 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]*'
7346 /apex-mdapi/src/classes/MetadataService.cls 10144 26 10144 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7346 /apex-mdapi/src/classes/MetadataService.cls 10144 26 10144 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7347 /apex-mdapi/src/classes/MetadataService.cls 10144 26 10144 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]*'
7347 /apex-mdapi/src/classes/MetadataService.cls 10144 26 10144 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]*'
7348 /apex-mdapi/src/classes/MetadataService.cls 10146 12 10152 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7348 /apex-mdapi/src/classes/MetadataService.cls 10146 12 10152 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7349 /apex-mdapi/src/classes/MetadataService.cls 10148 16 10148 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7349 /apex-mdapi/src/classes/MetadataService.cls 10148 16 10148 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7350 /apex-mdapi/src/classes/MetadataService.cls 10149 26 10149 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7350 /apex-mdapi/src/classes/MetadataService.cls 10149 26 10149 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7351 /apex-mdapi/src/classes/MetadataService.cls 10149 26 10149 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7351 /apex-mdapi/src/classes/MetadataService.cls 10149 26 10149 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7352 /apex-mdapi/src/classes/MetadataService.cls 10150 26 10150 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7352 /apex-mdapi/src/classes/MetadataService.cls 10150 26 10150 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7353 /apex-mdapi/src/classes/MetadataService.cls 10150 26 10150 89 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]*'
7353 /apex-mdapi/src/classes/MetadataService.cls 10150 26 10150 89 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]*'
7354 /apex-mdapi/src/classes/MetadataService.cls 10151 26 10151 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7354 /apex-mdapi/src/classes/MetadataService.cls 10151 26 10151 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7355 /apex-mdapi/src/classes/MetadataService.cls 10151 26 10151 73 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]*'
7355 /apex-mdapi/src/classes/MetadataService.cls 10151 26 10151 73 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]*'
7356 /apex-mdapi/src/classes/MetadataService.cls 10153 12 10159 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7356 /apex-mdapi/src/classes/MetadataService.cls 10153 12 10159 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7357 /apex-mdapi/src/classes/MetadataService.cls 10153 12 10159 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 'readWaveDashboardResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7357 /apex-mdapi/src/classes/MetadataService.cls 10153 12 10159 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 'readWaveDashboardResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7358 /apex-mdapi/src/classes/MetadataService.cls 10155 16 10155 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7358 /apex-mdapi/src/classes/MetadataService.cls 10155 16 10155 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7359 /apex-mdapi/src/classes/MetadataService.cls 10156 26 10156 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7359 /apex-mdapi/src/classes/MetadataService.cls 10156 26 10156 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7360 /apex-mdapi/src/classes/MetadataService.cls 10156 26 10156 99 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]*'
7360 /apex-mdapi/src/classes/MetadataService.cls 10156 26 10156 99 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]*'
7361 /apex-mdapi/src/classes/MetadataService.cls 10157 26 10157 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7361 /apex-mdapi/src/classes/MetadataService.cls 10157 26 10157 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7362 /apex-mdapi/src/classes/MetadataService.cls 10157 26 10157 89 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]*'
7362 /apex-mdapi/src/classes/MetadataService.cls 10157 26 10157 89 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]*'
7363 /apex-mdapi/src/classes/MetadataService.cls 10158 26 10158 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7363 /apex-mdapi/src/classes/MetadataService.cls 10158 26 10158 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7364 /apex-mdapi/src/classes/MetadataService.cls 10158 26 10158 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]*'
7364 /apex-mdapi/src/classes/MetadataService.cls 10158 26 10158 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]*'
7365 /apex-mdapi/src/classes/MetadataService.cls 10160 12 10166 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7365 /apex-mdapi/src/classes/MetadataService.cls 10160 12 10166 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7366 /apex-mdapi/src/classes/MetadataService.cls 10162 16 10162 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7366 /apex-mdapi/src/classes/MetadataService.cls 10162 16 10162 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7367 /apex-mdapi/src/classes/MetadataService.cls 10163 26 10163 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7367 /apex-mdapi/src/classes/MetadataService.cls 10163 26 10163 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7368 /apex-mdapi/src/classes/MetadataService.cls 10163 26 10163 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7368 /apex-mdapi/src/classes/MetadataService.cls 10163 26 10163 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7369 /apex-mdapi/src/classes/MetadataService.cls 10164 26 10164 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7369 /apex-mdapi/src/classes/MetadataService.cls 10164 26 10164 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7370 /apex-mdapi/src/classes/MetadataService.cls 10164 26 10164 89 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]*'
7370 /apex-mdapi/src/classes/MetadataService.cls 10164 26 10164 89 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]*'
7371 /apex-mdapi/src/classes/MetadataService.cls 10165 26 10165 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7371 /apex-mdapi/src/classes/MetadataService.cls 10165 26 10165 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7372 /apex-mdapi/src/classes/MetadataService.cls 10165 26 10165 73 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]*'
7372 /apex-mdapi/src/classes/MetadataService.cls 10165 26 10165 73 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]*'
7373 /apex-mdapi/src/classes/MetadataService.cls 10167 12 10173 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7373 /apex-mdapi/src/classes/MetadataService.cls 10167 12 10173 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7374 /apex-mdapi/src/classes/MetadataService.cls 10167 12 10173 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 'readWaveDataflowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7374 /apex-mdapi/src/classes/MetadataService.cls 10167 12 10173 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 'readWaveDataflowResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7375 /apex-mdapi/src/classes/MetadataService.cls 10169 16 10169 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7375 /apex-mdapi/src/classes/MetadataService.cls 10169 16 10169 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7376 /apex-mdapi/src/classes/MetadataService.cls 10170 26 10170 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7376 /apex-mdapi/src/classes/MetadataService.cls 10170 26 10170 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7377 /apex-mdapi/src/classes/MetadataService.cls 10170 26 10170 99 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]*'
7377 /apex-mdapi/src/classes/MetadataService.cls 10170 26 10170 99 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]*'
7378 /apex-mdapi/src/classes/MetadataService.cls 10171 26 10171 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7378 /apex-mdapi/src/classes/MetadataService.cls 10171 26 10171 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7379 /apex-mdapi/src/classes/MetadataService.cls 10171 26 10171 89 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]*'
7379 /apex-mdapi/src/classes/MetadataService.cls 10171 26 10171 89 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]*'
7380 /apex-mdapi/src/classes/MetadataService.cls 10172 26 10172 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7380 /apex-mdapi/src/classes/MetadataService.cls 10172 26 10172 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7381 /apex-mdapi/src/classes/MetadataService.cls 10172 26 10172 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]*'
7381 /apex-mdapi/src/classes/MetadataService.cls 10172 26 10172 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]*'
7382 /apex-mdapi/src/classes/MetadataService.cls 10174 12 10180 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7382 /apex-mdapi/src/classes/MetadataService.cls 10174 12 10180 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7383 /apex-mdapi/src/classes/MetadataService.cls 10176 16 10176 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7383 /apex-mdapi/src/classes/MetadataService.cls 10176 16 10176 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7384 /apex-mdapi/src/classes/MetadataService.cls 10177 26 10177 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7384 /apex-mdapi/src/classes/MetadataService.cls 10177 26 10177 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7385 /apex-mdapi/src/classes/MetadataService.cls 10177 26 10177 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7385 /apex-mdapi/src/classes/MetadataService.cls 10177 26 10177 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7386 /apex-mdapi/src/classes/MetadataService.cls 10178 26 10178 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7386 /apex-mdapi/src/classes/MetadataService.cls 10178 26 10178 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7387 /apex-mdapi/src/classes/MetadataService.cls 10178 26 10178 89 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]*'
7387 /apex-mdapi/src/classes/MetadataService.cls 10178 26 10178 89 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]*'
7388 /apex-mdapi/src/classes/MetadataService.cls 10179 26 10179 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7388 /apex-mdapi/src/classes/MetadataService.cls 10179 26 10179 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7389 /apex-mdapi/src/classes/MetadataService.cls 10179 26 10179 73 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]*'
7389 /apex-mdapi/src/classes/MetadataService.cls 10179 26 10179 73 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]*'
7390 /apex-mdapi/src/classes/MetadataService.cls 10181 12 10187 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7390 /apex-mdapi/src/classes/MetadataService.cls 10181 12 10187 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7391 /apex-mdapi/src/classes/MetadataService.cls 10181 12 10187 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 'readWaveLensResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7391 /apex-mdapi/src/classes/MetadataService.cls 10181 12 10187 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 'readWaveLensResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7392 /apex-mdapi/src/classes/MetadataService.cls 10183 16 10183 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7392 /apex-mdapi/src/classes/MetadataService.cls 10183 16 10183 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7393 /apex-mdapi/src/classes/MetadataService.cls 10184 26 10184 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7393 /apex-mdapi/src/classes/MetadataService.cls 10184 26 10184 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7394 /apex-mdapi/src/classes/MetadataService.cls 10184 26 10184 99 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]*'
7394 /apex-mdapi/src/classes/MetadataService.cls 10184 26 10184 99 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]*'
7395 /apex-mdapi/src/classes/MetadataService.cls 10185 26 10185 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7395 /apex-mdapi/src/classes/MetadataService.cls 10185 26 10185 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7396 /apex-mdapi/src/classes/MetadataService.cls 10185 26 10185 89 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]*'
7396 /apex-mdapi/src/classes/MetadataService.cls 10185 26 10185 89 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]*'
7397 /apex-mdapi/src/classes/MetadataService.cls 10186 26 10186 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7397 /apex-mdapi/src/classes/MetadataService.cls 10186 26 10186 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7398 /apex-mdapi/src/classes/MetadataService.cls 10186 26 10186 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]*'
7398 /apex-mdapi/src/classes/MetadataService.cls 10186 26 10186 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]*'
7399 /apex-mdapi/src/classes/MetadataService.cls 10188 12 10194 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7399 /apex-mdapi/src/classes/MetadataService.cls 10188 12 10194 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7400 /apex-mdapi/src/classes/MetadataService.cls 10190 16 10190 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7400 /apex-mdapi/src/classes/MetadataService.cls 10190 16 10190 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7401 /apex-mdapi/src/classes/MetadataService.cls 10191 26 10191 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7401 /apex-mdapi/src/classes/MetadataService.cls 10191 26 10191 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7402 /apex-mdapi/src/classes/MetadataService.cls 10191 26 10191 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7402 /apex-mdapi/src/classes/MetadataService.cls 10191 26 10191 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7403 /apex-mdapi/src/classes/MetadataService.cls 10192 26 10192 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7403 /apex-mdapi/src/classes/MetadataService.cls 10192 26 10192 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7404 /apex-mdapi/src/classes/MetadataService.cls 10192 26 10192 89 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]*'
7404 /apex-mdapi/src/classes/MetadataService.cls 10192 26 10192 89 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]*'
7405 /apex-mdapi/src/classes/MetadataService.cls 10193 26 10193 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7405 /apex-mdapi/src/classes/MetadataService.cls 10193 26 10193 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7406 /apex-mdapi/src/classes/MetadataService.cls 10193 26 10193 73 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]*'
7406 /apex-mdapi/src/classes/MetadataService.cls 10193 26 10193 73 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]*'
7407 /apex-mdapi/src/classes/MetadataService.cls 10195 12 10201 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7407 /apex-mdapi/src/classes/MetadataService.cls 10195 12 10201 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7408 /apex-mdapi/src/classes/MetadataService.cls 10195 12 10201 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 'readOrgPreferenceSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7408 /apex-mdapi/src/classes/MetadataService.cls 10195 12 10201 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 'readOrgPreferenceSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7409 /apex-mdapi/src/classes/MetadataService.cls 10197 16 10197 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7409 /apex-mdapi/src/classes/MetadataService.cls 10197 16 10197 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7410 /apex-mdapi/src/classes/MetadataService.cls 10198 26 10198 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7410 /apex-mdapi/src/classes/MetadataService.cls 10198 26 10198 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7411 /apex-mdapi/src/classes/MetadataService.cls 10198 26 10198 99 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]*'
7411 /apex-mdapi/src/classes/MetadataService.cls 10198 26 10198 99 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]*'
7412 /apex-mdapi/src/classes/MetadataService.cls 10199 26 10199 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7412 /apex-mdapi/src/classes/MetadataService.cls 10199 26 10199 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7413 /apex-mdapi/src/classes/MetadataService.cls 10199 26 10199 89 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]*'
7413 /apex-mdapi/src/classes/MetadataService.cls 10199 26 10199 89 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]*'
7414 /apex-mdapi/src/classes/MetadataService.cls 10200 26 10200 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7414 /apex-mdapi/src/classes/MetadataService.cls 10200 26 10200 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7415 /apex-mdapi/src/classes/MetadataService.cls 10200 26 10200 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]*'
7415 /apex-mdapi/src/classes/MetadataService.cls 10200 26 10200 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]*'
7416 /apex-mdapi/src/classes/MetadataService.cls 10202 12 10208 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7416 /apex-mdapi/src/classes/MetadataService.cls 10202 12 10208 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7417 /apex-mdapi/src/classes/MetadataService.cls 10204 16 10204 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7417 /apex-mdapi/src/classes/MetadataService.cls 10204 16 10204 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7418 /apex-mdapi/src/classes/MetadataService.cls 10205 26 10205 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7418 /apex-mdapi/src/classes/MetadataService.cls 10205 26 10205 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7419 /apex-mdapi/src/classes/MetadataService.cls 10205 26 10205 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7419 /apex-mdapi/src/classes/MetadataService.cls 10205 26 10205 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7420 /apex-mdapi/src/classes/MetadataService.cls 10206 26 10206 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7420 /apex-mdapi/src/classes/MetadataService.cls 10206 26 10206 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7421 /apex-mdapi/src/classes/MetadataService.cls 10206 26 10206 89 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]*'
7421 /apex-mdapi/src/classes/MetadataService.cls 10206 26 10206 89 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]*'
7422 /apex-mdapi/src/classes/MetadataService.cls 10207 26 10207 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7422 /apex-mdapi/src/classes/MetadataService.cls 10207 26 10207 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7423 /apex-mdapi/src/classes/MetadataService.cls 10207 26 10207 73 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]*'
7423 /apex-mdapi/src/classes/MetadataService.cls 10207 26 10207 73 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]*'
7424 /apex-mdapi/src/classes/MetadataService.cls 10209 12 10215 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7424 /apex-mdapi/src/classes/MetadataService.cls 10209 12 10215 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7425 /apex-mdapi/src/classes/MetadataService.cls 10209 12 10215 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 'readSearchSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7425 /apex-mdapi/src/classes/MetadataService.cls 10209 12 10215 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 'readSearchSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7426 /apex-mdapi/src/classes/MetadataService.cls 10211 16 10211 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7426 /apex-mdapi/src/classes/MetadataService.cls 10211 16 10211 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7427 /apex-mdapi/src/classes/MetadataService.cls 10212 26 10212 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7427 /apex-mdapi/src/classes/MetadataService.cls 10212 26 10212 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7428 /apex-mdapi/src/classes/MetadataService.cls 10212 26 10212 99 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]*'
7428 /apex-mdapi/src/classes/MetadataService.cls 10212 26 10212 99 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]*'
7429 /apex-mdapi/src/classes/MetadataService.cls 10213 26 10213 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7429 /apex-mdapi/src/classes/MetadataService.cls 10213 26 10213 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7430 /apex-mdapi/src/classes/MetadataService.cls 10213 26 10213 89 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]*'
7430 /apex-mdapi/src/classes/MetadataService.cls 10213 26 10213 89 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]*'
7431 /apex-mdapi/src/classes/MetadataService.cls 10214 26 10214 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7431 /apex-mdapi/src/classes/MetadataService.cls 10214 26 10214 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7432 /apex-mdapi/src/classes/MetadataService.cls 10214 26 10214 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]*'
7432 /apex-mdapi/src/classes/MetadataService.cls 10214 26 10214 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]*'
7433 /apex-mdapi/src/classes/MetadataService.cls 10216 12 10222 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7433 /apex-mdapi/src/classes/MetadataService.cls 10216 12 10222 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7434 /apex-mdapi/src/classes/MetadataService.cls 10218 16 10218 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7434 /apex-mdapi/src/classes/MetadataService.cls 10218 16 10218 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7435 /apex-mdapi/src/classes/MetadataService.cls 10219 26 10219 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7435 /apex-mdapi/src/classes/MetadataService.cls 10219 26 10219 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7436 /apex-mdapi/src/classes/MetadataService.cls 10219 26 10219 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7436 /apex-mdapi/src/classes/MetadataService.cls 10219 26 10219 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7437 /apex-mdapi/src/classes/MetadataService.cls 10220 26 10220 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7437 /apex-mdapi/src/classes/MetadataService.cls 10220 26 10220 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7438 /apex-mdapi/src/classes/MetadataService.cls 10220 26 10220 89 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]*'
7438 /apex-mdapi/src/classes/MetadataService.cls 10220 26 10220 89 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]*'
7439 /apex-mdapi/src/classes/MetadataService.cls 10221 26 10221 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7439 /apex-mdapi/src/classes/MetadataService.cls 10221 26 10221 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7440 /apex-mdapi/src/classes/MetadataService.cls 10221 26 10221 73 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]*'
7440 /apex-mdapi/src/classes/MetadataService.cls 10221 26 10221 73 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]*'
7441 /apex-mdapi/src/classes/MetadataService.cls 10223 12 10229 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7441 /apex-mdapi/src/classes/MetadataService.cls 10223 12 10229 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7442 /apex-mdapi/src/classes/MetadataService.cls 10223 12 10229 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 'readGlobalValueSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7442 /apex-mdapi/src/classes/MetadataService.cls 10223 12 10229 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 'readGlobalValueSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7443 /apex-mdapi/src/classes/MetadataService.cls 10225 16 10225 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7443 /apex-mdapi/src/classes/MetadataService.cls 10225 16 10225 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7444 /apex-mdapi/src/classes/MetadataService.cls 10226 26 10226 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7444 /apex-mdapi/src/classes/MetadataService.cls 10226 26 10226 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7445 /apex-mdapi/src/classes/MetadataService.cls 10226 26 10226 99 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]*'
7445 /apex-mdapi/src/classes/MetadataService.cls 10226 26 10226 99 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]*'
7446 /apex-mdapi/src/classes/MetadataService.cls 10227 26 10227 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7446 /apex-mdapi/src/classes/MetadataService.cls 10227 26 10227 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7447 /apex-mdapi/src/classes/MetadataService.cls 10227 26 10227 89 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]*'
7447 /apex-mdapi/src/classes/MetadataService.cls 10227 26 10227 89 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]*'
7448 /apex-mdapi/src/classes/MetadataService.cls 10228 26 10228 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7448 /apex-mdapi/src/classes/MetadataService.cls 10228 26 10228 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7449 /apex-mdapi/src/classes/MetadataService.cls 10228 26 10228 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]*'
7449 /apex-mdapi/src/classes/MetadataService.cls 10228 26 10228 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]*'
7450 /apex-mdapi/src/classes/MetadataService.cls 10230 12 10236 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7450 /apex-mdapi/src/classes/MetadataService.cls 10230 12 10236 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7451 /apex-mdapi/src/classes/MetadataService.cls 10232 16 10232 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7451 /apex-mdapi/src/classes/MetadataService.cls 10232 16 10232 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7452 /apex-mdapi/src/classes/MetadataService.cls 10233 26 10233 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7452 /apex-mdapi/src/classes/MetadataService.cls 10233 26 10233 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7453 /apex-mdapi/src/classes/MetadataService.cls 10233 26 10233 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7453 /apex-mdapi/src/classes/MetadataService.cls 10233 26 10233 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7454 /apex-mdapi/src/classes/MetadataService.cls 10234 26 10234 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7454 /apex-mdapi/src/classes/MetadataService.cls 10234 26 10234 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7455 /apex-mdapi/src/classes/MetadataService.cls 10234 26 10234 89 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]*'
7455 /apex-mdapi/src/classes/MetadataService.cls 10234 26 10234 89 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]*'
7456 /apex-mdapi/src/classes/MetadataService.cls 10235 26 10235 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7456 /apex-mdapi/src/classes/MetadataService.cls 10235 26 10235 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7457 /apex-mdapi/src/classes/MetadataService.cls 10235 26 10235 73 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]*'
7457 /apex-mdapi/src/classes/MetadataService.cls 10235 26 10235 73 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]*'
7458 /apex-mdapi/src/classes/MetadataService.cls 10237 12 10243 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7458 /apex-mdapi/src/classes/MetadataService.cls 10237 12 10243 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7459 /apex-mdapi/src/classes/MetadataService.cls 10237 12 10243 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 'readGlobalPicklistValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7459 /apex-mdapi/src/classes/MetadataService.cls 10237 12 10243 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 'readGlobalPicklistValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7460 /apex-mdapi/src/classes/MetadataService.cls 10239 16 10239 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7460 /apex-mdapi/src/classes/MetadataService.cls 10239 16 10239 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7461 /apex-mdapi/src/classes/MetadataService.cls 10240 26 10240 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7461 /apex-mdapi/src/classes/MetadataService.cls 10240 26 10240 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7462 /apex-mdapi/src/classes/MetadataService.cls 10240 26 10240 99 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]*'
7462 /apex-mdapi/src/classes/MetadataService.cls 10240 26 10240 99 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]*'
7463 /apex-mdapi/src/classes/MetadataService.cls 10241 26 10241 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7463 /apex-mdapi/src/classes/MetadataService.cls 10241 26 10241 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7464 /apex-mdapi/src/classes/MetadataService.cls 10241 26 10241 89 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]*'
7464 /apex-mdapi/src/classes/MetadataService.cls 10241 26 10241 89 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]*'
7465 /apex-mdapi/src/classes/MetadataService.cls 10242 26 10242 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7465 /apex-mdapi/src/classes/MetadataService.cls 10242 26 10242 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7466 /apex-mdapi/src/classes/MetadataService.cls 10242 26 10242 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]*'
7466 /apex-mdapi/src/classes/MetadataService.cls 10242 26 10242 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]*'
7467 /apex-mdapi/src/classes/MetadataService.cls 10244 12 10250 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7467 /apex-mdapi/src/classes/MetadataService.cls 10244 12 10250 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7468 /apex-mdapi/src/classes/MetadataService.cls 10246 16 10246 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7468 /apex-mdapi/src/classes/MetadataService.cls 10246 16 10246 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7469 /apex-mdapi/src/classes/MetadataService.cls 10247 26 10247 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7469 /apex-mdapi/src/classes/MetadataService.cls 10247 26 10247 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7470 /apex-mdapi/src/classes/MetadataService.cls 10247 26 10247 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7470 /apex-mdapi/src/classes/MetadataService.cls 10247 26 10247 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7471 /apex-mdapi/src/classes/MetadataService.cls 10248 26 10248 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7471 /apex-mdapi/src/classes/MetadataService.cls 10248 26 10248 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7472 /apex-mdapi/src/classes/MetadataService.cls 10248 26 10248 89 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]*'
7472 /apex-mdapi/src/classes/MetadataService.cls 10248 26 10248 89 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]*'
7473 /apex-mdapi/src/classes/MetadataService.cls 10249 26 10249 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7473 /apex-mdapi/src/classes/MetadataService.cls 10249 26 10249 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7474 /apex-mdapi/src/classes/MetadataService.cls 10249 26 10249 73 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]*'
7474 /apex-mdapi/src/classes/MetadataService.cls 10249 26 10249 73 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]*'
7475 /apex-mdapi/src/classes/MetadataService.cls 10251 12 10257 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7475 /apex-mdapi/src/classes/MetadataService.cls 10251 12 10257 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7476 /apex-mdapi/src/classes/MetadataService.cls 10251 12 10257 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 'readStandardValueSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7476 /apex-mdapi/src/classes/MetadataService.cls 10251 12 10257 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 'readStandardValueSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7477 /apex-mdapi/src/classes/MetadataService.cls 10253 16 10253 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7477 /apex-mdapi/src/classes/MetadataService.cls 10253 16 10253 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7478 /apex-mdapi/src/classes/MetadataService.cls 10254 26 10254 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7478 /apex-mdapi/src/classes/MetadataService.cls 10254 26 10254 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7479 /apex-mdapi/src/classes/MetadataService.cls 10254 26 10254 99 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]*'
7479 /apex-mdapi/src/classes/MetadataService.cls 10254 26 10254 99 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]*'
7480 /apex-mdapi/src/classes/MetadataService.cls 10255 26 10255 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7480 /apex-mdapi/src/classes/MetadataService.cls 10255 26 10255 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7481 /apex-mdapi/src/classes/MetadataService.cls 10255 26 10255 89 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]*'
7481 /apex-mdapi/src/classes/MetadataService.cls 10255 26 10255 89 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]*'
7482 /apex-mdapi/src/classes/MetadataService.cls 10256 26 10256 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7482 /apex-mdapi/src/classes/MetadataService.cls 10256 26 10256 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7483 /apex-mdapi/src/classes/MetadataService.cls 10256 26 10256 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]*'
7483 /apex-mdapi/src/classes/MetadataService.cls 10256 26 10256 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]*'
7484 /apex-mdapi/src/classes/MetadataService.cls 10258 12 10264 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7484 /apex-mdapi/src/classes/MetadataService.cls 10258 12 10264 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7485 /apex-mdapi/src/classes/MetadataService.cls 10260 16 10260 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7485 /apex-mdapi/src/classes/MetadataService.cls 10260 16 10260 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7486 /apex-mdapi/src/classes/MetadataService.cls 10261 26 10261 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7486 /apex-mdapi/src/classes/MetadataService.cls 10261 26 10261 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7487 /apex-mdapi/src/classes/MetadataService.cls 10261 26 10261 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7487 /apex-mdapi/src/classes/MetadataService.cls 10261 26 10261 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7488 /apex-mdapi/src/classes/MetadataService.cls 10262 26 10262 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7488 /apex-mdapi/src/classes/MetadataService.cls 10262 26 10262 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7489 /apex-mdapi/src/classes/MetadataService.cls 10262 26 10262 89 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]*'
7489 /apex-mdapi/src/classes/MetadataService.cls 10262 26 10262 89 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]*'
7490 /apex-mdapi/src/classes/MetadataService.cls 10263 26 10263 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7490 /apex-mdapi/src/classes/MetadataService.cls 10263 26 10263 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7491 /apex-mdapi/src/classes/MetadataService.cls 10263 26 10263 73 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]*'
7491 /apex-mdapi/src/classes/MetadataService.cls 10263 26 10263 73 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]*'
7492 /apex-mdapi/src/classes/MetadataService.cls 10265 12 10271 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7492 /apex-mdapi/src/classes/MetadataService.cls 10265 12 10271 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7493 /apex-mdapi/src/classes/MetadataService.cls 10265 12 10271 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 'readStandardValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7493 /apex-mdapi/src/classes/MetadataService.cls 10265 12 10271 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 'readStandardValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7494 /apex-mdapi/src/classes/MetadataService.cls 10267 16 10267 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7494 /apex-mdapi/src/classes/MetadataService.cls 10267 16 10267 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7495 /apex-mdapi/src/classes/MetadataService.cls 10268 26 10268 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7495 /apex-mdapi/src/classes/MetadataService.cls 10268 26 10268 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7496 /apex-mdapi/src/classes/MetadataService.cls 10268 26 10268 99 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]*'
7496 /apex-mdapi/src/classes/MetadataService.cls 10268 26 10268 99 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]*'
7497 /apex-mdapi/src/classes/MetadataService.cls 10269 26 10269 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7497 /apex-mdapi/src/classes/MetadataService.cls 10269 26 10269 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7498 /apex-mdapi/src/classes/MetadataService.cls 10269 26 10269 89 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]*'
7498 /apex-mdapi/src/classes/MetadataService.cls 10269 26 10269 89 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]*'
7499 /apex-mdapi/src/classes/MetadataService.cls 10270 26 10270 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7499 /apex-mdapi/src/classes/MetadataService.cls 10270 26 10270 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7500 /apex-mdapi/src/classes/MetadataService.cls 10270 26 10270 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]*'
7500 /apex-mdapi/src/classes/MetadataService.cls 10270 26 10270 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]*'
7501 /apex-mdapi/src/classes/MetadataService.cls 10272 12 10278 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7501 /apex-mdapi/src/classes/MetadataService.cls 10272 12 10278 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7502 /apex-mdapi/src/classes/MetadataService.cls 10274 16 10274 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7502 /apex-mdapi/src/classes/MetadataService.cls 10274 16 10274 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7503 /apex-mdapi/src/classes/MetadataService.cls 10275 26 10275 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7503 /apex-mdapi/src/classes/MetadataService.cls 10275 26 10275 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7504 /apex-mdapi/src/classes/MetadataService.cls 10275 26 10275 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7504 /apex-mdapi/src/classes/MetadataService.cls 10275 26 10275 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7505 /apex-mdapi/src/classes/MetadataService.cls 10276 26 10276 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7505 /apex-mdapi/src/classes/MetadataService.cls 10276 26 10276 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7506 /apex-mdapi/src/classes/MetadataService.cls 10276 26 10276 89 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]*'
7506 /apex-mdapi/src/classes/MetadataService.cls 10276 26 10276 89 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]*'
7507 /apex-mdapi/src/classes/MetadataService.cls 10277 26 10277 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7507 /apex-mdapi/src/classes/MetadataService.cls 10277 26 10277 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7508 /apex-mdapi/src/classes/MetadataService.cls 10277 26 10277 73 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]*'
7508 /apex-mdapi/src/classes/MetadataService.cls 10277 26 10277 73 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]*'
7509 /apex-mdapi/src/classes/MetadataService.cls 10279 12 10285 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7509 /apex-mdapi/src/classes/MetadataService.cls 10279 12 10285 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7510 /apex-mdapi/src/classes/MetadataService.cls 10279 12 10285 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 'readCustomValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7510 /apex-mdapi/src/classes/MetadataService.cls 10279 12 10285 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 'readCustomValueResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7511 /apex-mdapi/src/classes/MetadataService.cls 10281 16 10281 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7511 /apex-mdapi/src/classes/MetadataService.cls 10281 16 10281 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7512 /apex-mdapi/src/classes/MetadataService.cls 10282 26 10282 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7512 /apex-mdapi/src/classes/MetadataService.cls 10282 26 10282 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7513 /apex-mdapi/src/classes/MetadataService.cls 10282 26 10282 99 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]*'
7513 /apex-mdapi/src/classes/MetadataService.cls 10282 26 10282 99 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]*'
7514 /apex-mdapi/src/classes/MetadataService.cls 10283 26 10283 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7514 /apex-mdapi/src/classes/MetadataService.cls 10283 26 10283 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7515 /apex-mdapi/src/classes/MetadataService.cls 10283 26 10283 89 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]*'
7515 /apex-mdapi/src/classes/MetadataService.cls 10283 26 10283 89 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]*'
7516 /apex-mdapi/src/classes/MetadataService.cls 10284 26 10284 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7516 /apex-mdapi/src/classes/MetadataService.cls 10284 26 10284 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7517 /apex-mdapi/src/classes/MetadataService.cls 10284 26 10284 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]*'
7517 /apex-mdapi/src/classes/MetadataService.cls 10284 26 10284 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]*'
7518 /apex-mdapi/src/classes/MetadataService.cls 10286 12 10292 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7518 /apex-mdapi/src/classes/MetadataService.cls 10286 12 10292 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7519 /apex-mdapi/src/classes/MetadataService.cls 10288 16 10288 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7519 /apex-mdapi/src/classes/MetadataService.cls 10288 16 10288 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7520 /apex-mdapi/src/classes/MetadataService.cls 10289 26 10289 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7520 /apex-mdapi/src/classes/MetadataService.cls 10289 26 10289 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7521 /apex-mdapi/src/classes/MetadataService.cls 10289 26 10289 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7521 /apex-mdapi/src/classes/MetadataService.cls 10289 26 10289 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7522 /apex-mdapi/src/classes/MetadataService.cls 10290 26 10290 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7522 /apex-mdapi/src/classes/MetadataService.cls 10290 26 10290 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7523 /apex-mdapi/src/classes/MetadataService.cls 10290 26 10290 89 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]*'
7523 /apex-mdapi/src/classes/MetadataService.cls 10290 26 10290 89 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]*'
7524 /apex-mdapi/src/classes/MetadataService.cls 10291 26 10291 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7524 /apex-mdapi/src/classes/MetadataService.cls 10291 26 10291 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7525 /apex-mdapi/src/classes/MetadataService.cls 10291 26 10291 73 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]*'
7525 /apex-mdapi/src/classes/MetadataService.cls 10291 26 10291 73 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]*'
7526 /apex-mdapi/src/classes/MetadataService.cls 10293 12 10299 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7526 /apex-mdapi/src/classes/MetadataService.cls 10293 12 10299 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7527 /apex-mdapi/src/classes/MetadataService.cls 10293 12 10299 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 'readApexTestSuiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7527 /apex-mdapi/src/classes/MetadataService.cls 10293 12 10299 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 'readApexTestSuiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7528 /apex-mdapi/src/classes/MetadataService.cls 10295 16 10295 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7528 /apex-mdapi/src/classes/MetadataService.cls 10295 16 10295 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7529 /apex-mdapi/src/classes/MetadataService.cls 10296 26 10296 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7529 /apex-mdapi/src/classes/MetadataService.cls 10296 26 10296 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7530 /apex-mdapi/src/classes/MetadataService.cls 10296 26 10296 99 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]*'
7530 /apex-mdapi/src/classes/MetadataService.cls 10296 26 10296 99 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]*'
7531 /apex-mdapi/src/classes/MetadataService.cls 10297 26 10297 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7531 /apex-mdapi/src/classes/MetadataService.cls 10297 26 10297 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7532 /apex-mdapi/src/classes/MetadataService.cls 10297 26 10297 89 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]*'
7532 /apex-mdapi/src/classes/MetadataService.cls 10297 26 10297 89 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]*'
7533 /apex-mdapi/src/classes/MetadataService.cls 10298 26 10298 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7533 /apex-mdapi/src/classes/MetadataService.cls 10298 26 10298 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7534 /apex-mdapi/src/classes/MetadataService.cls 10298 26 10298 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]*'
7534 /apex-mdapi/src/classes/MetadataService.cls 10298 26 10298 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]*'
7535 /apex-mdapi/src/classes/MetadataService.cls 10300 12 10306 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7535 /apex-mdapi/src/classes/MetadataService.cls 10300 12 10306 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7536 /apex-mdapi/src/classes/MetadataService.cls 10302 16 10302 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7536 /apex-mdapi/src/classes/MetadataService.cls 10302 16 10302 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7537 /apex-mdapi/src/classes/MetadataService.cls 10303 26 10303 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7537 /apex-mdapi/src/classes/MetadataService.cls 10303 26 10303 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7538 /apex-mdapi/src/classes/MetadataService.cls 10303 26 10303 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7538 /apex-mdapi/src/classes/MetadataService.cls 10303 26 10303 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7539 /apex-mdapi/src/classes/MetadataService.cls 10304 26 10304 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7539 /apex-mdapi/src/classes/MetadataService.cls 10304 26 10304 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7540 /apex-mdapi/src/classes/MetadataService.cls 10304 26 10304 89 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]*'
7540 /apex-mdapi/src/classes/MetadataService.cls 10304 26 10304 89 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]*'
7541 /apex-mdapi/src/classes/MetadataService.cls 10305 26 10305 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7541 /apex-mdapi/src/classes/MetadataService.cls 10305 26 10305 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7542 /apex-mdapi/src/classes/MetadataService.cls 10305 26 10305 73 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]*'
7542 /apex-mdapi/src/classes/MetadataService.cls 10305 26 10305 73 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]*'
7543 /apex-mdapi/src/classes/MetadataService.cls 10307 12 10313 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7543 /apex-mdapi/src/classes/MetadataService.cls 10307 12 10313 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7544 /apex-mdapi/src/classes/MetadataService.cls 10307 12 10313 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 'readChannelLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7544 /apex-mdapi/src/classes/MetadataService.cls 10307 12 10313 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 'readChannelLayoutResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7545 /apex-mdapi/src/classes/MetadataService.cls 10309 16 10309 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7545 /apex-mdapi/src/classes/MetadataService.cls 10309 16 10309 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7546 /apex-mdapi/src/classes/MetadataService.cls 10310 26 10310 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7546 /apex-mdapi/src/classes/MetadataService.cls 10310 26 10310 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7547 /apex-mdapi/src/classes/MetadataService.cls 10310 26 10310 99 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]*'
7547 /apex-mdapi/src/classes/MetadataService.cls 10310 26 10310 99 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]*'
7548 /apex-mdapi/src/classes/MetadataService.cls 10311 26 10311 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7548 /apex-mdapi/src/classes/MetadataService.cls 10311 26 10311 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7549 /apex-mdapi/src/classes/MetadataService.cls 10311 26 10311 89 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]*'
7549 /apex-mdapi/src/classes/MetadataService.cls 10311 26 10311 89 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]*'
7550 /apex-mdapi/src/classes/MetadataService.cls 10312 26 10312 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7550 /apex-mdapi/src/classes/MetadataService.cls 10312 26 10312 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7551 /apex-mdapi/src/classes/MetadataService.cls 10312 26 10312 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]*'
7551 /apex-mdapi/src/classes/MetadataService.cls 10312 26 10312 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]*'
7552 /apex-mdapi/src/classes/MetadataService.cls 10314 12 10320 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7552 /apex-mdapi/src/classes/MetadataService.cls 10314 12 10320 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7553 /apex-mdapi/src/classes/MetadataService.cls 10316 16 10316 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7553 /apex-mdapi/src/classes/MetadataService.cls 10316 16 10316 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7554 /apex-mdapi/src/classes/MetadataService.cls 10317 26 10317 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7554 /apex-mdapi/src/classes/MetadataService.cls 10317 26 10317 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7555 /apex-mdapi/src/classes/MetadataService.cls 10317 26 10317 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7555 /apex-mdapi/src/classes/MetadataService.cls 10317 26 10317 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7556 /apex-mdapi/src/classes/MetadataService.cls 10318 26 10318 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7556 /apex-mdapi/src/classes/MetadataService.cls 10318 26 10318 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7557 /apex-mdapi/src/classes/MetadataService.cls 10318 26 10318 89 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]*'
7557 /apex-mdapi/src/classes/MetadataService.cls 10318 26 10318 89 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]*'
7558 /apex-mdapi/src/classes/MetadataService.cls 10319 26 10319 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7558 /apex-mdapi/src/classes/MetadataService.cls 10319 26 10319 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7559 /apex-mdapi/src/classes/MetadataService.cls 10319 26 10319 73 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]*'
7559 /apex-mdapi/src/classes/MetadataService.cls 10319 26 10319 73 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]*'
7560 /apex-mdapi/src/classes/MetadataService.cls 10321 12 10327 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7560 /apex-mdapi/src/classes/MetadataService.cls 10321 12 10327 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7561 /apex-mdapi/src/classes/MetadataService.cls 10321 12 10327 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 'readContentAssetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7561 /apex-mdapi/src/classes/MetadataService.cls 10321 12 10327 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 'readContentAssetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7562 /apex-mdapi/src/classes/MetadataService.cls 10323 16 10323 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7562 /apex-mdapi/src/classes/MetadataService.cls 10323 16 10323 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7563 /apex-mdapi/src/classes/MetadataService.cls 10324 26 10324 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7563 /apex-mdapi/src/classes/MetadataService.cls 10324 26 10324 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7564 /apex-mdapi/src/classes/MetadataService.cls 10324 26 10324 99 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]*'
7564 /apex-mdapi/src/classes/MetadataService.cls 10324 26 10324 99 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]*'
7565 /apex-mdapi/src/classes/MetadataService.cls 10325 26 10325 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7565 /apex-mdapi/src/classes/MetadataService.cls 10325 26 10325 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7566 /apex-mdapi/src/classes/MetadataService.cls 10325 26 10325 89 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]*'
7566 /apex-mdapi/src/classes/MetadataService.cls 10325 26 10325 89 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]*'
7567 /apex-mdapi/src/classes/MetadataService.cls 10326 26 10326 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7567 /apex-mdapi/src/classes/MetadataService.cls 10326 26 10326 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7568 /apex-mdapi/src/classes/MetadataService.cls 10326 26 10326 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]*'
7568 /apex-mdapi/src/classes/MetadataService.cls 10326 26 10326 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]*'
7569 /apex-mdapi/src/classes/MetadataService.cls 10328 12 10334 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7569 /apex-mdapi/src/classes/MetadataService.cls 10328 12 10334 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7570 /apex-mdapi/src/classes/MetadataService.cls 10330 16 10330 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7570 /apex-mdapi/src/classes/MetadataService.cls 10330 16 10330 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7571 /apex-mdapi/src/classes/MetadataService.cls 10331 26 10331 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7571 /apex-mdapi/src/classes/MetadataService.cls 10331 26 10331 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7572 /apex-mdapi/src/classes/MetadataService.cls 10331 26 10331 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7572 /apex-mdapi/src/classes/MetadataService.cls 10331 26 10331 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7573 /apex-mdapi/src/classes/MetadataService.cls 10332 26 10332 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7573 /apex-mdapi/src/classes/MetadataService.cls 10332 26 10332 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7574 /apex-mdapi/src/classes/MetadataService.cls 10332 26 10332 89 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]*'
7574 /apex-mdapi/src/classes/MetadataService.cls 10332 26 10332 89 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]*'
7575 /apex-mdapi/src/classes/MetadataService.cls 10333 26 10333 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7575 /apex-mdapi/src/classes/MetadataService.cls 10333 26 10333 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7576 /apex-mdapi/src/classes/MetadataService.cls 10333 26 10333 73 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]*'
7576 /apex-mdapi/src/classes/MetadataService.cls 10333 26 10333 73 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]*'
7577 /apex-mdapi/src/classes/MetadataService.cls 10335 12 10341 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7577 /apex-mdapi/src/classes/MetadataService.cls 10335 12 10341 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7578 /apex-mdapi/src/classes/MetadataService.cls 10335 12 10341 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 'readEmailServicesFunctionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7578 /apex-mdapi/src/classes/MetadataService.cls 10335 12 10341 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 'readEmailServicesFunctionResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7579 /apex-mdapi/src/classes/MetadataService.cls 10337 16 10337 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7579 /apex-mdapi/src/classes/MetadataService.cls 10337 16 10337 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7580 /apex-mdapi/src/classes/MetadataService.cls 10338 26 10338 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7580 /apex-mdapi/src/classes/MetadataService.cls 10338 26 10338 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7581 /apex-mdapi/src/classes/MetadataService.cls 10338 26 10338 99 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]*'
7581 /apex-mdapi/src/classes/MetadataService.cls 10338 26 10338 99 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]*'
7582 /apex-mdapi/src/classes/MetadataService.cls 10339 26 10339 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7582 /apex-mdapi/src/classes/MetadataService.cls 10339 26 10339 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7583 /apex-mdapi/src/classes/MetadataService.cls 10339 26 10339 89 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]*'
7583 /apex-mdapi/src/classes/MetadataService.cls 10339 26 10339 89 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]*'
7584 /apex-mdapi/src/classes/MetadataService.cls 10340 26 10340 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7584 /apex-mdapi/src/classes/MetadataService.cls 10340 26 10340 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7585 /apex-mdapi/src/classes/MetadataService.cls 10340 26 10340 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]*'
7585 /apex-mdapi/src/classes/MetadataService.cls 10340 26 10340 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]*'
7586 /apex-mdapi/src/classes/MetadataService.cls 10342 12 10348 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7586 /apex-mdapi/src/classes/MetadataService.cls 10342 12 10348 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7587 /apex-mdapi/src/classes/MetadataService.cls 10344 16 10344 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7587 /apex-mdapi/src/classes/MetadataService.cls 10344 16 10344 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7588 /apex-mdapi/src/classes/MetadataService.cls 10345 26 10345 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7588 /apex-mdapi/src/classes/MetadataService.cls 10345 26 10345 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7589 /apex-mdapi/src/classes/MetadataService.cls 10345 26 10345 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7589 /apex-mdapi/src/classes/MetadataService.cls 10345 26 10345 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7590 /apex-mdapi/src/classes/MetadataService.cls 10346 26 10346 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7590 /apex-mdapi/src/classes/MetadataService.cls 10346 26 10346 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7591 /apex-mdapi/src/classes/MetadataService.cls 10346 26 10346 89 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]*'
7591 /apex-mdapi/src/classes/MetadataService.cls 10346 26 10346 89 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]*'
7592 /apex-mdapi/src/classes/MetadataService.cls 10347 26 10347 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7592 /apex-mdapi/src/classes/MetadataService.cls 10347 26 10347 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7593 /apex-mdapi/src/classes/MetadataService.cls 10347 26 10347 73 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]*'
7593 /apex-mdapi/src/classes/MetadataService.cls 10347 26 10347 73 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]*'
7594 /apex-mdapi/src/classes/MetadataService.cls 10349 12 10355 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7594 /apex-mdapi/src/classes/MetadataService.cls 10349 12 10355 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7595 /apex-mdapi/src/classes/MetadataService.cls 10349 12 10355 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 'readEmbeddedServiceBrandingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7595 /apex-mdapi/src/classes/MetadataService.cls 10349 12 10355 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 'readEmbeddedServiceBrandingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7596 /apex-mdapi/src/classes/MetadataService.cls 10351 16 10351 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7596 /apex-mdapi/src/classes/MetadataService.cls 10351 16 10351 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7597 /apex-mdapi/src/classes/MetadataService.cls 10352 26 10352 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7597 /apex-mdapi/src/classes/MetadataService.cls 10352 26 10352 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7598 /apex-mdapi/src/classes/MetadataService.cls 10352 26 10352 99 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]*'
7598 /apex-mdapi/src/classes/MetadataService.cls 10352 26 10352 99 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]*'
7599 /apex-mdapi/src/classes/MetadataService.cls 10353 26 10353 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7599 /apex-mdapi/src/classes/MetadataService.cls 10353 26 10353 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7600 /apex-mdapi/src/classes/MetadataService.cls 10353 26 10353 89 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]*'
7600 /apex-mdapi/src/classes/MetadataService.cls 10353 26 10353 89 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]*'
7601 /apex-mdapi/src/classes/MetadataService.cls 10354 26 10354 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7601 /apex-mdapi/src/classes/MetadataService.cls 10354 26 10354 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7602 /apex-mdapi/src/classes/MetadataService.cls 10354 26 10354 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]*'
7602 /apex-mdapi/src/classes/MetadataService.cls 10354 26 10354 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]*'
7603 /apex-mdapi/src/classes/MetadataService.cls 10356 12 10362 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7603 /apex-mdapi/src/classes/MetadataService.cls 10356 12 10362 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7604 /apex-mdapi/src/classes/MetadataService.cls 10358 16 10358 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7604 /apex-mdapi/src/classes/MetadataService.cls 10358 16 10358 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7605 /apex-mdapi/src/classes/MetadataService.cls 10359 26 10359 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7605 /apex-mdapi/src/classes/MetadataService.cls 10359 26 10359 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7606 /apex-mdapi/src/classes/MetadataService.cls 10359 26 10359 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7606 /apex-mdapi/src/classes/MetadataService.cls 10359 26 10359 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7607 /apex-mdapi/src/classes/MetadataService.cls 10360 26 10360 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7607 /apex-mdapi/src/classes/MetadataService.cls 10360 26 10360 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7608 /apex-mdapi/src/classes/MetadataService.cls 10360 26 10360 89 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]*'
7608 /apex-mdapi/src/classes/MetadataService.cls 10360 26 10360 89 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]*'
7609 /apex-mdapi/src/classes/MetadataService.cls 10361 26 10361 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7609 /apex-mdapi/src/classes/MetadataService.cls 10361 26 10361 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7610 /apex-mdapi/src/classes/MetadataService.cls 10361 26 10361 73 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]*'
7610 /apex-mdapi/src/classes/MetadataService.cls 10361 26 10361 73 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]*'
7611 /apex-mdapi/src/classes/MetadataService.cls 10363 12 10369 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7611 /apex-mdapi/src/classes/MetadataService.cls 10363 12 10369 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7612 /apex-mdapi/src/classes/MetadataService.cls 10363 12 10369 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 'readEmbeddedServiceConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7612 /apex-mdapi/src/classes/MetadataService.cls 10363 12 10369 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 'readEmbeddedServiceConfigResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7613 /apex-mdapi/src/classes/MetadataService.cls 10365 16 10365 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7613 /apex-mdapi/src/classes/MetadataService.cls 10365 16 10365 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7614 /apex-mdapi/src/classes/MetadataService.cls 10366 26 10366 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7614 /apex-mdapi/src/classes/MetadataService.cls 10366 26 10366 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7615 /apex-mdapi/src/classes/MetadataService.cls 10366 26 10366 99 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]*'
7615 /apex-mdapi/src/classes/MetadataService.cls 10366 26 10366 99 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]*'
7616 /apex-mdapi/src/classes/MetadataService.cls 10367 26 10367 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7616 /apex-mdapi/src/classes/MetadataService.cls 10367 26 10367 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7617 /apex-mdapi/src/classes/MetadataService.cls 10367 26 10367 89 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]*'
7617 /apex-mdapi/src/classes/MetadataService.cls 10367 26 10367 89 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]*'
7618 /apex-mdapi/src/classes/MetadataService.cls 10368 26 10368 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7618 /apex-mdapi/src/classes/MetadataService.cls 10368 26 10368 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7619 /apex-mdapi/src/classes/MetadataService.cls 10368 26 10368 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]*'
7619 /apex-mdapi/src/classes/MetadataService.cls 10368 26 10368 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]*'
7620 /apex-mdapi/src/classes/MetadataService.cls 10370 12 10376 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7620 /apex-mdapi/src/classes/MetadataService.cls 10370 12 10376 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7621 /apex-mdapi/src/classes/MetadataService.cls 10372 16 10372 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7621 /apex-mdapi/src/classes/MetadataService.cls 10372 16 10372 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7622 /apex-mdapi/src/classes/MetadataService.cls 10373 26 10373 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7622 /apex-mdapi/src/classes/MetadataService.cls 10373 26 10373 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7623 /apex-mdapi/src/classes/MetadataService.cls 10373 26 10373 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7623 /apex-mdapi/src/classes/MetadataService.cls 10373 26 10373 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7624 /apex-mdapi/src/classes/MetadataService.cls 10374 26 10374 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7624 /apex-mdapi/src/classes/MetadataService.cls 10374 26 10374 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7625 /apex-mdapi/src/classes/MetadataService.cls 10374 26 10374 89 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]*'
7625 /apex-mdapi/src/classes/MetadataService.cls 10374 26 10374 89 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]*'
7626 /apex-mdapi/src/classes/MetadataService.cls 10375 26 10375 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7626 /apex-mdapi/src/classes/MetadataService.cls 10375 26 10375 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7627 /apex-mdapi/src/classes/MetadataService.cls 10375 26 10375 73 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]*'
7627 /apex-mdapi/src/classes/MetadataService.cls 10375 26 10375 73 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]*'
7628 /apex-mdapi/src/classes/MetadataService.cls 10377 12 10383 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7628 /apex-mdapi/src/classes/MetadataService.cls 10377 12 10383 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7629 /apex-mdapi/src/classes/MetadataService.cls 10377 12 10383 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 'readEmbeddedServiceLiveAgentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7629 /apex-mdapi/src/classes/MetadataService.cls 10377 12 10383 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 'readEmbeddedServiceLiveAgentResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7630 /apex-mdapi/src/classes/MetadataService.cls 10379 16 10379 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7630 /apex-mdapi/src/classes/MetadataService.cls 10379 16 10379 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7631 /apex-mdapi/src/classes/MetadataService.cls 10380 26 10380 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7631 /apex-mdapi/src/classes/MetadataService.cls 10380 26 10380 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7632 /apex-mdapi/src/classes/MetadataService.cls 10380 26 10380 99 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]*'
7632 /apex-mdapi/src/classes/MetadataService.cls 10380 26 10380 99 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]*'
7633 /apex-mdapi/src/classes/MetadataService.cls 10381 26 10381 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7633 /apex-mdapi/src/classes/MetadataService.cls 10381 26 10381 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7634 /apex-mdapi/src/classes/MetadataService.cls 10381 26 10381 89 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]*'
7634 /apex-mdapi/src/classes/MetadataService.cls 10381 26 10381 89 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]*'
7635 /apex-mdapi/src/classes/MetadataService.cls 10382 26 10382 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7635 /apex-mdapi/src/classes/MetadataService.cls 10382 26 10382 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7636 /apex-mdapi/src/classes/MetadataService.cls 10382 26 10382 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]*'
7636 /apex-mdapi/src/classes/MetadataService.cls 10382 26 10382 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]*'
7637 /apex-mdapi/src/classes/MetadataService.cls 10384 12 10390 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7637 /apex-mdapi/src/classes/MetadataService.cls 10384 12 10390 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7638 /apex-mdapi/src/classes/MetadataService.cls 10386 16 10386 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7638 /apex-mdapi/src/classes/MetadataService.cls 10386 16 10386 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7639 /apex-mdapi/src/classes/MetadataService.cls 10387 26 10387 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7639 /apex-mdapi/src/classes/MetadataService.cls 10387 26 10387 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7640 /apex-mdapi/src/classes/MetadataService.cls 10387 26 10387 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7640 /apex-mdapi/src/classes/MetadataService.cls 10387 26 10387 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7641 /apex-mdapi/src/classes/MetadataService.cls 10388 26 10388 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7641 /apex-mdapi/src/classes/MetadataService.cls 10388 26 10388 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7642 /apex-mdapi/src/classes/MetadataService.cls 10388 26 10388 89 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]*'
7642 /apex-mdapi/src/classes/MetadataService.cls 10388 26 10388 89 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]*'
7643 /apex-mdapi/src/classes/MetadataService.cls 10389 26 10389 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7643 /apex-mdapi/src/classes/MetadataService.cls 10389 26 10389 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7644 /apex-mdapi/src/classes/MetadataService.cls 10389 26 10389 73 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]*'
7644 /apex-mdapi/src/classes/MetadataService.cls 10389 26 10389 73 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]*'
7645 /apex-mdapi/src/classes/MetadataService.cls 10391 12 10397 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7645 /apex-mdapi/src/classes/MetadataService.cls 10391 12 10397 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7646 /apex-mdapi/src/classes/MetadataService.cls 10391 12 10397 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 'readCaseSubjectParticleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7646 /apex-mdapi/src/classes/MetadataService.cls 10391 12 10397 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 'readCaseSubjectParticleResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7647 /apex-mdapi/src/classes/MetadataService.cls 10393 16 10393 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7647 /apex-mdapi/src/classes/MetadataService.cls 10393 16 10393 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7648 /apex-mdapi/src/classes/MetadataService.cls 10394 26 10394 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7648 /apex-mdapi/src/classes/MetadataService.cls 10394 26 10394 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7649 /apex-mdapi/src/classes/MetadataService.cls 10394 26 10394 99 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]*'
7649 /apex-mdapi/src/classes/MetadataService.cls 10394 26 10394 99 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]*'
7650 /apex-mdapi/src/classes/MetadataService.cls 10395 26 10395 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7650 /apex-mdapi/src/classes/MetadataService.cls 10395 26 10395 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7651 /apex-mdapi/src/classes/MetadataService.cls 10395 26 10395 89 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]*'
7651 /apex-mdapi/src/classes/MetadataService.cls 10395 26 10395 89 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]*'
7652 /apex-mdapi/src/classes/MetadataService.cls 10396 26 10396 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7652 /apex-mdapi/src/classes/MetadataService.cls 10396 26 10396 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7653 /apex-mdapi/src/classes/MetadataService.cls 10396 26 10396 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]*'
7653 /apex-mdapi/src/classes/MetadataService.cls 10396 26 10396 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]*'
7654 /apex-mdapi/src/classes/MetadataService.cls 10398 12 10404 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7654 /apex-mdapi/src/classes/MetadataService.cls 10398 12 10404 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7655 /apex-mdapi/src/classes/MetadataService.cls 10400 16 10400 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7655 /apex-mdapi/src/classes/MetadataService.cls 10400 16 10400 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7656 /apex-mdapi/src/classes/MetadataService.cls 10401 26 10401 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7656 /apex-mdapi/src/classes/MetadataService.cls 10401 26 10401 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7657 /apex-mdapi/src/classes/MetadataService.cls 10401 26 10401 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7657 /apex-mdapi/src/classes/MetadataService.cls 10401 26 10401 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7658 /apex-mdapi/src/classes/MetadataService.cls 10402 26 10402 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7658 /apex-mdapi/src/classes/MetadataService.cls 10402 26 10402 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7659 /apex-mdapi/src/classes/MetadataService.cls 10402 26 10402 89 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]*'
7659 /apex-mdapi/src/classes/MetadataService.cls 10402 26 10402 89 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]*'
7660 /apex-mdapi/src/classes/MetadataService.cls 10403 26 10403 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7660 /apex-mdapi/src/classes/MetadataService.cls 10403 26 10403 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7661 /apex-mdapi/src/classes/MetadataService.cls 10403 26 10403 73 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]*'
7661 /apex-mdapi/src/classes/MetadataService.cls 10403 26 10403 73 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]*'
7662 /apex-mdapi/src/classes/MetadataService.cls 10405 12 10411 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7662 /apex-mdapi/src/classes/MetadataService.cls 10405 12 10411 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7663 /apex-mdapi/src/classes/MetadataService.cls 10405 12 10411 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 'readNetworkBrandingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7663 /apex-mdapi/src/classes/MetadataService.cls 10405 12 10411 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 'readNetworkBrandingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7664 /apex-mdapi/src/classes/MetadataService.cls 10407 16 10407 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7664 /apex-mdapi/src/classes/MetadataService.cls 10407 16 10407 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7665 /apex-mdapi/src/classes/MetadataService.cls 10408 26 10408 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7665 /apex-mdapi/src/classes/MetadataService.cls 10408 26 10408 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7666 /apex-mdapi/src/classes/MetadataService.cls 10408 26 10408 99 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]*'
7666 /apex-mdapi/src/classes/MetadataService.cls 10408 26 10408 99 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]*'
7667 /apex-mdapi/src/classes/MetadataService.cls 10409 26 10409 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7667 /apex-mdapi/src/classes/MetadataService.cls 10409 26 10409 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7668 /apex-mdapi/src/classes/MetadataService.cls 10409 26 10409 89 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]*'
7668 /apex-mdapi/src/classes/MetadataService.cls 10409 26 10409 89 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]*'
7669 /apex-mdapi/src/classes/MetadataService.cls 10410 26 10410 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7669 /apex-mdapi/src/classes/MetadataService.cls 10410 26 10410 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7670 /apex-mdapi/src/classes/MetadataService.cls 10410 26 10410 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]*'
7670 /apex-mdapi/src/classes/MetadataService.cls 10410 26 10410 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]*'
7671 /apex-mdapi/src/classes/MetadataService.cls 10412 12 10418 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7671 /apex-mdapi/src/classes/MetadataService.cls 10412 12 10418 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7672 /apex-mdapi/src/classes/MetadataService.cls 10414 16 10414 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7672 /apex-mdapi/src/classes/MetadataService.cls 10414 16 10414 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7673 /apex-mdapi/src/classes/MetadataService.cls 10415 26 10415 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7673 /apex-mdapi/src/classes/MetadataService.cls 10415 26 10415 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7674 /apex-mdapi/src/classes/MetadataService.cls 10415 26 10415 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7674 /apex-mdapi/src/classes/MetadataService.cls 10415 26 10415 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7675 /apex-mdapi/src/classes/MetadataService.cls 10416 26 10416 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7675 /apex-mdapi/src/classes/MetadataService.cls 10416 26 10416 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7676 /apex-mdapi/src/classes/MetadataService.cls 10416 26 10416 89 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]*'
7676 /apex-mdapi/src/classes/MetadataService.cls 10416 26 10416 89 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]*'
7677 /apex-mdapi/src/classes/MetadataService.cls 10417 26 10417 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7677 /apex-mdapi/src/classes/MetadataService.cls 10417 26 10417 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7678 /apex-mdapi/src/classes/MetadataService.cls 10417 26 10417 73 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]*'
7678 /apex-mdapi/src/classes/MetadataService.cls 10417 26 10417 73 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]*'
7679 /apex-mdapi/src/classes/MetadataService.cls 10419 12 10425 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7679 /apex-mdapi/src/classes/MetadataService.cls 10419 12 10425 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7680 /apex-mdapi/src/classes/MetadataService.cls 10419 12 10425 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 'readSocialCustomerServiceSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7680 /apex-mdapi/src/classes/MetadataService.cls 10419 12 10425 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 'readSocialCustomerServiceSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7681 /apex-mdapi/src/classes/MetadataService.cls 10421 16 10421 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7681 /apex-mdapi/src/classes/MetadataService.cls 10421 16 10421 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7682 /apex-mdapi/src/classes/MetadataService.cls 10422 26 10422 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7682 /apex-mdapi/src/classes/MetadataService.cls 10422 26 10422 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7683 /apex-mdapi/src/classes/MetadataService.cls 10422 26 10422 99 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]*'
7683 /apex-mdapi/src/classes/MetadataService.cls 10422 26 10422 99 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]*'
7684 /apex-mdapi/src/classes/MetadataService.cls 10423 26 10423 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7684 /apex-mdapi/src/classes/MetadataService.cls 10423 26 10423 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7685 /apex-mdapi/src/classes/MetadataService.cls 10423 26 10423 89 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]*'
7685 /apex-mdapi/src/classes/MetadataService.cls 10423 26 10423 89 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]*'
7686 /apex-mdapi/src/classes/MetadataService.cls 10424 26 10424 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7686 /apex-mdapi/src/classes/MetadataService.cls 10424 26 10424 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7687 /apex-mdapi/src/classes/MetadataService.cls 10424 26 10424 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]*'
7687 /apex-mdapi/src/classes/MetadataService.cls 10424 26 10424 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]*'
7688 /apex-mdapi/src/classes/MetadataService.cls 10426 12 10432 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7688 /apex-mdapi/src/classes/MetadataService.cls 10426 12 10432 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7689 /apex-mdapi/src/classes/MetadataService.cls 10428 16 10428 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7689 /apex-mdapi/src/classes/MetadataService.cls 10428 16 10428 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7690 /apex-mdapi/src/classes/MetadataService.cls 10429 26 10429 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7690 /apex-mdapi/src/classes/MetadataService.cls 10429 26 10429 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7691 /apex-mdapi/src/classes/MetadataService.cls 10429 26 10429 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7691 /apex-mdapi/src/classes/MetadataService.cls 10429 26 10429 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7692 /apex-mdapi/src/classes/MetadataService.cls 10430 26 10430 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7692 /apex-mdapi/src/classes/MetadataService.cls 10430 26 10430 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7693 /apex-mdapi/src/classes/MetadataService.cls 10430 26 10430 89 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]*'
7693 /apex-mdapi/src/classes/MetadataService.cls 10430 26 10430 89 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]*'
7694 /apex-mdapi/src/classes/MetadataService.cls 10431 26 10431 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7694 /apex-mdapi/src/classes/MetadataService.cls 10431 26 10431 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7695 /apex-mdapi/src/classes/MetadataService.cls 10431 26 10431 73 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]*'
7695 /apex-mdapi/src/classes/MetadataService.cls 10431 26 10431 73 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]*'
7696 /apex-mdapi/src/classes/MetadataService.cls 10433 12 10439 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7696 /apex-mdapi/src/classes/MetadataService.cls 10433 12 10439 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7697 /apex-mdapi/src/classes/MetadataService.cls 10433 12 10439 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 'readTopicsForObjectsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7697 /apex-mdapi/src/classes/MetadataService.cls 10433 12 10439 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 'readTopicsForObjectsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7698 /apex-mdapi/src/classes/MetadataService.cls 10435 16 10435 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7698 /apex-mdapi/src/classes/MetadataService.cls 10435 16 10435 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7699 /apex-mdapi/src/classes/MetadataService.cls 10436 26 10436 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7699 /apex-mdapi/src/classes/MetadataService.cls 10436 26 10436 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7700 /apex-mdapi/src/classes/MetadataService.cls 10436 26 10436 99 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]*'
7700 /apex-mdapi/src/classes/MetadataService.cls 10436 26 10436 99 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]*'
7701 /apex-mdapi/src/classes/MetadataService.cls 10437 26 10437 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7701 /apex-mdapi/src/classes/MetadataService.cls 10437 26 10437 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7702 /apex-mdapi/src/classes/MetadataService.cls 10437 26 10437 89 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]*'
7702 /apex-mdapi/src/classes/MetadataService.cls 10437 26 10437 89 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]*'
7703 /apex-mdapi/src/classes/MetadataService.cls 10438 26 10438 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7703 /apex-mdapi/src/classes/MetadataService.cls 10438 26 10438 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7704 /apex-mdapi/src/classes/MetadataService.cls 10438 26 10438 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]*'
7704 /apex-mdapi/src/classes/MetadataService.cls 10438 26 10438 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]*'
7705 /apex-mdapi/src/classes/MetadataService.cls 10440 12 10446 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7705 /apex-mdapi/src/classes/MetadataService.cls 10440 12 10446 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7706 /apex-mdapi/src/classes/MetadataService.cls 10442 16 10442 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7706 /apex-mdapi/src/classes/MetadataService.cls 10442 16 10442 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7707 /apex-mdapi/src/classes/MetadataService.cls 10443 26 10443 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7707 /apex-mdapi/src/classes/MetadataService.cls 10443 26 10443 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7708 /apex-mdapi/src/classes/MetadataService.cls 10443 26 10443 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7708 /apex-mdapi/src/classes/MetadataService.cls 10443 26 10443 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7709 /apex-mdapi/src/classes/MetadataService.cls 10444 26 10444 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7709 /apex-mdapi/src/classes/MetadataService.cls 10444 26 10444 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7710 /apex-mdapi/src/classes/MetadataService.cls 10444 26 10444 89 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]*'
7710 /apex-mdapi/src/classes/MetadataService.cls 10444 26 10444 89 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]*'
7711 /apex-mdapi/src/classes/MetadataService.cls 10445 26 10445 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7711 /apex-mdapi/src/classes/MetadataService.cls 10445 26 10445 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7712 /apex-mdapi/src/classes/MetadataService.cls 10445 26 10445 73 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]*'
7712 /apex-mdapi/src/classes/MetadataService.cls 10445 26 10445 73 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]*'
7713 /apex-mdapi/src/classes/MetadataService.cls 10447 12 10453 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7713 /apex-mdapi/src/classes/MetadataService.cls 10447 12 10453 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7714 /apex-mdapi/src/classes/MetadataService.cls 10447 12 10453 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 'readBrandingSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7714 /apex-mdapi/src/classes/MetadataService.cls 10447 12 10453 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 'readBrandingSetResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7715 /apex-mdapi/src/classes/MetadataService.cls 10449 16 10449 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7715 /apex-mdapi/src/classes/MetadataService.cls 10449 16 10449 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7716 /apex-mdapi/src/classes/MetadataService.cls 10450 26 10450 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7716 /apex-mdapi/src/classes/MetadataService.cls 10450 26 10450 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7717 /apex-mdapi/src/classes/MetadataService.cls 10450 26 10450 99 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]*'
7717 /apex-mdapi/src/classes/MetadataService.cls 10450 26 10450 99 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]*'
7718 /apex-mdapi/src/classes/MetadataService.cls 10451 26 10451 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7718 /apex-mdapi/src/classes/MetadataService.cls 10451 26 10451 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7719 /apex-mdapi/src/classes/MetadataService.cls 10451 26 10451 89 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]*'
7719 /apex-mdapi/src/classes/MetadataService.cls 10451 26 10451 89 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]*'
7720 /apex-mdapi/src/classes/MetadataService.cls 10452 26 10452 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7720 /apex-mdapi/src/classes/MetadataService.cls 10452 26 10452 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7721 /apex-mdapi/src/classes/MetadataService.cls 10452 26 10452 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]*'
7721 /apex-mdapi/src/classes/MetadataService.cls 10452 26 10452 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]*'
7722 /apex-mdapi/src/classes/MetadataService.cls 10454 12 10460 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7722 /apex-mdapi/src/classes/MetadataService.cls 10454 12 10460 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7723 /apex-mdapi/src/classes/MetadataService.cls 10456 16 10456 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7723 /apex-mdapi/src/classes/MetadataService.cls 10456 16 10456 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7724 /apex-mdapi/src/classes/MetadataService.cls 10457 26 10457 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7724 /apex-mdapi/src/classes/MetadataService.cls 10457 26 10457 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7725 /apex-mdapi/src/classes/MetadataService.cls 10457 26 10457 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7725 /apex-mdapi/src/classes/MetadataService.cls 10457 26 10457 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7726 /apex-mdapi/src/classes/MetadataService.cls 10458 26 10458 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7726 /apex-mdapi/src/classes/MetadataService.cls 10458 26 10458 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7727 /apex-mdapi/src/classes/MetadataService.cls 10458 26 10458 89 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]*'
7727 /apex-mdapi/src/classes/MetadataService.cls 10458 26 10458 89 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]*'
7728 /apex-mdapi/src/classes/MetadataService.cls 10459 26 10459 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7728 /apex-mdapi/src/classes/MetadataService.cls 10459 26 10459 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7729 /apex-mdapi/src/classes/MetadataService.cls 10459 26 10459 73 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]*'
7729 /apex-mdapi/src/classes/MetadataService.cls 10459 26 10459 73 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]*'
7730 /apex-mdapi/src/classes/MetadataService.cls 10461 12 10467 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7730 /apex-mdapi/src/classes/MetadataService.cls 10461 12 10467 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7731 /apex-mdapi/src/classes/MetadataService.cls 10461 12 10467 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 'readProfilePasswordPolicyResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7731 /apex-mdapi/src/classes/MetadataService.cls 10461 12 10467 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 'readProfilePasswordPolicyResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7732 /apex-mdapi/src/classes/MetadataService.cls 10463 16 10463 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7732 /apex-mdapi/src/classes/MetadataService.cls 10463 16 10463 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7733 /apex-mdapi/src/classes/MetadataService.cls 10464 26 10464 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7733 /apex-mdapi/src/classes/MetadataService.cls 10464 26 10464 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7734 /apex-mdapi/src/classes/MetadataService.cls 10464 26 10464 99 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]*'
7734 /apex-mdapi/src/classes/MetadataService.cls 10464 26 10464 99 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]*'
7735 /apex-mdapi/src/classes/MetadataService.cls 10465 26 10465 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7735 /apex-mdapi/src/classes/MetadataService.cls 10465 26 10465 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7736 /apex-mdapi/src/classes/MetadataService.cls 10465 26 10465 89 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]*'
7736 /apex-mdapi/src/classes/MetadataService.cls 10465 26 10465 89 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]*'
7737 /apex-mdapi/src/classes/MetadataService.cls 10466 26 10466 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7737 /apex-mdapi/src/classes/MetadataService.cls 10466 26 10466 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7738 /apex-mdapi/src/classes/MetadataService.cls 10466 26 10466 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]*'
7738 /apex-mdapi/src/classes/MetadataService.cls 10466 26 10466 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]*'
7739 /apex-mdapi/src/classes/MetadataService.cls 10468 12 10474 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7739 /apex-mdapi/src/classes/MetadataService.cls 10468 12 10474 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7740 /apex-mdapi/src/classes/MetadataService.cls 10470 16 10470 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7740 /apex-mdapi/src/classes/MetadataService.cls 10470 16 10470 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7741 /apex-mdapi/src/classes/MetadataService.cls 10471 26 10471 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7741 /apex-mdapi/src/classes/MetadataService.cls 10471 26 10471 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7742 /apex-mdapi/src/classes/MetadataService.cls 10471 26 10471 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7742 /apex-mdapi/src/classes/MetadataService.cls 10471 26 10471 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7743 /apex-mdapi/src/classes/MetadataService.cls 10472 26 10472 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7743 /apex-mdapi/src/classes/MetadataService.cls 10472 26 10472 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7744 /apex-mdapi/src/classes/MetadataService.cls 10472 26 10472 89 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]*'
7744 /apex-mdapi/src/classes/MetadataService.cls 10472 26 10472 89 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]*'
7745 /apex-mdapi/src/classes/MetadataService.cls 10473 26 10473 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7745 /apex-mdapi/src/classes/MetadataService.cls 10473 26 10473 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7746 /apex-mdapi/src/classes/MetadataService.cls 10473 26 10473 73 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]*'
7746 /apex-mdapi/src/classes/MetadataService.cls 10473 26 10473 73 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]*'
7747 /apex-mdapi/src/classes/MetadataService.cls 10475 12 10481 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7747 /apex-mdapi/src/classes/MetadataService.cls 10475 12 10481 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7748 /apex-mdapi/src/classes/MetadataService.cls 10475 12 10481 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 'readProfileSessionSettingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7748 /apex-mdapi/src/classes/MetadataService.cls 10475 12 10481 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 'readProfileSessionSettingResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7749 /apex-mdapi/src/classes/MetadataService.cls 10477 16 10477 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7749 /apex-mdapi/src/classes/MetadataService.cls 10477 16 10477 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7750 /apex-mdapi/src/classes/MetadataService.cls 10478 26 10478 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7750 /apex-mdapi/src/classes/MetadataService.cls 10478 26 10478 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7751 /apex-mdapi/src/classes/MetadataService.cls 10478 26 10478 99 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]*'
7751 /apex-mdapi/src/classes/MetadataService.cls 10478 26 10478 99 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]*'
7752 /apex-mdapi/src/classes/MetadataService.cls 10479 26 10479 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7752 /apex-mdapi/src/classes/MetadataService.cls 10479 26 10479 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7753 /apex-mdapi/src/classes/MetadataService.cls 10479 26 10479 89 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]*'
7753 /apex-mdapi/src/classes/MetadataService.cls 10479 26 10479 89 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]*'
7754 /apex-mdapi/src/classes/MetadataService.cls 10480 26 10480 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7754 /apex-mdapi/src/classes/MetadataService.cls 10480 26 10480 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7755 /apex-mdapi/src/classes/MetadataService.cls 10480 26 10480 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]*'
7755 /apex-mdapi/src/classes/MetadataService.cls 10480 26 10480 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]*'
7756 /apex-mdapi/src/classes/MetadataService.cls 10482 12 10488 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7756 /apex-mdapi/src/classes/MetadataService.cls 10482 12 10488 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7757 /apex-mdapi/src/classes/MetadataService.cls 10484 16 10484 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7757 /apex-mdapi/src/classes/MetadataService.cls 10484 16 10484 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7758 /apex-mdapi/src/classes/MetadataService.cls 10485 26 10485 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7758 /apex-mdapi/src/classes/MetadataService.cls 10485 26 10485 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7759 /apex-mdapi/src/classes/MetadataService.cls 10485 26 10485 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7759 /apex-mdapi/src/classes/MetadataService.cls 10485 26 10485 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7760 /apex-mdapi/src/classes/MetadataService.cls 10486 26 10486 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7760 /apex-mdapi/src/classes/MetadataService.cls 10486 26 10486 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7761 /apex-mdapi/src/classes/MetadataService.cls 10486 26 10486 89 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]*'
7761 /apex-mdapi/src/classes/MetadataService.cls 10486 26 10486 89 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]*'
7762 /apex-mdapi/src/classes/MetadataService.cls 10487 26 10487 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7762 /apex-mdapi/src/classes/MetadataService.cls 10487 26 10487 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7763 /apex-mdapi/src/classes/MetadataService.cls 10487 26 10487 73 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]*'
7763 /apex-mdapi/src/classes/MetadataService.cls 10487 26 10487 73 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]*'
7764 /apex-mdapi/src/classes/MetadataService.cls 10489 12 10495 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7764 /apex-mdapi/src/classes/MetadataService.cls 10489 12 10495 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7765 /apex-mdapi/src/classes/MetadataService.cls 10489 12 10495 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 'readCspTrustedSiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7765 /apex-mdapi/src/classes/MetadataService.cls 10489 12 10495 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 'readCspTrustedSiteResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7766 /apex-mdapi/src/classes/MetadataService.cls 10491 16 10491 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7766 /apex-mdapi/src/classes/MetadataService.cls 10491 16 10491 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7767 /apex-mdapi/src/classes/MetadataService.cls 10492 26 10492 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7767 /apex-mdapi/src/classes/MetadataService.cls 10492 26 10492 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7768 /apex-mdapi/src/classes/MetadataService.cls 10492 26 10492 99 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]*'
7768 /apex-mdapi/src/classes/MetadataService.cls 10492 26 10492 99 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]*'
7769 /apex-mdapi/src/classes/MetadataService.cls 10493 26 10493 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7769 /apex-mdapi/src/classes/MetadataService.cls 10493 26 10493 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7770 /apex-mdapi/src/classes/MetadataService.cls 10493 26 10493 89 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]*'
7770 /apex-mdapi/src/classes/MetadataService.cls 10493 26 10493 89 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]*'
7771 /apex-mdapi/src/classes/MetadataService.cls 10494 26 10494 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7771 /apex-mdapi/src/classes/MetadataService.cls 10494 26 10494 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7772 /apex-mdapi/src/classes/MetadataService.cls 10494 26 10494 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]*'
7772 /apex-mdapi/src/classes/MetadataService.cls 10494 26 10494 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]*'
7773 /apex-mdapi/src/classes/MetadataService.cls 10496 12 10502 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7773 /apex-mdapi/src/classes/MetadataService.cls 10496 12 10502 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7774 /apex-mdapi/src/classes/MetadataService.cls 10498 16 10498 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7774 /apex-mdapi/src/classes/MetadataService.cls 10498 16 10498 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7775 /apex-mdapi/src/classes/MetadataService.cls 10499 26 10499 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7775 /apex-mdapi/src/classes/MetadataService.cls 10499 26 10499 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7776 /apex-mdapi/src/classes/MetadataService.cls 10499 26 10499 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7776 /apex-mdapi/src/classes/MetadataService.cls 10499 26 10499 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7777 /apex-mdapi/src/classes/MetadataService.cls 10500 26 10500 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7777 /apex-mdapi/src/classes/MetadataService.cls 10500 26 10500 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7778 /apex-mdapi/src/classes/MetadataService.cls 10500 26 10500 89 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]*'
7778 /apex-mdapi/src/classes/MetadataService.cls 10500 26 10500 89 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]*'
7779 /apex-mdapi/src/classes/MetadataService.cls 10501 26 10501 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7779 /apex-mdapi/src/classes/MetadataService.cls 10501 26 10501 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7780 /apex-mdapi/src/classes/MetadataService.cls 10501 26 10501 73 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]*'
7780 /apex-mdapi/src/classes/MetadataService.cls 10501 26 10501 73 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]*'
7781 /apex-mdapi/src/classes/MetadataService.cls 10503 12 10509 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7781 /apex-mdapi/src/classes/MetadataService.cls 10503 12 10509 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7782 /apex-mdapi/src/classes/MetadataService.cls 10503 12 10509 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 'readEclairGeoDataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7782 /apex-mdapi/src/classes/MetadataService.cls 10503 12 10509 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 'readEclairGeoDataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7783 /apex-mdapi/src/classes/MetadataService.cls 10505 16 10505 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7783 /apex-mdapi/src/classes/MetadataService.cls 10505 16 10505 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7784 /apex-mdapi/src/classes/MetadataService.cls 10506 26 10506 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7784 /apex-mdapi/src/classes/MetadataService.cls 10506 26 10506 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7785 /apex-mdapi/src/classes/MetadataService.cls 10506 26 10506 99 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]*'
7785 /apex-mdapi/src/classes/MetadataService.cls 10506 26 10506 99 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]*'
7786 /apex-mdapi/src/classes/MetadataService.cls 10507 26 10507 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7786 /apex-mdapi/src/classes/MetadataService.cls 10507 26 10507 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7787 /apex-mdapi/src/classes/MetadataService.cls 10507 26 10507 89 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]*'
7787 /apex-mdapi/src/classes/MetadataService.cls 10507 26 10507 89 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]*'
7788 /apex-mdapi/src/classes/MetadataService.cls 10508 26 10508 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7788 /apex-mdapi/src/classes/MetadataService.cls 10508 26 10508 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7789 /apex-mdapi/src/classes/MetadataService.cls 10508 26 10508 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]*'
7789 /apex-mdapi/src/classes/MetadataService.cls 10508 26 10508 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]*'
7790 /apex-mdapi/src/classes/MetadataService.cls 10510 12 10516 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7790 /apex-mdapi/src/classes/MetadataService.cls 10510 12 10516 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7791 /apex-mdapi/src/classes/MetadataService.cls 10512 16 10512 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7791 /apex-mdapi/src/classes/MetadataService.cls 10512 16 10512 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7792 /apex-mdapi/src/classes/MetadataService.cls 10513 26 10513 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7792 /apex-mdapi/src/classes/MetadataService.cls 10513 26 10513 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7793 /apex-mdapi/src/classes/MetadataService.cls 10513 26 10513 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7793 /apex-mdapi/src/classes/MetadataService.cls 10513 26 10513 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7794 /apex-mdapi/src/classes/MetadataService.cls 10514 26 10514 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7794 /apex-mdapi/src/classes/MetadataService.cls 10514 26 10514 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7795 /apex-mdapi/src/classes/MetadataService.cls 10514 26 10514 89 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]*'
7795 /apex-mdapi/src/classes/MetadataService.cls 10514 26 10514 89 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]*'
7796 /apex-mdapi/src/classes/MetadataService.cls 10515 26 10515 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7796 /apex-mdapi/src/classes/MetadataService.cls 10515 26 10515 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7797 /apex-mdapi/src/classes/MetadataService.cls 10515 26 10515 73 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]*'
7797 /apex-mdapi/src/classes/MetadataService.cls 10515 26 10515 73 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]*'
7798 /apex-mdapi/src/classes/MetadataService.cls 10517 12 10523 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7798 /apex-mdapi/src/classes/MetadataService.cls 10517 12 10523 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7799 /apex-mdapi/src/classes/MetadataService.cls 10517 12 10523 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 'readExternalServiceRegistrationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7799 /apex-mdapi/src/classes/MetadataService.cls 10517 12 10523 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 'readExternalServiceRegistrationResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7800 /apex-mdapi/src/classes/MetadataService.cls 10519 16 10519 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7800 /apex-mdapi/src/classes/MetadataService.cls 10519 16 10519 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7801 /apex-mdapi/src/classes/MetadataService.cls 10520 26 10520 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7801 /apex-mdapi/src/classes/MetadataService.cls 10520 26 10520 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7802 /apex-mdapi/src/classes/MetadataService.cls 10520 26 10520 99 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]*'
7802 /apex-mdapi/src/classes/MetadataService.cls 10520 26 10520 99 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]*'
7803 /apex-mdapi/src/classes/MetadataService.cls 10521 26 10521 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7803 /apex-mdapi/src/classes/MetadataService.cls 10521 26 10521 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7804 /apex-mdapi/src/classes/MetadataService.cls 10521 26 10521 89 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]*'
7804 /apex-mdapi/src/classes/MetadataService.cls 10521 26 10521 89 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]*'
7805 /apex-mdapi/src/classes/MetadataService.cls 10522 26 10522 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7805 /apex-mdapi/src/classes/MetadataService.cls 10522 26 10522 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7806 /apex-mdapi/src/classes/MetadataService.cls 10522 26 10522 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]*'
7806 /apex-mdapi/src/classes/MetadataService.cls 10522 26 10522 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]*'
7807 /apex-mdapi/src/classes/MetadataService.cls 10524 12 10530 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7807 /apex-mdapi/src/classes/MetadataService.cls 10524 12 10530 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7808 /apex-mdapi/src/classes/MetadataService.cls 10526 16 10526 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7808 /apex-mdapi/src/classes/MetadataService.cls 10526 16 10526 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7809 /apex-mdapi/src/classes/MetadataService.cls 10527 26 10527 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7809 /apex-mdapi/src/classes/MetadataService.cls 10527 26 10527 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7810 /apex-mdapi/src/classes/MetadataService.cls 10527 26 10527 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7810 /apex-mdapi/src/classes/MetadataService.cls 10527 26 10527 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7811 /apex-mdapi/src/classes/MetadataService.cls 10528 26 10528 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7811 /apex-mdapi/src/classes/MetadataService.cls 10528 26 10528 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7812 /apex-mdapi/src/classes/MetadataService.cls 10528 26 10528 89 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]*'
7812 /apex-mdapi/src/classes/MetadataService.cls 10528 26 10528 89 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]*'
7813 /apex-mdapi/src/classes/MetadataService.cls 10529 26 10529 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7813 /apex-mdapi/src/classes/MetadataService.cls 10529 26 10529 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7814 /apex-mdapi/src/classes/MetadataService.cls 10529 26 10529 73 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]*'
7814 /apex-mdapi/src/classes/MetadataService.cls 10529 26 10529 73 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]*'
7815 /apex-mdapi/src/classes/MetadataService.cls 10531 12 10537 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7815 /apex-mdapi/src/classes/MetadataService.cls 10531 12 10537 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7816 /apex-mdapi/src/classes/MetadataService.cls 10531 12 10537 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 'readFileUploadAndDownloadSecuritySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7816 /apex-mdapi/src/classes/MetadataService.cls 10531 12 10537 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 'readFileUploadAndDownloadSecuritySettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7817 /apex-mdapi/src/classes/MetadataService.cls 10533 16 10533 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7817 /apex-mdapi/src/classes/MetadataService.cls 10533 16 10533 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7818 /apex-mdapi/src/classes/MetadataService.cls 10534 26 10534 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7818 /apex-mdapi/src/classes/MetadataService.cls 10534 26 10534 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7819 /apex-mdapi/src/classes/MetadataService.cls 10534 26 10534 99 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]*'
7819 /apex-mdapi/src/classes/MetadataService.cls 10534 26 10534 99 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]*'
7820 /apex-mdapi/src/classes/MetadataService.cls 10535 26 10535 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7820 /apex-mdapi/src/classes/MetadataService.cls 10535 26 10535 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7821 /apex-mdapi/src/classes/MetadataService.cls 10535 26 10535 89 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]*'
7821 /apex-mdapi/src/classes/MetadataService.cls 10535 26 10535 89 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]*'
7822 /apex-mdapi/src/classes/MetadataService.cls 10536 26 10536 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7822 /apex-mdapi/src/classes/MetadataService.cls 10536 26 10536 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7823 /apex-mdapi/src/classes/MetadataService.cls 10536 26 10536 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]*'
7823 /apex-mdapi/src/classes/MetadataService.cls 10536 26 10536 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]*'
7824 /apex-mdapi/src/classes/MetadataService.cls 10538 12 10544 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7824 /apex-mdapi/src/classes/MetadataService.cls 10538 12 10544 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7825 /apex-mdapi/src/classes/MetadataService.cls 10540 16 10540 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7825 /apex-mdapi/src/classes/MetadataService.cls 10540 16 10540 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7826 /apex-mdapi/src/classes/MetadataService.cls 10541 26 10541 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7826 /apex-mdapi/src/classes/MetadataService.cls 10541 26 10541 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7827 /apex-mdapi/src/classes/MetadataService.cls 10541 26 10541 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7827 /apex-mdapi/src/classes/MetadataService.cls 10541 26 10541 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7828 /apex-mdapi/src/classes/MetadataService.cls 10542 26 10542 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7828 /apex-mdapi/src/classes/MetadataService.cls 10542 26 10542 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7829 /apex-mdapi/src/classes/MetadataService.cls 10542 26 10542 89 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]*'
7829 /apex-mdapi/src/classes/MetadataService.cls 10542 26 10542 89 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]*'
7830 /apex-mdapi/src/classes/MetadataService.cls 10543 26 10543 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7830 /apex-mdapi/src/classes/MetadataService.cls 10543 26 10543 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7831 /apex-mdapi/src/classes/MetadataService.cls 10543 26 10543 73 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]*'
7831 /apex-mdapi/src/classes/MetadataService.cls 10543 26 10543 73 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]*'
7832 /apex-mdapi/src/classes/MetadataService.cls 10545 12 10551 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7832 /apex-mdapi/src/classes/MetadataService.cls 10545 12 10551 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7833 /apex-mdapi/src/classes/MetadataService.cls 10545 12 10551 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 'readLeadConvertSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7833 /apex-mdapi/src/classes/MetadataService.cls 10545 12 10551 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 'readLeadConvertSettingsResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7834 /apex-mdapi/src/classes/MetadataService.cls 10547 16 10547 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7834 /apex-mdapi/src/classes/MetadataService.cls 10547 16 10547 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7835 /apex-mdapi/src/classes/MetadataService.cls 10548 26 10548 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7835 /apex-mdapi/src/classes/MetadataService.cls 10548 26 10548 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7836 /apex-mdapi/src/classes/MetadataService.cls 10548 26 10548 99 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]*'
7836 /apex-mdapi/src/classes/MetadataService.cls 10548 26 10548 99 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]*'
7837 /apex-mdapi/src/classes/MetadataService.cls 10549 26 10549 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7837 /apex-mdapi/src/classes/MetadataService.cls 10549 26 10549 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7838 /apex-mdapi/src/classes/MetadataService.cls 10549 26 10549 89 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]*'
7838 /apex-mdapi/src/classes/MetadataService.cls 10549 26 10549 89 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]*'
7839 /apex-mdapi/src/classes/MetadataService.cls 10550 26 10550 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7839 /apex-mdapi/src/classes/MetadataService.cls 10550 26 10550 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7840 /apex-mdapi/src/classes/MetadataService.cls 10550 26 10550 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]*'
7840 /apex-mdapi/src/classes/MetadataService.cls 10550 26 10550 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]*'
7841 /apex-mdapi/src/classes/MetadataService.cls 10552 12 10558 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7841 /apex-mdapi/src/classes/MetadataService.cls 10552 12 10558 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7842 /apex-mdapi/src/classes/MetadataService.cls 10554 16 10554 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7842 /apex-mdapi/src/classes/MetadataService.cls 10554 16 10554 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7843 /apex-mdapi/src/classes/MetadataService.cls 10555 26 10555 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7843 /apex-mdapi/src/classes/MetadataService.cls 10555 26 10555 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7844 /apex-mdapi/src/classes/MetadataService.cls 10555 26 10555 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7844 /apex-mdapi/src/classes/MetadataService.cls 10555 26 10555 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7845 /apex-mdapi/src/classes/MetadataService.cls 10556 26 10556 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7845 /apex-mdapi/src/classes/MetadataService.cls 10556 26 10556 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7846 /apex-mdapi/src/classes/MetadataService.cls 10556 26 10556 89 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]*'
7846 /apex-mdapi/src/classes/MetadataService.cls 10556 26 10556 89 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]*'
7847 /apex-mdapi/src/classes/MetadataService.cls 10557 26 10557 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7847 /apex-mdapi/src/classes/MetadataService.cls 10557 26 10557 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7848 /apex-mdapi/src/classes/MetadataService.cls 10557 26 10557 73 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]*'
7848 /apex-mdapi/src/classes/MetadataService.cls 10557 26 10557 73 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]*'
7849 /apex-mdapi/src/classes/MetadataService.cls 10559 12 10565 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7849 /apex-mdapi/src/classes/MetadataService.cls 10559 12 10565 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7850 /apex-mdapi/src/classes/MetadataService.cls 10559 12 10565 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 'readUserCriteriaResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7850 /apex-mdapi/src/classes/MetadataService.cls 10559 12 10565 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 'readUserCriteriaResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7851 /apex-mdapi/src/classes/MetadataService.cls 10561 16 10561 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7851 /apex-mdapi/src/classes/MetadataService.cls 10561 16 10561 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7852 /apex-mdapi/src/classes/MetadataService.cls 10562 26 10562 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7852 /apex-mdapi/src/classes/MetadataService.cls 10562 26 10562 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7853 /apex-mdapi/src/classes/MetadataService.cls 10562 26 10562 99 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]*'
7853 /apex-mdapi/src/classes/MetadataService.cls 10562 26 10562 99 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]*'
7854 /apex-mdapi/src/classes/MetadataService.cls 10563 26 10563 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7854 /apex-mdapi/src/classes/MetadataService.cls 10563 26 10563 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7855 /apex-mdapi/src/classes/MetadataService.cls 10563 26 10563 89 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]*'
7855 /apex-mdapi/src/classes/MetadataService.cls 10563 26 10563 89 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]*'
7856 /apex-mdapi/src/classes/MetadataService.cls 10564 26 10564 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7856 /apex-mdapi/src/classes/MetadataService.cls 10564 26 10564 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7857 /apex-mdapi/src/classes/MetadataService.cls 10564 26 10564 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]*'
7857 /apex-mdapi/src/classes/MetadataService.cls 10564 26 10564 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]*'
7858 /apex-mdapi/src/classes/MetadataService.cls 10566 12 10572 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7858 /apex-mdapi/src/classes/MetadataService.cls 10566 12 10572 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7859 /apex-mdapi/src/classes/MetadataService.cls 10568 16 10568 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7859 /apex-mdapi/src/classes/MetadataService.cls 10568 16 10568 75 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7860 /apex-mdapi/src/classes/MetadataService.cls 10569 26 10569 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7860 /apex-mdapi/src/classes/MetadataService.cls 10569 26 10569 102 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'records_type_info' should be before method declarations in its class
7861 /apex-mdapi/src/classes/MetadataService.cls 10569 26 10569 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7861 /apex-mdapi/src/classes/MetadataService.cls 10569 26 10569 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7862 /apex-mdapi/src/classes/MetadataService.cls 10570 26 10570 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7862 /apex-mdapi/src/classes/MetadataService.cls 10570 26 10570 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7863 /apex-mdapi/src/classes/MetadataService.cls 10570 26 10570 89 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]*'
7863 /apex-mdapi/src/classes/MetadataService.cls 10570 26 10570 89 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]*'
7864 /apex-mdapi/src/classes/MetadataService.cls 10571 26 10571 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7864 /apex-mdapi/src/classes/MetadataService.cls 10571 26 10571 73 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7865 /apex-mdapi/src/classes/MetadataService.cls 10571 26 10571 73 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]*'
7865 /apex-mdapi/src/classes/MetadataService.cls 10571 26 10571 73 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]*'
7866 /apex-mdapi/src/classes/MetadataService.cls 10573 12 10579 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7866 /apex-mdapi/src/classes/MetadataService.cls 10573 12 10579 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7867 /apex-mdapi/src/classes/MetadataService.cls 10573 12 10579 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 'readWavexmdResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7867 /apex-mdapi/src/classes/MetadataService.cls 10573 12 10579 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 'readWavexmdResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
7868 /apex-mdapi/src/classes/MetadataService.cls 10575 16 10575 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7868 /apex-mdapi/src/classes/MetadataService.cls 10575 16 10575 58 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7869 /apex-mdapi/src/classes/MetadataService.cls 10576 26 10576 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7869 /apex-mdapi/src/classes/MetadataService.cls 10576 26 10576 99 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'result_type_info' should be before method declarations in its class
7870 /apex-mdapi/src/classes/MetadataService.cls 10576 26 10576 99 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]*'
7870 /apex-mdapi/src/classes/MetadataService.cls 10576 26 10576 99 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]*'
7871 /apex-mdapi/src/classes/MetadataService.cls 10577 26 10577 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7871 /apex-mdapi/src/classes/MetadataService.cls 10577 26 10577 89 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'apex_schema_type_info' should be before method declarations in its class
7872 /apex-mdapi/src/classes/MetadataService.cls 10577 26 10577 89 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]*'
7872 /apex-mdapi/src/classes/MetadataService.cls 10577 26 10577 89 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]*'
7873 /apex-mdapi/src/classes/MetadataService.cls 10578 26 10578 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7873 /apex-mdapi/src/classes/MetadataService.cls 10578 26 10578 72 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'field_order_type_info' should be before method declarations in its class
7874 /apex-mdapi/src/classes/MetadataService.cls 10578 26 10578 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]*'
7874 /apex-mdapi/src/classes/MetadataService.cls 10578 26 10578 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]*'
7875 /apex-mdapi/src/classes/MetadataService.cls 10580 12 10585 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7875 /apex-mdapi/src/classes/MetadataService.cls 10580 12 10585 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7876 /apex-mdapi/src/classes/MetadataService.cls 10582 26 10582 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7876 /apex-mdapi/src/classes/MetadataService.cls 10582 26 10582 102 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 'records_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7877 /apex-mdapi/src/classes/MetadataService.cls 10583 26 10583 89 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]*'
7877 /apex-mdapi/src/classes/MetadataService.cls 10583 26 10583 89 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]*'
7878 /apex-mdapi/src/classes/MetadataService.cls 10584 26 10584 73 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]*'
7878 /apex-mdapi/src/classes/MetadataService.cls 10584 26 10584 73 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]*'
7879 /apex-mdapi/src/classes/MetadataService.cls 10586 12 10593 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7879 /apex-mdapi/src/classes/MetadataService.cls 10586 12 10593 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7880 /apex-mdapi/src/classes/MetadataService.cls 10589 26 10589 112 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 'sourceValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7880 /apex-mdapi/src/classes/MetadataService.cls 10589 26 10589 112 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 'sourceValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7881 /apex-mdapi/src/classes/MetadataService.cls 10590 26 10590 97 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]*'
7881 /apex-mdapi/src/classes/MetadataService.cls 10590 26 10590 97 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]*'
7882 /apex-mdapi/src/classes/MetadataService.cls 10591 26 10591 89 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]*'
7882 /apex-mdapi/src/classes/MetadataService.cls 10591 26 10591 89 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]*'
7883 /apex-mdapi/src/classes/MetadataService.cls 10592 26 10592 86 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]*'
7883 /apex-mdapi/src/classes/MetadataService.cls 10592 26 10592 86 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]*'
7884 /apex-mdapi/src/classes/MetadataService.cls 10594 12 10601 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7884 /apex-mdapi/src/classes/MetadataService.cls 10594 12 10601 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7885 /apex-mdapi/src/classes/MetadataService.cls 10597 26 10597 111 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 'propertyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7885 /apex-mdapi/src/classes/MetadataService.cls 10597 26 10597 111 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 'propertyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7886 /apex-mdapi/src/classes/MetadataService.cls 10598 26 10598 113 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 'propertyValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7886 /apex-mdapi/src/classes/MetadataService.cls 10598 26 10598 113 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 'propertyValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7887 /apex-mdapi/src/classes/MetadataService.cls 10599 26 10599 89 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]*'
7887 /apex-mdapi/src/classes/MetadataService.cls 10599 26 10599 89 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]*'
7888 /apex-mdapi/src/classes/MetadataService.cls 10600 26 10600 94 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]*'
7888 /apex-mdapi/src/classes/MetadataService.cls 10600 26 10600 94 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]*'
7889 /apex-mdapi/src/classes/MetadataService.cls 10602 12 10609 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7889 /apex-mdapi/src/classes/MetadataService.cls 10602 12 10609 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7890 /apex-mdapi/src/classes/MetadataService.cls 10605 26 10605 103 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 'apexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7890 /apex-mdapi/src/classes/MetadataService.cls 10605 26 10605 103 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 'apexPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7891 /apex-mdapi/src/classes/MetadataService.cls 10606 26 10606 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7891 /apex-mdapi/src/classes/MetadataService.cls 10606 26 10606 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7892 /apex-mdapi/src/classes/MetadataService.cls 10607 26 10607 89 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]*'
7892 /apex-mdapi/src/classes/MetadataService.cls 10607 26 10607 89 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]*'
7893 /apex-mdapi/src/classes/MetadataService.cls 10608 26 10608 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]*'
7893 /apex-mdapi/src/classes/MetadataService.cls 10608 26 10608 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]*'
7894 /apex-mdapi/src/classes/MetadataService.cls 10610 12 10633 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7894 /apex-mdapi/src/classes/MetadataService.cls 10610 12 10633 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7895 /apex-mdapi/src/classes/MetadataService.cls 10610 12 10633 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7895 /apex-mdapi/src/classes/MetadataService.cls 10610 12 10633 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7896 /apex-mdapi/src/classes/MetadataService.cls 10613 26 10613 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7896 /apex-mdapi/src/classes/MetadataService.cls 10613 26 10613 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7897 /apex-mdapi/src/classes/MetadataService.cls 10615 26 10615 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7897 /apex-mdapi/src/classes/MetadataService.cls 10615 26 10615 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7898 /apex-mdapi/src/classes/MetadataService.cls 10623 26 10623 113 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 'contentSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7898 /apex-mdapi/src/classes/MetadataService.cls 10623 26 10623 113 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 'contentSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7899 /apex-mdapi/src/classes/MetadataService.cls 10624 26 10624 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7899 /apex-mdapi/src/classes/MetadataService.cls 10624 26 10624 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7900 /apex-mdapi/src/classes/MetadataService.cls 10625 26 10625 109 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7900 /apex-mdapi/src/classes/MetadataService.cls 10625 26 10625 109 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 'encodingKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7901 /apex-mdapi/src/classes/MetadataService.cls 10626 26 10626 109 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 'fileContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7901 /apex-mdapi/src/classes/MetadataService.cls 10626 26 10626 109 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 'fileContent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7902 /apex-mdapi/src/classes/MetadataService.cls 10627 26 10627 103 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7902 /apex-mdapi/src/classes/MetadataService.cls 10627 26 10627 103 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7903 /apex-mdapi/src/classes/MetadataService.cls 10628 26 10628 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7903 /apex-mdapi/src/classes/MetadataService.cls 10628 26 10628 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7904 /apex-mdapi/src/classes/MetadataService.cls 10629 26 10629 117 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 'supportsCaching_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7904 /apex-mdapi/src/classes/MetadataService.cls 10629 26 10629 117 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 'supportsCaching_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7905 /apex-mdapi/src/classes/MetadataService.cls 10630 26 10630 89 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]*'
7905 /apex-mdapi/src/classes/MetadataService.cls 10630 26 10630 89 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]*'
7906 /apex-mdapi/src/classes/MetadataService.cls 10631 26 10631 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7906 /apex-mdapi/src/classes/MetadataService.cls 10631 26 10631 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7907 /apex-mdapi/src/classes/MetadataService.cls 10632 26 10632 179 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]*'
7907 /apex-mdapi/src/classes/MetadataService.cls 10632 26 10632 179 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]*'
7908 /apex-mdapi/src/classes/MetadataService.cls 10634 12 10739 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7908 /apex-mdapi/src/classes/MetadataService.cls 10634 12 10739 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7909 /apex-mdapi/src/classes/MetadataService.cls 10634 12 10739 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class Network has 51 public methods, attributes, and properties (limit: 20)
7909 /apex-mdapi/src/classes/MetadataService.cls 10634 12 10739 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class Network has 51 public methods, attributes, and properties (limit: 20)
7910 /apex-mdapi/src/classes/MetadataService.cls 10634 12 10739 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7910 /apex-mdapi/src/classes/MetadataService.cls 10634 12 10739 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7911 /apex-mdapi/src/classes/MetadataService.cls 10637 26 10637 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7911 /apex-mdapi/src/classes/MetadataService.cls 10637 26 10637 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7912 /apex-mdapi/src/classes/MetadataService.cls 10687 26 10687 131 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 'allowInternalUserLogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7912 /apex-mdapi/src/classes/MetadataService.cls 10687 26 10687 131 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 'allowInternalUserLogin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7913 /apex-mdapi/src/classes/MetadataService.cls 10688 26 10688 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 'allowMembersToFlag_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7913 /apex-mdapi/src/classes/MetadataService.cls 10688 26 10688 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 'allowMembersToFlag_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7914 /apex-mdapi/src/classes/MetadataService.cls 10689 26 10689 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 'allowedExtensions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7914 /apex-mdapi/src/classes/MetadataService.cls 10689 26 10689 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 'allowedExtensions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7915 /apex-mdapi/src/classes/MetadataService.cls 10690 26 10690 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 'caseCommentEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7915 /apex-mdapi/src/classes/MetadataService.cls 10690 26 10690 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 'caseCommentEmailTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7916 /apex-mdapi/src/classes/MetadataService.cls 10691 26 10691 131 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 'changePasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7916 /apex-mdapi/src/classes/MetadataService.cls 10691 26 10691 131 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 'changePasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7917 /apex-mdapi/src/classes/MetadataService.cls 10692 26 10692 115 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 'communityRoles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7917 /apex-mdapi/src/classes/MetadataService.cls 10692 26 10692 115 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 'communityRoles_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7918 /apex-mdapi/src/classes/MetadataService.cls 10693 26 10693 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7918 /apex-mdapi/src/classes/MetadataService.cls 10693 26 10693 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7919 /apex-mdapi/src/classes/MetadataService.cls 10694 26 10694 159 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 'disableReputationRecordConversations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7919 /apex-mdapi/src/classes/MetadataService.cls 10694 26 10694 159 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 'disableReputationRecordConversations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7920 /apex-mdapi/src/classes/MetadataService.cls 10695 26 10695 117 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 'emailFooterLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7920 /apex-mdapi/src/classes/MetadataService.cls 10695 26 10695 117 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 'emailFooterLogo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7921 /apex-mdapi/src/classes/MetadataService.cls 10696 26 10696 117 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 'emailFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7921 /apex-mdapi/src/classes/MetadataService.cls 10696 26 10696 117 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 'emailFooterText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7922 /apex-mdapi/src/classes/MetadataService.cls 10697 26 10697 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7922 /apex-mdapi/src/classes/MetadataService.cls 10697 26 10697 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 'emailSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7923 /apex-mdapi/src/classes/MetadataService.cls 10698 26 10698 117 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7923 /apex-mdapi/src/classes/MetadataService.cls 10698 26 10698 117 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 'emailSenderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7924 /apex-mdapi/src/classes/MetadataService.cls 10699 26 10699 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 'enableCustomVFErrorPageOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7924 /apex-mdapi/src/classes/MetadataService.cls 10699 26 10699 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 'enableCustomVFErrorPageOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7925 /apex-mdapi/src/classes/MetadataService.cls 10700 26 10700 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 'enableDirectMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7925 /apex-mdapi/src/classes/MetadataService.cls 10700 26 10700 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 'enableDirectMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7926 /apex-mdapi/src/classes/MetadataService.cls 10701 26 10701 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 'enableGuestChatter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7926 /apex-mdapi/src/classes/MetadataService.cls 10701 26 10701 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 'enableGuestChatter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7927 /apex-mdapi/src/classes/MetadataService.cls 10702 26 10702 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 'enableGuestFileAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7927 /apex-mdapi/src/classes/MetadataService.cls 10702 26 10702 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 'enableGuestFileAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7928 /apex-mdapi/src/classes/MetadataService.cls 10703 26 10703 119 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 'enableInvitation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7928 /apex-mdapi/src/classes/MetadataService.cls 10703 26 10703 119 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 'enableInvitation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7929 /apex-mdapi/src/classes/MetadataService.cls 10704 26 10704 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 'enableKnowledgeable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7929 /apex-mdapi/src/classes/MetadataService.cls 10704 26 10704 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 'enableKnowledgeable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7930 /apex-mdapi/src/classes/MetadataService.cls 10705 26 10705 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 'enableNicknameDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7930 /apex-mdapi/src/classes/MetadataService.cls 10705 26 10705 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 'enableNicknameDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7931 /apex-mdapi/src/classes/MetadataService.cls 10706 26 10706 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 'enablePrivateMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7931 /apex-mdapi/src/classes/MetadataService.cls 10706 26 10706 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 'enablePrivateMessages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7932 /apex-mdapi/src/classes/MetadataService.cls 10707 26 10707 119 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7932 /apex-mdapi/src/classes/MetadataService.cls 10707 26 10707 119 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 'enableReputation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7933 /apex-mdapi/src/classes/MetadataService.cls 10708 26 10708 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 'enableShowAllNetworkSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7933 /apex-mdapi/src/classes/MetadataService.cls 10708 26 10708 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 'enableShowAllNetworkSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7934 /apex-mdapi/src/classes/MetadataService.cls 10709 26 10709 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 'enableSiteAsContainer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7934 /apex-mdapi/src/classes/MetadataService.cls 10709 26 10709 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 'enableSiteAsContainer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7935 /apex-mdapi/src/classes/MetadataService.cls 10710 26 10710 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 'enableTalkingAboutStats_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7935 /apex-mdapi/src/classes/MetadataService.cls 10710 26 10710 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 'enableTalkingAboutStats_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7936 /apex-mdapi/src/classes/MetadataService.cls 10711 26 10711 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 'enableTopicAssignmentRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7936 /apex-mdapi/src/classes/MetadataService.cls 10711 26 10711 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 'enableTopicAssignmentRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7937 /apex-mdapi/src/classes/MetadataService.cls 10712 26 10712 131 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 'enableTopicSuggestions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7937 /apex-mdapi/src/classes/MetadataService.cls 10712 26 10712 131 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 'enableTopicSuggestions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7938 /apex-mdapi/src/classes/MetadataService.cls 10713 26 10713 119 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 'enableUpDownVote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7938 /apex-mdapi/src/classes/MetadataService.cls 10713 26 10713 119 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 'enableUpDownVote_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7939 /apex-mdapi/src/classes/MetadataService.cls 10714 26 10714 109 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 'feedChannel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7939 /apex-mdapi/src/classes/MetadataService.cls 10714 26 10714 109 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 'feedChannel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7940 /apex-mdapi/src/classes/MetadataService.cls 10715 26 10715 131 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 'forgotPasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7940 /apex-mdapi/src/classes/MetadataService.cls 10715 26 10715 131 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 'forgotPasswordTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7941 /apex-mdapi/src/classes/MetadataService.cls 10716 26 10716 141 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 'gatherCustomerSentimentData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7941 /apex-mdapi/src/classes/MetadataService.cls 10716 26 10716 141 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 'gatherCustomerSentimentData_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7942 /apex-mdapi/src/classes/MetadataService.cls 10717 26 10717 105 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7942 /apex-mdapi/src/classes/MetadataService.cls 10717 26 10717 105 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7943 /apex-mdapi/src/classes/MetadataService.cls 10718 26 10718 113 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 'maxFileSizeKb_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7943 /apex-mdapi/src/classes/MetadataService.cls 10718 26 10718 113 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 'maxFileSizeKb_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7944 /apex-mdapi/src/classes/MetadataService.cls 10719 26 10719 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 'navigationLinkSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7944 /apex-mdapi/src/classes/MetadataService.cls 10719 26 10719 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 'navigationLinkSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7945 /apex-mdapi/src/classes/MetadataService.cls 10720 26 10720 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 'networkMemberGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7945 /apex-mdapi/src/classes/MetadataService.cls 10720 26 10720 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 'networkMemberGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7946 /apex-mdapi/src/classes/MetadataService.cls 10721 26 10721 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 'networkPageOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7946 /apex-mdapi/src/classes/MetadataService.cls 10721 26 10721 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 'networkPageOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7947 /apex-mdapi/src/classes/MetadataService.cls 10722 26 10722 119 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 'newSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7947 /apex-mdapi/src/classes/MetadataService.cls 10722 26 10722 119 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 'newSenderAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7948 /apex-mdapi/src/classes/MetadataService.cls 10723 26 10723 109 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 'picassoSite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7948 /apex-mdapi/src/classes/MetadataService.cls 10723 26 10723 109 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 'picassoSite_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7949 /apex-mdapi/src/classes/MetadataService.cls 10724 26 10724 131 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 'recommendationAudience_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7949 /apex-mdapi/src/classes/MetadataService.cls 10724 26 10724 131 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 'recommendationAudience_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7950 /apex-mdapi/src/classes/MetadataService.cls 10725 26 10725 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 'recommendationDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7950 /apex-mdapi/src/classes/MetadataService.cls 10725 26 10725 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 'recommendationDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7951 /apex-mdapi/src/classes/MetadataService.cls 10726 26 10726 119 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7951 /apex-mdapi/src/classes/MetadataService.cls 10726 26 10726 119 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 'reputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7952 /apex-mdapi/src/classes/MetadataService.cls 10727 26 10727 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 'reputationPointsRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7952 /apex-mdapi/src/classes/MetadataService.cls 10727 26 10727 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 'reputationPointsRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7953 /apex-mdapi/src/classes/MetadataService.cls 10728 26 10728 115 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 'selfRegProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7953 /apex-mdapi/src/classes/MetadataService.cls 10728 26 10728 115 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 'selfRegProfile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7954 /apex-mdapi/src/classes/MetadataService.cls 10729 26 10729 119 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 'selfRegistration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7954 /apex-mdapi/src/classes/MetadataService.cls 10729 26 10729 119 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 'selfRegistration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7955 /apex-mdapi/src/classes/MetadataService.cls 10730 26 10730 119 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 'sendWelcomeEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7955 /apex-mdapi/src/classes/MetadataService.cls 10730 26 10730 119 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 'sendWelcomeEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7956 /apex-mdapi/src/classes/MetadataService.cls 10731 26 10731 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7956 /apex-mdapi/src/classes/MetadataService.cls 10731 26 10731 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7957 /apex-mdapi/src/classes/MetadataService.cls 10732 26 10732 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7957 /apex-mdapi/src/classes/MetadataService.cls 10732 26 10732 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7958 /apex-mdapi/src/classes/MetadataService.cls 10733 26 10733 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 'tabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7958 /apex-mdapi/src/classes/MetadataService.cls 10733 26 10733 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 'tabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7959 /apex-mdapi/src/classes/MetadataService.cls 10734 26 10734 113 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7959 /apex-mdapi/src/classes/MetadataService.cls 10734 26 10734 113 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 'urlPathPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7960 /apex-mdapi/src/classes/MetadataService.cls 10735 26 10735 117 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 'welcomeTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7960 /apex-mdapi/src/classes/MetadataService.cls 10735 26 10735 117 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 'welcomeTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7961 /apex-mdapi/src/classes/MetadataService.cls 10736 26 10736 89 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]*'
7961 /apex-mdapi/src/classes/MetadataService.cls 10736 26 10736 89 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]*'
7962 /apex-mdapi/src/classes/MetadataService.cls 10737 26 10737 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7962 /apex-mdapi/src/classes/MetadataService.cls 10737 26 10737 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
7963 /apex-mdapi/src/classes/MetadataService.cls 10738 26 10738 1105 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]*'
7963 /apex-mdapi/src/classes/MetadataService.cls 10738 26 10738 1105 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]*'
7964 /apex-mdapi/src/classes/MetadataService.cls 10740 12 10767 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7964 /apex-mdapi/src/classes/MetadataService.cls 10740 12 10767 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7965 /apex-mdapi/src/classes/MetadataService.cls 10740 12 10767 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7965 /apex-mdapi/src/classes/MetadataService.cls 10740 12 10767 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7966 /apex-mdapi/src/classes/MetadataService.cls 10753 26 10753 105 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 'actionUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7966 /apex-mdapi/src/classes/MetadataService.cls 10753 26 10753 105 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 'actionUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7967 /apex-mdapi/src/classes/MetadataService.cls 10754 26 10754 101 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7967 /apex-mdapi/src/classes/MetadataService.cls 10754 26 10754 101 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 'headers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7968 /apex-mdapi/src/classes/MetadataService.cls 10755 26 10755 131 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 'isConfirmationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7968 /apex-mdapi/src/classes/MetadataService.cls 10755 26 10755 131 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 'isConfirmationRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7969 /apex-mdapi/src/classes/MetadataService.cls 10756 26 10756 115 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 'isGroupDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7969 /apex-mdapi/src/classes/MetadataService.cls 10756 26 10756 115 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 'isGroupDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7970 /apex-mdapi/src/classes/MetadataService.cls 10757 26 10757 97 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]*'
7970 /apex-mdapi/src/classes/MetadataService.cls 10757 26 10757 97 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]*'
7971 /apex-mdapi/src/classes/MetadataService.cls 10758 26 10758 103 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 'labelKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7971 /apex-mdapi/src/classes/MetadataService.cls 10758 26 10758 103 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 'labelKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7972 /apex-mdapi/src/classes/MetadataService.cls 10759 26 10759 103 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 'linkType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7972 /apex-mdapi/src/classes/MetadataService.cls 10759 26 10759 103 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 'linkType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7973 /apex-mdapi/src/classes/MetadataService.cls 10760 26 10760 99 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 'method_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7973 /apex-mdapi/src/classes/MetadataService.cls 10760 26 10760 99 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 'method_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7974 /apex-mdapi/src/classes/MetadataService.cls 10761 26 10761 103 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7974 /apex-mdapi/src/classes/MetadataService.cls 10761 26 10761 103 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7975 /apex-mdapi/src/classes/MetadataService.cls 10762 26 10762 109 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 'requestBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7975 /apex-mdapi/src/classes/MetadataService.cls 10762 26 10762 109 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 'requestBody_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7976 /apex-mdapi/src/classes/MetadataService.cls 10763 26 10763 105 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 'userAlias_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7976 /apex-mdapi/src/classes/MetadataService.cls 10763 26 10763 105 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 'userAlias_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7977 /apex-mdapi/src/classes/MetadataService.cls 10764 26 10764 115 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 'userVisibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7977 /apex-mdapi/src/classes/MetadataService.cls 10764 26 10764 115 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 'userVisibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7978 /apex-mdapi/src/classes/MetadataService.cls 10765 26 10765 89 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]*'
7978 /apex-mdapi/src/classes/MetadataService.cls 10765 26 10765 89 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]*'
7979 /apex-mdapi/src/classes/MetadataService.cls 10766 26 10766 220 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]*'
7979 /apex-mdapi/src/classes/MetadataService.cls 10766 26 10766 220 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]*'
7980 /apex-mdapi/src/classes/MetadataService.cls 10768 12 10791 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7980 /apex-mdapi/src/classes/MetadataService.cls 10768 12 10791 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7981 /apex-mdapi/src/classes/MetadataService.cls 10768 12 10791 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7981 /apex-mdapi/src/classes/MetadataService.cls 10768 12 10791 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
7982 /apex-mdapi/src/classes/MetadataService.cls 10779 26 10779 113 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7982 /apex-mdapi/src/classes/MetadataService.cls 10779 26 10779 113 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7983 /apex-mdapi/src/classes/MetadataService.cls 10780 26 10780 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 'criteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7983 /apex-mdapi/src/classes/MetadataService.cls 10780 26 10780 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 'criteriaBooleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7984 /apex-mdapi/src/classes/MetadataService.cls 10781 26 10781 144 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 'milestoneCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7984 /apex-mdapi/src/classes/MetadataService.cls 10781 26 10781 144 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 'milestoneCriteriaFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7985 /apex-mdapi/src/classes/MetadataService.cls 10782 26 10782 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 'milestoneCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7985 /apex-mdapi/src/classes/MetadataService.cls 10782 26 10782 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 'milestoneCriteriaFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7986 /apex-mdapi/src/classes/MetadataService.cls 10783 26 10783 113 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 'milestoneName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7986 /apex-mdapi/src/classes/MetadataService.cls 10783 26 10783 113 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 'milestoneName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7987 /apex-mdapi/src/classes/MetadataService.cls 10784 26 10784 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 'minutesCustomClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7987 /apex-mdapi/src/classes/MetadataService.cls 10784 26 10784 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 'minutesCustomClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7988 /apex-mdapi/src/classes/MetadataService.cls 10785 26 10785 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 'minutesToComplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7988 /apex-mdapi/src/classes/MetadataService.cls 10785 26 10785 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 'minutesToComplete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7989 /apex-mdapi/src/classes/MetadataService.cls 10786 26 10786 116 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 'successActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7989 /apex-mdapi/src/classes/MetadataService.cls 10786 26 10786 116 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 'successActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7990 /apex-mdapi/src/classes/MetadataService.cls 10787 26 10787 112 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 'timeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7990 /apex-mdapi/src/classes/MetadataService.cls 10787 26 10787 112 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 'timeTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7991 /apex-mdapi/src/classes/MetadataService.cls 10788 26 10788 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 'useCriteriaStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7991 /apex-mdapi/src/classes/MetadataService.cls 10788 26 10788 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 'useCriteriaStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7992 /apex-mdapi/src/classes/MetadataService.cls 10789 26 10789 89 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]*'
7992 /apex-mdapi/src/classes/MetadataService.cls 10789 26 10789 89 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]*'
7993 /apex-mdapi/src/classes/MetadataService.cls 10790 26 10790 273 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]*'
7993 /apex-mdapi/src/classes/MetadataService.cls 10790 26 10790 273 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]*'
7994 /apex-mdapi/src/classes/MetadataService.cls 10792 12 10801 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7994 /apex-mdapi/src/classes/MetadataService.cls 10792 12 10801 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
7995 /apex-mdapi/src/classes/MetadataService.cls 10796 26 10796 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7995 /apex-mdapi/src/classes/MetadataService.cls 10796 26 10796 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7996 /apex-mdapi/src/classes/MetadataService.cls 10797 26 10797 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7996 /apex-mdapi/src/classes/MetadataService.cls 10797 26 10797 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7997 /apex-mdapi/src/classes/MetadataService.cls 10798 26 10798 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7997 /apex-mdapi/src/classes/MetadataService.cls 10798 26 10798 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
7998 /apex-mdapi/src/classes/MetadataService.cls 10799 26 10799 89 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]*'
7998 /apex-mdapi/src/classes/MetadataService.cls 10799 26 10799 89 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]*'
7999 /apex-mdapi/src/classes/MetadataService.cls 10800 26 10800 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]*'
7999 /apex-mdapi/src/classes/MetadataService.cls 10800 26 10800 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]*'
8000 /apex-mdapi/src/classes/MetadataService.cls 10802 12 10823 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8000 /apex-mdapi/src/classes/MetadataService.cls 10802 12 10823 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8001 /apex-mdapi/src/classes/MetadataService.cls 10802 12 10823 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8001 /apex-mdapi/src/classes/MetadataService.cls 10802 12 10823 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8002 /apex-mdapi/src/classes/MetadataService.cls 10812 26 10812 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8002 /apex-mdapi/src/classes/MetadataService.cls 10812 26 10812 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8003 /apex-mdapi/src/classes/MetadataService.cls 10813 26 10813 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8003 /apex-mdapi/src/classes/MetadataService.cls 10813 26 10813 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8004 /apex-mdapi/src/classes/MetadataService.cls 10814 26 10814 117 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8004 /apex-mdapi/src/classes/MetadataService.cls 10814 26 10814 117 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8005 /apex-mdapi/src/classes/MetadataService.cls 10815 26 10815 116 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 'fileProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8005 /apex-mdapi/src/classes/MetadataService.cls 10815 26 10815 116 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 'fileProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8006 /apex-mdapi/src/classes/MetadataService.cls 10816 26 10816 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8006 /apex-mdapi/src/classes/MetadataService.cls 10816 26 10816 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8007 /apex-mdapi/src/classes/MetadataService.cls 10817 26 10817 104 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 'messages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8007 /apex-mdapi/src/classes/MetadataService.cls 10817 26 10817 104 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 'messages_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8008 /apex-mdapi/src/classes/MetadataService.cls 10818 26 10818 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8008 /apex-mdapi/src/classes/MetadataService.cls 10818 26 10818 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8009 /apex-mdapi/src/classes/MetadataService.cls 10819 26 10819 101 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8009 /apex-mdapi/src/classes/MetadataService.cls 10819 26 10819 101 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8010 /apex-mdapi/src/classes/MetadataService.cls 10820 26 10820 101 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 'zipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8010 /apex-mdapi/src/classes/MetadataService.cls 10820 26 10820 101 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 'zipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8011 /apex-mdapi/src/classes/MetadataService.cls 10821 26 10821 89 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]*'
8011 /apex-mdapi/src/classes/MetadataService.cls 10821 26 10821 89 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]*'
8012 /apex-mdapi/src/classes/MetadataService.cls 10822 26 10822 165 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]*'
8012 /apex-mdapi/src/classes/MetadataService.cls 10822 26 10822 165 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]*'
8013 /apex-mdapi/src/classes/MetadataService.cls 10824 12 10829 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8013 /apex-mdapi/src/classes/MetadataService.cls 10824 12 10829 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8014 /apex-mdapi/src/classes/MetadataService.cls 10826 26 10826 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8014 /apex-mdapi/src/classes/MetadataService.cls 10826 26 10826 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_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8015 /apex-mdapi/src/classes/MetadataService.cls 10827 26 10827 89 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]*'
8015 /apex-mdapi/src/classes/MetadataService.cls 10827 26 10827 89 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]*'
8016 /apex-mdapi/src/classes/MetadataService.cls 10828 26 10828 71 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]*'
8016 /apex-mdapi/src/classes/MetadataService.cls 10828 26 10828 71 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]*'
8017 /apex-mdapi/src/classes/MetadataService.cls 10830 12 10843 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8017 /apex-mdapi/src/classes/MetadataService.cls 10830 12 10843 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8018 /apex-mdapi/src/classes/MetadataService.cls 10833 26 10833 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8018 /apex-mdapi/src/classes/MetadataService.cls 10833 26 10833 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8019 /apex-mdapi/src/classes/MetadataService.cls 10837 26 10837 112 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8019 /apex-mdapi/src/classes/MetadataService.cls 10837 26 10837 112 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 'customFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8020 /apex-mdapi/src/classes/MetadataService.cls 10838 26 10838 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8020 /apex-mdapi/src/classes/MetadataService.cls 10838 26 10838 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8021 /apex-mdapi/src/classes/MetadataService.cls 10839 26 10839 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8021 /apex-mdapi/src/classes/MetadataService.cls 10839 26 10839 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8022 /apex-mdapi/src/classes/MetadataService.cls 10840 26 10840 89 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]*'
8022 /apex-mdapi/src/classes/MetadataService.cls 10840 26 10840 89 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]*'
8023 /apex-mdapi/src/classes/MetadataService.cls 10841 26 10841 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8023 /apex-mdapi/src/classes/MetadataService.cls 10841 26 10841 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8024 /apex-mdapi/src/classes/MetadataService.cls 10842 26 10842 111 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]*'
8024 /apex-mdapi/src/classes/MetadataService.cls 10842 26 10842 111 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]*'
8025 /apex-mdapi/src/classes/MetadataService.cls 10844 12 10849 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8025 /apex-mdapi/src/classes/MetadataService.cls 10844 12 10849 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8026 /apex-mdapi/src/classes/MetadataService.cls 10846 26 10846 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 'searchSettingsByObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8026 /apex-mdapi/src/classes/MetadataService.cls 10846 26 10846 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 'searchSettingsByObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8027 /apex-mdapi/src/classes/MetadataService.cls 10847 26 10847 89 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]*'
8027 /apex-mdapi/src/classes/MetadataService.cls 10847 26 10847 89 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]*'
8028 /apex-mdapi/src/classes/MetadataService.cls 10848 26 10848 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]*'
8028 /apex-mdapi/src/classes/MetadataService.cls 10848 26 10848 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]*'
8029 /apex-mdapi/src/classes/MetadataService.cls 10850 12 10959 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8029 /apex-mdapi/src/classes/MetadataService.cls 10850 12 10959 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8030 /apex-mdapi/src/classes/MetadataService.cls 10850 12 10959 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomObject has 53 public methods, attributes, and properties (limit: 20)
8030 /apex-mdapi/src/classes/MetadataService.cls 10850 12 10959 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomObject has 53 public methods, attributes, and properties (limit: 20)
8031 /apex-mdapi/src/classes/MetadataService.cls 10850 12 10959 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8031 /apex-mdapi/src/classes/MetadataService.cls 10850 12 10959 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8032 /apex-mdapi/src/classes/MetadataService.cls 10853 26 10853 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8032 /apex-mdapi/src/classes/MetadataService.cls 10853 26 10853 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8033 /apex-mdapi/src/classes/MetadataService.cls 10905 26 10905 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8033 /apex-mdapi/src/classes/MetadataService.cls 10905 26 10905 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8034 /apex-mdapi/src/classes/MetadataService.cls 10906 26 10906 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 'allowInChatterGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8034 /apex-mdapi/src/classes/MetadataService.cls 10906 26 10906 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 'allowInChatterGroups_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8035 /apex-mdapi/src/classes/MetadataService.cls 10907 26 10907 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 'articleTypeChannelDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8035 /apex-mdapi/src/classes/MetadataService.cls 10907 26 10907 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 'articleTypeChannelDisplay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8036 /apex-mdapi/src/classes/MetadataService.cls 10908 26 10908 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 'businessProcesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8036 /apex-mdapi/src/classes/MetadataService.cls 10908 26 10908 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 'businessProcesses_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8037 /apex-mdapi/src/classes/MetadataService.cls 10909 26 10909 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8037 /apex-mdapi/src/classes/MetadataService.cls 10909 26 10909 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 'compactLayoutAssignment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8038 /apex-mdapi/src/classes/MetadataService.cls 10910 26 10910 116 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 'compactLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8038 /apex-mdapi/src/classes/MetadataService.cls 10910 26 10910 116 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 'compactLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8039 /apex-mdapi/src/classes/MetadataService.cls 10911 26 10911 107 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 'customHelp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8039 /apex-mdapi/src/classes/MetadataService.cls 10911 26 10911 107 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 'customHelp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8040 /apex-mdapi/src/classes/MetadataService.cls 10912 26 10912 115 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 'customHelpPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8040 /apex-mdapi/src/classes/MetadataService.cls 10912 26 10912 115 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 'customHelpPage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8041 /apex-mdapi/src/classes/MetadataService.cls 10913 26 10913 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 'customSettingsType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8041 /apex-mdapi/src/classes/MetadataService.cls 10913 26 10913 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 'customSettingsType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8042 /apex-mdapi/src/classes/MetadataService.cls 10914 26 10914 119 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 'dataStewardGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8042 /apex-mdapi/src/classes/MetadataService.cls 10914 26 10914 119 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 'dataStewardGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8043 /apex-mdapi/src/classes/MetadataService.cls 10915 26 10915 117 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 'dataStewardUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8043 /apex-mdapi/src/classes/MetadataService.cls 10915 26 10915 117 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 'dataStewardUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8044 /apex-mdapi/src/classes/MetadataService.cls 10916 26 10916 119 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 'deploymentStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8044 /apex-mdapi/src/classes/MetadataService.cls 10916 26 10916 119 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 'deploymentStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8045 /apex-mdapi/src/classes/MetadataService.cls 10917 26 10917 107 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8045 /apex-mdapi/src/classes/MetadataService.cls 10917 26 10917 107 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8046 /apex-mdapi/src/classes/MetadataService.cls 10918 26 10918 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8046 /apex-mdapi/src/classes/MetadataService.cls 10918 26 10918 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8047 /apex-mdapi/src/classes/MetadataService.cls 10919 26 10919 119 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 'enableActivities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8047 /apex-mdapi/src/classes/MetadataService.cls 10919 26 10919 119 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 'enableActivities_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8048 /apex-mdapi/src/classes/MetadataService.cls 10920 26 10920 113 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 'enableBulkApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8048 /apex-mdapi/src/classes/MetadataService.cls 10920 26 10920 113 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 'enableBulkApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8049 /apex-mdapi/src/classes/MetadataService.cls 10921 26 10921 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 'enableChangeDataCapture_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8049 /apex-mdapi/src/classes/MetadataService.cls 10921 26 10921 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 'enableChangeDataCapture_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8050 /apex-mdapi/src/classes/MetadataService.cls 10922 26 10922 117 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 'enableDivisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8050 /apex-mdapi/src/classes/MetadataService.cls 10922 26 10922 117 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 'enableDivisions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8051 /apex-mdapi/src/classes/MetadataService.cls 10923 26 10923 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 'enableEnhancedLookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8051 /apex-mdapi/src/classes/MetadataService.cls 10923 26 10923 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 'enableEnhancedLookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8052 /apex-mdapi/src/classes/MetadataService.cls 10924 26 10924 109 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 'enableFeeds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8052 /apex-mdapi/src/classes/MetadataService.cls 10924 26 10924 109 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 'enableFeeds_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8053 /apex-mdapi/src/classes/MetadataService.cls 10925 26 10925 113 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 'enableHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8053 /apex-mdapi/src/classes/MetadataService.cls 10925 26 10925 113 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 'enableHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8054 /apex-mdapi/src/classes/MetadataService.cls 10926 26 10926 113 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 'enableReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8054 /apex-mdapi/src/classes/MetadataService.cls 10926 26 10926 113 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 'enableReports_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8055 /apex-mdapi/src/classes/MetadataService.cls 10927 26 10927 111 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 'enableSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8055 /apex-mdapi/src/classes/MetadataService.cls 10927 26 10927 111 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 'enableSearch_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8056 /apex-mdapi/src/classes/MetadataService.cls 10928 26 10928 113 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 'enableSharing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8056 /apex-mdapi/src/classes/MetadataService.cls 10928 26 10928 113 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 'enableSharing_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8057 /apex-mdapi/src/classes/MetadataService.cls 10929 26 10929 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 'enableStreamingApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8057 /apex-mdapi/src/classes/MetadataService.cls 10929 26 10929 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 'enableStreamingApi_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8058 /apex-mdapi/src/classes/MetadataService.cls 10930 26 10930 105 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8058 /apex-mdapi/src/classes/MetadataService.cls 10930 26 10930 105 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 'eventType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8059 /apex-mdapi/src/classes/MetadataService.cls 10931 26 10931 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8059 /apex-mdapi/src/classes/MetadataService.cls 10931 26 10931 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 'externalDataSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8060 /apex-mdapi/src/classes/MetadataService.cls 10932 26 10932 111 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 'externalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8060 /apex-mdapi/src/classes/MetadataService.cls 10932 26 10932 111 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 'externalName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8061 /apex-mdapi/src/classes/MetadataService.cls 10933 26 10933 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 'externalRepository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8061 /apex-mdapi/src/classes/MetadataService.cls 10933 26 10933 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 'externalRepository_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8062 /apex-mdapi/src/classes/MetadataService.cls 10934 26 10934 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 'externalSharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8062 /apex-mdapi/src/classes/MetadataService.cls 10934 26 10934 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 'externalSharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8063 /apex-mdapi/src/classes/MetadataService.cls 10935 26 10935 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 'fieldSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8063 /apex-mdapi/src/classes/MetadataService.cls 10935 26 10935 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 'fieldSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8064 /apex-mdapi/src/classes/MetadataService.cls 10936 26 10936 100 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]*'
8064 /apex-mdapi/src/classes/MetadataService.cls 10936 26 10936 100 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]*'
8065 /apex-mdapi/src/classes/MetadataService.cls 10937 26 10937 99 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8065 /apex-mdapi/src/classes/MetadataService.cls 10937 26 10937 99 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8066 /apex-mdapi/src/classes/MetadataService.cls 10938 26 10938 131 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 'historyRetentionPolicy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8066 /apex-mdapi/src/classes/MetadataService.cls 10938 26 10938 131 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 'historyRetentionPolicy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8067 /apex-mdapi/src/classes/MetadataService.cls 10939 26 10939 105 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 'household_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8067 /apex-mdapi/src/classes/MetadataService.cls 10939 26 10939 105 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 'household_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8068 /apex-mdapi/src/classes/MetadataService.cls 10940 26 10940 102 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 'indexes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8068 /apex-mdapi/src/classes/MetadataService.cls 10940 26 10940 102 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 'indexes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8069 /apex-mdapi/src/classes/MetadataService.cls 10941 26 10941 97 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]*'
8069 /apex-mdapi/src/classes/MetadataService.cls 10941 26 10941 97 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]*'
8070 /apex-mdapi/src/classes/MetadataService.cls 10942 26 10942 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 'listViews_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8070 /apex-mdapi/src/classes/MetadataService.cls 10942 26 10942 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 'listViews_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8071 /apex-mdapi/src/classes/MetadataService.cls 10943 26 10943 105 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]*'
8071 /apex-mdapi/src/classes/MetadataService.cls 10943 26 10943 105 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]*'
8072 /apex-mdapi/src/classes/MetadataService.cls 10944 26 10944 109 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 'pluralLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8072 /apex-mdapi/src/classes/MetadataService.cls 10944 26 10944 109 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 'pluralLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8073 /apex-mdapi/src/classes/MetadataService.cls 10945 26 10945 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 'recordTypeTrackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8073 /apex-mdapi/src/classes/MetadataService.cls 10945 26 10945 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 'recordTypeTrackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8074 /apex-mdapi/src/classes/MetadataService.cls 10946 26 10946 131 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 'recordTypeTrackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8074 /apex-mdapi/src/classes/MetadataService.cls 10946 26 10946 131 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 'recordTypeTrackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8075 /apex-mdapi/src/classes/MetadataService.cls 10947 26 10947 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8075 /apex-mdapi/src/classes/MetadataService.cls 10947 26 10947 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8076 /apex-mdapi/src/classes/MetadataService.cls 10948 26 10948 113 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 'searchLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8076 /apex-mdapi/src/classes/MetadataService.cls 10948 26 10948 113 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 'searchLayouts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8077 /apex-mdapi/src/classes/MetadataService.cls 10949 26 10949 111 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 'sharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8077 /apex-mdapi/src/classes/MetadataService.cls 10949 26 10949 111 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 'sharingModel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8078 /apex-mdapi/src/classes/MetadataService.cls 10950 26 10950 116 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8078 /apex-mdapi/src/classes/MetadataService.cls 10950 26 10950 116 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8079 /apex-mdapi/src/classes/MetadataService.cls 10951 26 10951 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 'sharingRecalculations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8079 /apex-mdapi/src/classes/MetadataService.cls 10951 26 10951 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 'sharingRecalculations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8080 /apex-mdapi/src/classes/MetadataService.cls 10952 26 10952 107 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8080 /apex-mdapi/src/classes/MetadataService.cls 10952 26 10952 107 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8081 /apex-mdapi/src/classes/MetadataService.cls 10953 26 10953 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8081 /apex-mdapi/src/classes/MetadataService.cls 10953 26 10953 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8082 /apex-mdapi/src/classes/MetadataService.cls 10954 26 10954 107 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8082 /apex-mdapi/src/classes/MetadataService.cls 10954 26 10954 107 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 'visibility_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8083 /apex-mdapi/src/classes/MetadataService.cls 10955 26 10955 104 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8083 /apex-mdapi/src/classes/MetadataService.cls 10955 26 10955 104 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8084 /apex-mdapi/src/classes/MetadataService.cls 10956 26 10956 89 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]*'
8084 /apex-mdapi/src/classes/MetadataService.cls 10956 26 10956 89 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]*'
8085 /apex-mdapi/src/classes/MetadataService.cls 10957 26 10957 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8085 /apex-mdapi/src/classes/MetadataService.cls 10957 26 10957 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8086 /apex-mdapi/src/classes/MetadataService.cls 10958 26 10958 951 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]*'
8086 /apex-mdapi/src/classes/MetadataService.cls 10958 26 10958 951 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]*'
8087 /apex-mdapi/src/classes/MetadataService.cls 10960 12 10971 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8087 /apex-mdapi/src/classes/MetadataService.cls 10960 12 10971 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8088 /apex-mdapi/src/classes/MetadataService.cls 10965 26 10965 102 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 'choices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8088 /apex-mdapi/src/classes/MetadataService.cls 10965 26 10965 102 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 'choices_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8089 /apex-mdapi/src/classes/MetadataService.cls 10966 26 10966 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8089 /apex-mdapi/src/classes/MetadataService.cls 10966 26 10966 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8090 /apex-mdapi/src/classes/MetadataService.cls 10967 26 10967 97 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]*'
8090 /apex-mdapi/src/classes/MetadataService.cls 10967 26 10967 97 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]*'
8091 /apex-mdapi/src/classes/MetadataService.cls 10968 26 10968 102 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 'screens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8091 /apex-mdapi/src/classes/MetadataService.cls 10968 26 10968 102 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 'screens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8092 /apex-mdapi/src/classes/MetadataService.cls 10969 26 10969 89 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]*'
8092 /apex-mdapi/src/classes/MetadataService.cls 10969 26 10969 89 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]*'
8093 /apex-mdapi/src/classes/MetadataService.cls 10970 26 10970 102 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]*'
8093 /apex-mdapi/src/classes/MetadataService.cls 10970 26 10970 102 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]*'
8094 /apex-mdapi/src/classes/MetadataService.cls 10972 12 10979 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8094 /apex-mdapi/src/classes/MetadataService.cls 10972 12 10979 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8095 /apex-mdapi/src/classes/MetadataService.cls 10975 26 10975 112 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8095 /apex-mdapi/src/classes/MetadataService.cls 10975 26 10975 112 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8096 /apex-mdapi/src/classes/MetadataService.cls 10976 26 10976 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 'duplicateRuleFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8096 /apex-mdapi/src/classes/MetadataService.cls 10976 26 10976 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 'duplicateRuleFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8097 /apex-mdapi/src/classes/MetadataService.cls 10977 26 10977 89 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]*'
8097 /apex-mdapi/src/classes/MetadataService.cls 10977 26 10977 89 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]*'
8098 /apex-mdapi/src/classes/MetadataService.cls 10978 26 10978 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]*'
8098 /apex-mdapi/src/classes/MetadataService.cls 10978 26 10978 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]*'
8099 /apex-mdapi/src/classes/MetadataService.cls 10980 12 10995 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8099 /apex-mdapi/src/classes/MetadataService.cls 10980 12 10995 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8100 /apex-mdapi/src/classes/MetadataService.cls 10987 26 10987 109 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 'customLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8100 /apex-mdapi/src/classes/MetadataService.cls 10987 26 10987 109 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 'customLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8101 /apex-mdapi/src/classes/MetadataService.cls 10988 26 10988 113 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 'detailHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8101 /apex-mdapi/src/classes/MetadataService.cls 10988 26 10988 113 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 'detailHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8102 /apex-mdapi/src/classes/MetadataService.cls 10989 26 10989 109 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 'editHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8102 /apex-mdapi/src/classes/MetadataService.cls 10989 26 10989 109 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 'editHeading_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8103 /apex-mdapi/src/classes/MetadataService.cls 10990 26 10990 97 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]*'
8103 /apex-mdapi/src/classes/MetadataService.cls 10990 26 10990 97 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]*'
8104 /apex-mdapi/src/classes/MetadataService.cls 10991 26 10991 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 'layoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8104 /apex-mdapi/src/classes/MetadataService.cls 10991 26 10991 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 'layoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8105 /apex-mdapi/src/classes/MetadataService.cls 10992 26 10992 97 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8105 /apex-mdapi/src/classes/MetadataService.cls 10992 26 10992 97 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 'style_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8106 /apex-mdapi/src/classes/MetadataService.cls 10993 26 10993 89 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]*'
8106 /apex-mdapi/src/classes/MetadataService.cls 10993 26 10993 89 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]*'
8107 /apex-mdapi/src/classes/MetadataService.cls 10994 26 10994 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8107 /apex-mdapi/src/classes/MetadataService.cls 10994 26 10994 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8108 /apex-mdapi/src/classes/MetadataService.cls 10996 12 11001 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8108 /apex-mdapi/src/classes/MetadataService.cls 10996 12 11001 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8109 /apex-mdapi/src/classes/MetadataService.cls 10996 12 11001 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 'cancelDeployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8109 /apex-mdapi/src/classes/MetadataService.cls 10996 12 11001 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 'cancelDeployResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8110 /apex-mdapi/src/classes/MetadataService.cls 10998 26 10998 99 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]*'
8110 /apex-mdapi/src/classes/MetadataService.cls 10998 26 10998 99 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]*'
8111 /apex-mdapi/src/classes/MetadataService.cls 10999 26 10999 89 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]*'
8111 /apex-mdapi/src/classes/MetadataService.cls 10999 26 10999 89 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]*'
8112 /apex-mdapi/src/classes/MetadataService.cls 11000 26 11000 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]*'
8112 /apex-mdapi/src/classes/MetadataService.cls 11000 26 11000 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]*'
8113 /apex-mdapi/src/classes/MetadataService.cls 11002 12 11009 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8113 /apex-mdapi/src/classes/MetadataService.cls 11002 12 11009 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8114 /apex-mdapi/src/classes/MetadataService.cls 11005 26 11005 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8114 /apex-mdapi/src/classes/MetadataService.cls 11005 26 11005 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8115 /apex-mdapi/src/classes/MetadataService.cls 11006 26 11006 97 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]*'
8115 /apex-mdapi/src/classes/MetadataService.cls 11006 26 11006 97 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]*'
8116 /apex-mdapi/src/classes/MetadataService.cls 11007 26 11007 89 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]*'
8116 /apex-mdapi/src/classes/MetadataService.cls 11007 26 11007 89 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]*'
8117 /apex-mdapi/src/classes/MetadataService.cls 11008 26 11008 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]*'
8117 /apex-mdapi/src/classes/MetadataService.cls 11008 26 11008 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]*'
8118 /apex-mdapi/src/classes/MetadataService.cls 11010 12 11021 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8118 /apex-mdapi/src/classes/MetadataService.cls 11010 12 11021 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8119 /apex-mdapi/src/classes/MetadataService.cls 11015 26 11015 103 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 'dataflow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8119 /apex-mdapi/src/classes/MetadataService.cls 11015 26 11015 103 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 'dataflow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8120 /apex-mdapi/src/classes/MetadataService.cls 11016 26 11016 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8120 /apex-mdapi/src/classes/MetadataService.cls 11016 26 11016 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8121 /apex-mdapi/src/classes/MetadataService.cls 11017 26 11017 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 'securityPredicate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8121 /apex-mdapi/src/classes/MetadataService.cls 11017 26 11017 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 'securityPredicate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8122 /apex-mdapi/src/classes/MetadataService.cls 11018 26 11018 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 'targetDatasetAlias_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8122 /apex-mdapi/src/classes/MetadataService.cls 11018 26 11018 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 'targetDatasetAlias_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8123 /apex-mdapi/src/classes/MetadataService.cls 11019 26 11019 89 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]*'
8123 /apex-mdapi/src/classes/MetadataService.cls 11019 26 11019 89 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]*'
8124 /apex-mdapi/src/classes/MetadataService.cls 11020 26 11020 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8124 /apex-mdapi/src/classes/MetadataService.cls 11020 26 11020 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8125 /apex-mdapi/src/classes/MetadataService.cls 11022 12 11039 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8125 /apex-mdapi/src/classes/MetadataService.cls 11022 12 11039 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8126 /apex-mdapi/src/classes/MetadataService.cls 11022 12 11039 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8126 /apex-mdapi/src/classes/MetadataService.cls 11022 12 11039 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8127 /apex-mdapi/src/classes/MetadataService.cls 11028 23 11028 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8127 /apex-mdapi/src/classes/MetadataService.cls 11028 23 11028 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8128 /apex-mdapi/src/classes/MetadataService.cls 11030 26 11030 109 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8128 /apex-mdapi/src/classes/MetadataService.cls 11030 26 11030 109 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8129 /apex-mdapi/src/classes/MetadataService.cls 11031 26 11031 109 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8129 /apex-mdapi/src/classes/MetadataService.cls 11031 26 11031 109 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8130 /apex-mdapi/src/classes/MetadataService.cls 11032 26 11032 105 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 'allowEdit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8130 /apex-mdapi/src/classes/MetadataService.cls 11032 26 11032 105 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 'allowEdit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8131 /apex-mdapi/src/classes/MetadataService.cls 11033 26 11033 105 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 'allowRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8131 /apex-mdapi/src/classes/MetadataService.cls 11033 26 11033 105 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 'allowRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8132 /apex-mdapi/src/classes/MetadataService.cls 11034 26 11034 119 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8132 /apex-mdapi/src/classes/MetadataService.cls 11034 26 11034 119 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8133 /apex-mdapi/src/classes/MetadataService.cls 11035 26 11035 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8133 /apex-mdapi/src/classes/MetadataService.cls 11035 26 11035 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8134 /apex-mdapi/src/classes/MetadataService.cls 11036 26 11036 115 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 'viewAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8134 /apex-mdapi/src/classes/MetadataService.cls 11036 26 11036 115 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 'viewAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8135 /apex-mdapi/src/classes/MetadataService.cls 11037 26 11037 89 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]*'
8135 /apex-mdapi/src/classes/MetadataService.cls 11037 26 11037 89 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]*'
8136 /apex-mdapi/src/classes/MetadataService.cls 11038 26 11038 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8136 /apex-mdapi/src/classes/MetadataService.cls 11038 26 11038 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8137 /apex-mdapi/src/classes/MetadataService.cls 11040 12 11055 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8137 /apex-mdapi/src/classes/MetadataService.cls 11040 12 11055 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8138 /apex-mdapi/src/classes/MetadataService.cls 11047 26 11047 113 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8138 /apex-mdapi/src/classes/MetadataService.cls 11047 26 11047 113 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 'aggregateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8139 /apex-mdapi/src/classes/MetadataService.cls 11048 26 11048 117 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 'dateGranularity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8139 /apex-mdapi/src/classes/MetadataService.cls 11048 26 11048 117 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 'dateGranularity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8140 /apex-mdapi/src/classes/MetadataService.cls 11049 26 11049 97 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]*'
8140 /apex-mdapi/src/classes/MetadataService.cls 11049 26 11049 97 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]*'
8141 /apex-mdapi/src/classes/MetadataService.cls 11050 26 11050 107 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 'sortByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8141 /apex-mdapi/src/classes/MetadataService.cls 11050 26 11050 107 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 'sortByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8142 /apex-mdapi/src/classes/MetadataService.cls 11051 26 11051 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8142 /apex-mdapi/src/classes/MetadataService.cls 11051 26 11051 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8143 /apex-mdapi/src/classes/MetadataService.cls 11052 26 11052 103 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 'sortType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8143 /apex-mdapi/src/classes/MetadataService.cls 11052 26 11052 103 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 'sortType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8144 /apex-mdapi/src/classes/MetadataService.cls 11053 26 11053 89 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]*'
8144 /apex-mdapi/src/classes/MetadataService.cls 11053 26 11053 89 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]*'
8145 /apex-mdapi/src/classes/MetadataService.cls 11054 26 11054 141 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]*'
8145 /apex-mdapi/src/classes/MetadataService.cls 11054 26 11054 141 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]*'
8146 /apex-mdapi/src/classes/MetadataService.cls 11056 12 11085 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8146 /apex-mdapi/src/classes/MetadataService.cls 11056 12 11085 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8147 /apex-mdapi/src/classes/MetadataService.cls 11056 12 11085 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8147 /apex-mdapi/src/classes/MetadataService.cls 11056 12 11085 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8148 /apex-mdapi/src/classes/MetadataService.cls 11070 26 11070 101 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 'changed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8148 /apex-mdapi/src/classes/MetadataService.cls 11070 26 11070 101 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 'changed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8149 /apex-mdapi/src/classes/MetadataService.cls 11071 26 11071 111 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 'columnNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8149 /apex-mdapi/src/classes/MetadataService.cls 11071 26 11071 111 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 'columnNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8150 /apex-mdapi/src/classes/MetadataService.cls 11072 26 11072 113 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8150 /apex-mdapi/src/classes/MetadataService.cls 11072 26 11072 113 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8151 /apex-mdapi/src/classes/MetadataService.cls 11073 26 11073 101 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8151 /apex-mdapi/src/classes/MetadataService.cls 11073 26 11073 101 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 'created_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8152 /apex-mdapi/src/classes/MetadataService.cls 11074 26 11074 109 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8152 /apex-mdapi/src/classes/MetadataService.cls 11074 26 11074 109 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8153 /apex-mdapi/src/classes/MetadataService.cls 11075 26 11075 101 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 'deleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8153 /apex-mdapi/src/classes/MetadataService.cls 11075 26 11075 101 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 'deleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8154 /apex-mdapi/src/classes/MetadataService.cls 11076 26 11076 103 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8154 /apex-mdapi/src/classes/MetadataService.cls 11076 26 11076 103 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8155 /apex-mdapi/src/classes/MetadataService.cls 11077 26 11077 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8155 /apex-mdapi/src/classes/MetadataService.cls 11077 26 11077 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8156 /apex-mdapi/src/classes/MetadataService.cls 11078 26 11078 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8156 /apex-mdapi/src/classes/MetadataService.cls 11078 26 11078 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8157 /apex-mdapi/src/classes/MetadataService.cls 11079 26 11079 107 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 'lineNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8157 /apex-mdapi/src/classes/MetadataService.cls 11079 26 11079 107 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 'lineNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8158 /apex-mdapi/src/classes/MetadataService.cls 11080 26 11080 101 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8158 /apex-mdapi/src/classes/MetadataService.cls 11080 26 11080 101 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8159 /apex-mdapi/src/classes/MetadataService.cls 11081 26 11081 109 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 'problemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8159 /apex-mdapi/src/classes/MetadataService.cls 11081 26 11081 109 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 'problemType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8160 /apex-mdapi/src/classes/MetadataService.cls 11082 26 11082 101 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8160 /apex-mdapi/src/classes/MetadataService.cls 11082 26 11082 101 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8161 /apex-mdapi/src/classes/MetadataService.cls 11083 26 11083 89 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]*'
8161 /apex-mdapi/src/classes/MetadataService.cls 11083 26 11083 89 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]*'
8162 /apex-mdapi/src/classes/MetadataService.cls 11084 26 11084 212 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]*'
8162 /apex-mdapi/src/classes/MetadataService.cls 11084 26 11084 212 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]*'
8163 /apex-mdapi/src/classes/MetadataService.cls 11086 12 11099 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8163 /apex-mdapi/src/classes/MetadataService.cls 11086 12 11099 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8164 /apex-mdapi/src/classes/MetadataService.cls 11092 26 11092 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8164 /apex-mdapi/src/classes/MetadataService.cls 11092 26 11092 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 'authorizedSenders_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8165 /apex-mdapi/src/classes/MetadataService.cls 11093 26 11093 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8165 /apex-mdapi/src/classes/MetadataService.cls 11093 26 11093 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8166 /apex-mdapi/src/classes/MetadataService.cls 11094 26 11094 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8166 /apex-mdapi/src/classes/MetadataService.cls 11094 26 11094 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8167 /apex-mdapi/src/classes/MetadataService.cls 11095 26 11095 105 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 'localPart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8167 /apex-mdapi/src/classes/MetadataService.cls 11095 26 11095 105 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 'localPart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8168 /apex-mdapi/src/classes/MetadataService.cls 11096 26 11096 105 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 'runAsUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8168 /apex-mdapi/src/classes/MetadataService.cls 11096 26 11096 105 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 'runAsUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8169 /apex-mdapi/src/classes/MetadataService.cls 11097 26 11097 89 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]*'
8169 /apex-mdapi/src/classes/MetadataService.cls 11097 26 11097 89 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]*'
8170 /apex-mdapi/src/classes/MetadataService.cls 11098 26 11098 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8170 /apex-mdapi/src/classes/MetadataService.cls 11098 26 11098 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8171 /apex-mdapi/src/classes/MetadataService.cls 11100 12 11117 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8171 /apex-mdapi/src/classes/MetadataService.cls 11100 12 11117 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8172 /apex-mdapi/src/classes/MetadataService.cls 11100 12 11117 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8172 /apex-mdapi/src/classes/MetadataService.cls 11100 12 11117 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8173 /apex-mdapi/src/classes/MetadataService.cls 11106 23 11106 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8173 /apex-mdapi/src/classes/MetadataService.cls 11106 23 11106 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8174 /apex-mdapi/src/classes/MetadataService.cls 11108 26 11108 109 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8174 /apex-mdapi/src/classes/MetadataService.cls 11108 26 11108 109 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 'allowCreate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8175 /apex-mdapi/src/classes/MetadataService.cls 11109 26 11109 109 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8175 /apex-mdapi/src/classes/MetadataService.cls 11109 26 11109 109 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 'allowDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8176 /apex-mdapi/src/classes/MetadataService.cls 11110 26 11110 105 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 'allowEdit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8176 /apex-mdapi/src/classes/MetadataService.cls 11110 26 11110 105 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 'allowEdit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8177 /apex-mdapi/src/classes/MetadataService.cls 11111 26 11111 105 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 'allowRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8177 /apex-mdapi/src/classes/MetadataService.cls 11111 26 11111 105 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 'allowRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8178 /apex-mdapi/src/classes/MetadataService.cls 11112 26 11112 119 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8178 /apex-mdapi/src/classes/MetadataService.cls 11112 26 11112 119 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 'modifyAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8179 /apex-mdapi/src/classes/MetadataService.cls 11113 26 11113 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8179 /apex-mdapi/src/classes/MetadataService.cls 11113 26 11113 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8180 /apex-mdapi/src/classes/MetadataService.cls 11114 26 11114 115 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 'viewAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8180 /apex-mdapi/src/classes/MetadataService.cls 11114 26 11114 115 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 'viewAllRecords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8181 /apex-mdapi/src/classes/MetadataService.cls 11115 26 11115 89 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]*'
8181 /apex-mdapi/src/classes/MetadataService.cls 11115 26 11115 89 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]*'
8182 /apex-mdapi/src/classes/MetadataService.cls 11116 26 11116 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8182 /apex-mdapi/src/classes/MetadataService.cls 11116 26 11116 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8183 /apex-mdapi/src/classes/MetadataService.cls 11118 12 11125 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8183 /apex-mdapi/src/classes/MetadataService.cls 11118 12 11125 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8184 /apex-mdapi/src/classes/MetadataService.cls 11121 26 11121 105 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8184 /apex-mdapi/src/classes/MetadataService.cls 11121 26 11121 105 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 'apexClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8185 /apex-mdapi/src/classes/MetadataService.cls 11122 26 11122 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8185 /apex-mdapi/src/classes/MetadataService.cls 11122 26 11122 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8186 /apex-mdapi/src/classes/MetadataService.cls 11123 26 11123 89 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]*'
8186 /apex-mdapi/src/classes/MetadataService.cls 11123 26 11123 89 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]*'
8187 /apex-mdapi/src/classes/MetadataService.cls 11124 26 11124 85 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]*'
8187 /apex-mdapi/src/classes/MetadataService.cls 11124 26 11124 85 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]*'
8188 /apex-mdapi/src/classes/MetadataService.cls 11126 12 11135 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8188 /apex-mdapi/src/classes/MetadataService.cls 11126 12 11135 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8189 /apex-mdapi/src/classes/MetadataService.cls 11130 26 11130 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8189 /apex-mdapi/src/classes/MetadataService.cls 11130 26 11130 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8190 /apex-mdapi/src/classes/MetadataService.cls 11131 26 11131 107 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 'endAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8190 /apex-mdapi/src/classes/MetadataService.cls 11131 26 11131 107 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 'endAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8191 /apex-mdapi/src/classes/MetadataService.cls 11132 26 11132 111 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 'startAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8191 /apex-mdapi/src/classes/MetadataService.cls 11132 26 11132 111 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 'startAddress_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8192 /apex-mdapi/src/classes/MetadataService.cls 11133 26 11133 89 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]*'
8192 /apex-mdapi/src/classes/MetadataService.cls 11133 26 11133 89 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]*'
8193 /apex-mdapi/src/classes/MetadataService.cls 11134 26 11134 105 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]*'
8193 /apex-mdapi/src/classes/MetadataService.cls 11134 26 11134 105 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]*'
8194 /apex-mdapi/src/classes/MetadataService.cls 11136 12 11157 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8194 /apex-mdapi/src/classes/MetadataService.cls 11136 12 11157 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8195 /apex-mdapi/src/classes/MetadataService.cls 11136 12 11157 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8195 /apex-mdapi/src/classes/MetadataService.cls 11136 12 11157 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8196 /apex-mdapi/src/classes/MetadataService.cls 11139 26 11139 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8196 /apex-mdapi/src/classes/MetadataService.cls 11139 26 11139 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8197 /apex-mdapi/src/classes/MetadataService.cls 11147 26 11147 155 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 'externalCommunityUserIdentityVerif_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8197 /apex-mdapi/src/classes/MetadataService.cls 11147 26 11147 155 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 'externalCommunityUserIdentityVerif_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8198 /apex-mdapi/src/classes/MetadataService.cls 11148 26 11148 109 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 'forceLogout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8198 /apex-mdapi/src/classes/MetadataService.cls 11148 26 11148 109 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 'forceLogout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8199 /apex-mdapi/src/classes/MetadataService.cls 11149 26 11149 101 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8199 /apex-mdapi/src/classes/MetadataService.cls 11149 26 11149 101 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8200 /apex-mdapi/src/classes/MetadataService.cls 11150 26 11150 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 'requiredSessionLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8200 /apex-mdapi/src/classes/MetadataService.cls 11150 26 11150 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 'requiredSessionLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8201 /apex-mdapi/src/classes/MetadataService.cls 11151 26 11151 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 'sessionPersistence_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8201 /apex-mdapi/src/classes/MetadataService.cls 11151 26 11151 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 'sessionPersistence_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8202 /apex-mdapi/src/classes/MetadataService.cls 11152 26 11152 115 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 'sessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8202 /apex-mdapi/src/classes/MetadataService.cls 11152 26 11152 115 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 'sessionTimeout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8203 /apex-mdapi/src/classes/MetadataService.cls 11153 26 11153 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 'sessionTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8203 /apex-mdapi/src/classes/MetadataService.cls 11153 26 11153 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 'sessionTimeoutWarning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8204 /apex-mdapi/src/classes/MetadataService.cls 11154 26 11154 89 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]*'
8204 /apex-mdapi/src/classes/MetadataService.cls 11154 26 11154 89 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]*'
8205 /apex-mdapi/src/classes/MetadataService.cls 11155 26 11155 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8205 /apex-mdapi/src/classes/MetadataService.cls 11155 26 11155 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8206 /apex-mdapi/src/classes/MetadataService.cls 11156 26 11156 221 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]*'
8206 /apex-mdapi/src/classes/MetadataService.cls 11156 26 11156 221 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]*'
8207 /apex-mdapi/src/classes/MetadataService.cls 11158 12 11179 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8207 /apex-mdapi/src/classes/MetadataService.cls 11158 12 11179 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8208 /apex-mdapi/src/classes/MetadataService.cls 11158 12 11179 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8208 /apex-mdapi/src/classes/MetadataService.cls 11158 12 11179 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8209 /apex-mdapi/src/classes/MetadataService.cls 11167 23 11167 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]*'
8209 /apex-mdapi/src/classes/MetadataService.cls 11167 23 11167 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]*'
8210 /apex-mdapi/src/classes/MetadataService.cls 11168 26 11168 109 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 'breakPoint1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8210 /apex-mdapi/src/classes/MetadataService.cls 11168 26 11168 109 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 'breakPoint1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8211 /apex-mdapi/src/classes/MetadataService.cls 11169 26 11169 109 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 'breakPoint2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8211 /apex-mdapi/src/classes/MetadataService.cls 11169 26 11169 109 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 'breakPoint2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8212 /apex-mdapi/src/classes/MetadataService.cls 11170 26 11170 117 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 'breakPointOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8212 /apex-mdapi/src/classes/MetadataService.cls 11170 26 11170 117 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 'breakPointOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8213 /apex-mdapi/src/classes/MetadataService.cls 11171 26 11171 115 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 'highRangeColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8213 /apex-mdapi/src/classes/MetadataService.cls 11171 26 11171 115 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 'highRangeColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8214 /apex-mdapi/src/classes/MetadataService.cls 11172 26 11172 113 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 'lowRangeColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8214 /apex-mdapi/src/classes/MetadataService.cls 11172 26 11172 113 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 'lowRangeColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8215 /apex-mdapi/src/classes/MetadataService.cls 11173 26 11173 113 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 'midRangeColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8215 /apex-mdapi/src/classes/MetadataService.cls 11173 26 11173 113 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 'midRangeColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8216 /apex-mdapi/src/classes/MetadataService.cls 11174 26 11174 111 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 'reportColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8216 /apex-mdapi/src/classes/MetadataService.cls 11174 26 11174 111 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 'reportColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8217 /apex-mdapi/src/classes/MetadataService.cls 11175 26 11175 105 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8217 /apex-mdapi/src/classes/MetadataService.cls 11175 26 11175 105 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8218 /apex-mdapi/src/classes/MetadataService.cls 11176 26 11176 97 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]*'
8218 /apex-mdapi/src/classes/MetadataService.cls 11176 26 11176 97 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]*'
8219 /apex-mdapi/src/classes/MetadataService.cls 11177 26 11177 89 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]*'
8219 /apex-mdapi/src/classes/MetadataService.cls 11177 26 11177 89 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]*'
8220 /apex-mdapi/src/classes/MetadataService.cls 11178 26 11178 194 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]*'
8220 /apex-mdapi/src/classes/MetadataService.cls 11178 26 11178 194 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]*'
8221 /apex-mdapi/src/classes/MetadataService.cls 11180 12 11205 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8221 /apex-mdapi/src/classes/MetadataService.cls 11180 12 11205 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8222 /apex-mdapi/src/classes/MetadataService.cls 11180 12 11205 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8222 /apex-mdapi/src/classes/MetadataService.cls 11180 12 11205 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8223 /apex-mdapi/src/classes/MetadataService.cls 11183 26 11183 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8223 /apex-mdapi/src/classes/MetadataService.cls 11183 26 11183 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8224 /apex-mdapi/src/classes/MetadataService.cls 11186 26 11186 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8224 /apex-mdapi/src/classes/MetadataService.cls 11186 26 11186 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8225 /apex-mdapi/src/classes/MetadataService.cls 11187 26 11187 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8225 /apex-mdapi/src/classes/MetadataService.cls 11187 26 11187 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8226 /apex-mdapi/src/classes/MetadataService.cls 11191 26 11191 97 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]*'
8226 /apex-mdapi/src/classes/MetadataService.cls 11191 26 11191 97 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]*'
8227 /apex-mdapi/src/classes/MetadataService.cls 11192 26 11192 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8227 /apex-mdapi/src/classes/MetadataService.cls 11192 26 11192 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8228 /apex-mdapi/src/classes/MetadataService.cls 11193 26 11193 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8228 /apex-mdapi/src/classes/MetadataService.cls 11193 26 11193 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8229 /apex-mdapi/src/classes/MetadataService.cls 11198 26 11198 119 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8229 /apex-mdapi/src/classes/MetadataService.cls 11198 26 11198 119 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 'defaultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8230 /apex-mdapi/src/classes/MetadataService.cls 11199 26 11199 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8230 /apex-mdapi/src/classes/MetadataService.cls 11199 26 11199 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 'defaultConnectorLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8231 /apex-mdapi/src/classes/MetadataService.cls 11200 26 11200 115 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8231 /apex-mdapi/src/classes/MetadataService.cls 11200 26 11200 115 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8232 /apex-mdapi/src/classes/MetadataService.cls 11201 26 11201 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 'waitEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8232 /apex-mdapi/src/classes/MetadataService.cls 11201 26 11201 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 'waitEvents_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8233 /apex-mdapi/src/classes/MetadataService.cls 11202 26 11202 89 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]*'
8233 /apex-mdapi/src/classes/MetadataService.cls 11202 26 11202 89 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]*'
8234 /apex-mdapi/src/classes/MetadataService.cls 11203 26 11203 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8234 /apex-mdapi/src/classes/MetadataService.cls 11203 26 11203 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8235 /apex-mdapi/src/classes/MetadataService.cls 11204 26 11204 214 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]*'
8235 /apex-mdapi/src/classes/MetadataService.cls 11204 26 11204 214 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]*'
8236 /apex-mdapi/src/classes/MetadataService.cls 11206 12 11215 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8236 /apex-mdapi/src/classes/MetadataService.cls 11206 12 11215 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8237 /apex-mdapi/src/classes/MetadataService.cls 11210 26 11210 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8237 /apex-mdapi/src/classes/MetadataService.cls 11210 26 11210 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8238 /apex-mdapi/src/classes/MetadataService.cls 11211 26 11211 97 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]*'
8238 /apex-mdapi/src/classes/MetadataService.cls 11211 26 11211 97 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]*'
8239 /apex-mdapi/src/classes/MetadataService.cls 11212 26 11212 107 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 'stageOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8239 /apex-mdapi/src/classes/MetadataService.cls 11212 26 11212 107 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 'stageOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8240 /apex-mdapi/src/classes/MetadataService.cls 11213 26 11213 89 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]*'
8240 /apex-mdapi/src/classes/MetadataService.cls 11213 26 11213 89 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]*'
8241 /apex-mdapi/src/classes/MetadataService.cls 11214 26 11214 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]*'
8241 /apex-mdapi/src/classes/MetadataService.cls 11214 26 11214 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]*'
8242 /apex-mdapi/src/classes/MetadataService.cls 11216 12 11225 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8242 /apex-mdapi/src/classes/MetadataService.cls 11216 12 11225 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8243 /apex-mdapi/src/classes/MetadataService.cls 11220 26 11220 105 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8243 /apex-mdapi/src/classes/MetadataService.cls 11220 26 11220 105 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8244 /apex-mdapi/src/classes/MetadataService.cls 11221 26 11221 109 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 'axisBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8244 /apex-mdapi/src/classes/MetadataService.cls 11221 26 11221 109 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 'axisBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8245 /apex-mdapi/src/classes/MetadataService.cls 11222 26 11222 99 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]*'
8245 /apex-mdapi/src/classes/MetadataService.cls 11222 26 11222 99 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]*'
8246 /apex-mdapi/src/classes/MetadataService.cls 11223 26 11223 89 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]*'
8246 /apex-mdapi/src/classes/MetadataService.cls 11223 26 11223 89 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]*'
8247 /apex-mdapi/src/classes/MetadataService.cls 11224 26 11224 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]*'
8247 /apex-mdapi/src/classes/MetadataService.cls 11224 26 11224 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]*'
8248 /apex-mdapi/src/classes/MetadataService.cls 11226 12 11237 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8248 /apex-mdapi/src/classes/MetadataService.cls 11226 12 11237 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8249 /apex-mdapi/src/classes/MetadataService.cls 11229 26 11229 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8249 /apex-mdapi/src/classes/MetadataService.cls 11229 26 11229 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8250 /apex-mdapi/src/classes/MetadataService.cls 11232 26 11232 103 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 'password_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8250 /apex-mdapi/src/classes/MetadataService.cls 11232 26 11232 103 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 'password_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8251 /apex-mdapi/src/classes/MetadataService.cls 11233 26 11233 113 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8251 /apex-mdapi/src/classes/MetadataService.cls 11233 26 11233 113 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 'versionNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8252 /apex-mdapi/src/classes/MetadataService.cls 11234 26 11234 89 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]*'
8252 /apex-mdapi/src/classes/MetadataService.cls 11234 26 11234 89 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]*'
8253 /apex-mdapi/src/classes/MetadataService.cls 11235 26 11235 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8253 /apex-mdapi/src/classes/MetadataService.cls 11235 26 11235 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8254 /apex-mdapi/src/classes/MetadataService.cls 11236 26 11236 102 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]*'
8254 /apex-mdapi/src/classes/MetadataService.cls 11236 26 11236 102 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]*'
8255 /apex-mdapi/src/classes/MetadataService.cls 11238 12 11257 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8255 /apex-mdapi/src/classes/MetadataService.cls 11238 12 11257 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8256 /apex-mdapi/src/classes/MetadataService.cls 11238 12 11257 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8256 /apex-mdapi/src/classes/MetadataService.cls 11238 12 11257 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8257 /apex-mdapi/src/classes/MetadataService.cls 11246 23 11246 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]*'
8257 /apex-mdapi/src/classes/MetadataService.cls 11246 23 11246 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]*'
8258 /apex-mdapi/src/classes/MetadataService.cls 11247 26 11247 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 'defaultListViewId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8258 /apex-mdapi/src/classes/MetadataService.cls 11247 26 11247 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 'defaultListViewId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8259 /apex-mdapi/src/classes/MetadataService.cls 11248 26 11248 97 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]*'
8259 /apex-mdapi/src/classes/MetadataService.cls 11248 26 11248 97 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]*'
8260 /apex-mdapi/src/classes/MetadataService.cls 11249 26 11249 103 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8260 /apex-mdapi/src/classes/MetadataService.cls 11249 26 11249 103 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 'position_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8261 /apex-mdapi/src/classes/MetadataService.cls 11250 26 11250 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 'publiclyAvailable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8261 /apex-mdapi/src/classes/MetadataService.cls 11250 26 11250 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 'publiclyAvailable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8262 /apex-mdapi/src/classes/MetadataService.cls 11251 26 11251 101 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 'subMenu_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8262 /apex-mdapi/src/classes/MetadataService.cls 11251 26 11251 101 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 'subMenu_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8263 /apex-mdapi/src/classes/MetadataService.cls 11252 26 11252 99 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8263 /apex-mdapi/src/classes/MetadataService.cls 11252 26 11252 99 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 'target_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8264 /apex-mdapi/src/classes/MetadataService.cls 11253 26 11253 119 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 'targetPreference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8264 /apex-mdapi/src/classes/MetadataService.cls 11253 26 11253 119 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 'targetPreference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8265 /apex-mdapi/src/classes/MetadataService.cls 11254 26 11254 97 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]*'
8265 /apex-mdapi/src/classes/MetadataService.cls 11254 26 11254 97 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]*'
8266 /apex-mdapi/src/classes/MetadataService.cls 11255 26 11255 89 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]*'
8266 /apex-mdapi/src/classes/MetadataService.cls 11255 26 11255 89 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]*'
8267 /apex-mdapi/src/classes/MetadataService.cls 11256 26 11256 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8267 /apex-mdapi/src/classes/MetadataService.cls 11256 26 11256 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8268 /apex-mdapi/src/classes/MetadataService.cls 11258 12 11265 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8268 /apex-mdapi/src/classes/MetadataService.cls 11258 12 11265 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8269 /apex-mdapi/src/classes/MetadataService.cls 11258 12 11265 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 'checkRetrieveStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8269 /apex-mdapi/src/classes/MetadataService.cls 11258 12 11265 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 'checkRetrieveStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8270 /apex-mdapi/src/classes/MetadataService.cls 11261 26 11261 115 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 'asyncProcessId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8270 /apex-mdapi/src/classes/MetadataService.cls 11261 26 11261 115 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 'asyncProcessId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8271 /apex-mdapi/src/classes/MetadataService.cls 11262 26 11262 107 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 'includeZip_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8271 /apex-mdapi/src/classes/MetadataService.cls 11262 26 11262 107 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 'includeZip_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8272 /apex-mdapi/src/classes/MetadataService.cls 11263 26 11263 89 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]*'
8272 /apex-mdapi/src/classes/MetadataService.cls 11263 26 11263 89 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]*'
8273 /apex-mdapi/src/classes/MetadataService.cls 11264 26 11264 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]*'
8273 /apex-mdapi/src/classes/MetadataService.cls 11264 26 11264 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]*'
8274 /apex-mdapi/src/classes/MetadataService.cls 11266 12 11285 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8274 /apex-mdapi/src/classes/MetadataService.cls 11266 12 11285 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8275 /apex-mdapi/src/classes/MetadataService.cls 11266 12 11285 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8275 /apex-mdapi/src/classes/MetadataService.cls 11266 12 11285 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8276 /apex-mdapi/src/classes/MetadataService.cls 11275 26 11275 99 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]*'
8276 /apex-mdapi/src/classes/MetadataService.cls 11275 26 11275 99 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]*'
8277 /apex-mdapi/src/classes/MetadataService.cls 11276 26 11276 119 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8277 /apex-mdapi/src/classes/MetadataService.cls 11276 26 11276 119 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 'integrationValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8278 /apex-mdapi/src/classes/MetadataService.cls 11277 26 11277 101 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8278 /apex-mdapi/src/classes/MetadataService.cls 11277 26 11277 101 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 'isoCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8279 /apex-mdapi/src/classes/MetadataService.cls 11278 26 11278 97 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]*'
8279 /apex-mdapi/src/classes/MetadataService.cls 11278 26 11278 97 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]*'
8280 /apex-mdapi/src/classes/MetadataService.cls 11279 26 11279 107 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 'orgDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8280 /apex-mdapi/src/classes/MetadataService.cls 11279 26 11279 107 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 'orgDefault_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8281 /apex-mdapi/src/classes/MetadataService.cls 11280 26 11280 103 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 'standard_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8281 /apex-mdapi/src/classes/MetadataService.cls 11280 26 11280 103 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 'standard_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8282 /apex-mdapi/src/classes/MetadataService.cls 11281 26 11281 100 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 'states_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8282 /apex-mdapi/src/classes/MetadataService.cls 11281 26 11281 100 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 'states_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8283 /apex-mdapi/src/classes/MetadataService.cls 11282 26 11282 101 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8283 /apex-mdapi/src/classes/MetadataService.cls 11282 26 11282 101 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8284 /apex-mdapi/src/classes/MetadataService.cls 11283 26 11283 89 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]*'
8284 /apex-mdapi/src/classes/MetadataService.cls 11283 26 11283 89 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]*'
8285 /apex-mdapi/src/classes/MetadataService.cls 11284 26 11284 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8285 /apex-mdapi/src/classes/MetadataService.cls 11284 26 11284 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8286 /apex-mdapi/src/classes/MetadataService.cls 11286 12 11291 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8286 /apex-mdapi/src/classes/MetadataService.cls 11286 12 11291 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8287 /apex-mdapi/src/classes/MetadataService.cls 11287 25 11287 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 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8287 /apex-mdapi/src/classes/MetadataService.cls 11287 25 11287 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 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8288 /apex-mdapi/src/classes/MetadataService.cls 11288 26 11288 102 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8288 /apex-mdapi/src/classes/MetadataService.cls 11288 26 11288 102 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8289 /apex-mdapi/src/classes/MetadataService.cls 11289 26 11289 89 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]*'
8289 /apex-mdapi/src/classes/MetadataService.cls 11289 26 11289 89 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]*'
8290 /apex-mdapi/src/classes/MetadataService.cls 11290 26 11290 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8290 /apex-mdapi/src/classes/MetadataService.cls 11290 26 11290 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8291 /apex-mdapi/src/classes/MetadataService.cls 11292 12 11319 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8291 /apex-mdapi/src/classes/MetadataService.cls 11292 12 11319 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8292 /apex-mdapi/src/classes/MetadataService.cls 11292 12 11319 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8292 /apex-mdapi/src/classes/MetadataService.cls 11292 12 11319 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8293 /apex-mdapi/src/classes/MetadataService.cls 11295 26 11295 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8293 /apex-mdapi/src/classes/MetadataService.cls 11295 26 11295 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8294 /apex-mdapi/src/classes/MetadataService.cls 11306 26 11306 115 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 'apiAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8294 /apex-mdapi/src/classes/MetadataService.cls 11306 26 11306 115 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 'apiAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8295 /apex-mdapi/src/classes/MetadataService.cls 11307 26 11307 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8295 /apex-mdapi/src/classes/MetadataService.cls 11307 26 11307 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8296 /apex-mdapi/src/classes/MetadataService.cls 11308 26 11308 117 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8296 /apex-mdapi/src/classes/MetadataService.cls 11308 26 11308 117 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 'namespacePrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8297 /apex-mdapi/src/classes/MetadataService.cls 11309 26 11309 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8297 /apex-mdapi/src/classes/MetadataService.cls 11309 26 11309 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 'objectPermissions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8298 /apex-mdapi/src/classes/MetadataService.cls 11310 26 11310 109 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 'packageType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8298 /apex-mdapi/src/classes/MetadataService.cls 11310 26 11310 109 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 'packageType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8299 /apex-mdapi/src/classes/MetadataService.cls 11311 26 11311 119 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 'postInstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8299 /apex-mdapi/src/classes/MetadataService.cls 11311 26 11311 119 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 'postInstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8300 /apex-mdapi/src/classes/MetadataService.cls 11312 26 11312 111 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 'setupWeblink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8300 /apex-mdapi/src/classes/MetadataService.cls 11312 26 11312 111 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 'setupWeblink_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8301 /apex-mdapi/src/classes/MetadataService.cls 11313 26 11313 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 'types_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8301 /apex-mdapi/src/classes/MetadataService.cls 11313 26 11313 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 'types_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8302 /apex-mdapi/src/classes/MetadataService.cls 11314 26 11314 115 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 'uninstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8302 /apex-mdapi/src/classes/MetadataService.cls 11314 26 11314 115 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 'uninstallClass_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8303 /apex-mdapi/src/classes/MetadataService.cls 11315 26 11315 101 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8303 /apex-mdapi/src/classes/MetadataService.cls 11315 26 11315 101 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 'version_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8304 /apex-mdapi/src/classes/MetadataService.cls 11316 26 11316 89 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]*'
8304 /apex-mdapi/src/classes/MetadataService.cls 11316 26 11316 89 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]*'
8305 /apex-mdapi/src/classes/MetadataService.cls 11317 26 11317 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8305 /apex-mdapi/src/classes/MetadataService.cls 11317 26 11317 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8306 /apex-mdapi/src/classes/MetadataService.cls 11318 26 11318 227 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]*'
8306 /apex-mdapi/src/classes/MetadataService.cls 11318 26 11318 227 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]*'
8307 /apex-mdapi/src/classes/MetadataService.cls 11320 12 11327 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8307 /apex-mdapi/src/classes/MetadataService.cls 11320 12 11327 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8308 /apex-mdapi/src/classes/MetadataService.cls 11323 26 11323 97 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]*'
8308 /apex-mdapi/src/classes/MetadataService.cls 11323 26 11323 97 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]*'
8309 /apex-mdapi/src/classes/MetadataService.cls 11324 26 11324 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8309 /apex-mdapi/src/classes/MetadataService.cls 11324 26 11324 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8310 /apex-mdapi/src/classes/MetadataService.cls 11325 26 11325 89 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]*'
8310 /apex-mdapi/src/classes/MetadataService.cls 11325 26 11325 89 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]*'
8311 /apex-mdapi/src/classes/MetadataService.cls 11326 26 11326 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]*'
8311 /apex-mdapi/src/classes/MetadataService.cls 11326 26 11326 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]*'
8312 /apex-mdapi/src/classes/MetadataService.cls 11328 12 11335 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8312 /apex-mdapi/src/classes/MetadataService.cls 11328 12 11335 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8313 /apex-mdapi/src/classes/MetadataService.cls 11331 26 11331 117 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8313 /apex-mdapi/src/classes/MetadataService.cls 11331 26 11331 117 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 'developerSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8314 /apex-mdapi/src/classes/MetadataService.cls 11332 26 11332 97 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]*'
8314 /apex-mdapi/src/classes/MetadataService.cls 11332 26 11332 97 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]*'
8315 /apex-mdapi/src/classes/MetadataService.cls 11333 26 11333 89 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]*'
8315 /apex-mdapi/src/classes/MetadataService.cls 11333 26 11333 89 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]*'
8316 /apex-mdapi/src/classes/MetadataService.cls 11334 26 11334 89 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]*'
8316 /apex-mdapi/src/classes/MetadataService.cls 11334 26 11334 89 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]*'
8317 /apex-mdapi/src/classes/MetadataService.cls 11336 12 11351 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8317 /apex-mdapi/src/classes/MetadataService.cls 11336 12 11351 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8318 /apex-mdapi/src/classes/MetadataService.cls 11343 26 11343 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 'customNotifTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8318 /apex-mdapi/src/classes/MetadataService.cls 11343 26 11343 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 'customNotifTypeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8319 /apex-mdapi/src/classes/MetadataService.cls 11344 26 11344 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8319 /apex-mdapi/src/classes/MetadataService.cls 11344 26 11344 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8320 /apex-mdapi/src/classes/MetadataService.cls 11345 26 11345 101 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 'desktop_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8320 /apex-mdapi/src/classes/MetadataService.cls 11345 26 11345 101 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 'desktop_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8321 /apex-mdapi/src/classes/MetadataService.cls 11346 26 11346 97 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 'email_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8321 /apex-mdapi/src/classes/MetadataService.cls 11346 26 11346 97 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 'email_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8322 /apex-mdapi/src/classes/MetadataService.cls 11347 26 11347 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8322 /apex-mdapi/src/classes/MetadataService.cls 11347 26 11347 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8323 /apex-mdapi/src/classes/MetadataService.cls 11348 26 11348 99 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 'mobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8323 /apex-mdapi/src/classes/MetadataService.cls 11348 26 11348 99 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 'mobile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8324 /apex-mdapi/src/classes/MetadataService.cls 11349 26 11349 89 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]*'
8324 /apex-mdapi/src/classes/MetadataService.cls 11349 26 11349 89 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]*'
8325 /apex-mdapi/src/classes/MetadataService.cls 11350 26 11350 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]*'
8325 /apex-mdapi/src/classes/MetadataService.cls 11350 26 11350 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]*'
8326 /apex-mdapi/src/classes/MetadataService.cls 11352 12 11361 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8326 /apex-mdapi/src/classes/MetadataService.cls 11352 12 11361 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8327 /apex-mdapi/src/classes/MetadataService.cls 11355 23 11355 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
8327 /apex-mdapi/src/classes/MetadataService.cls 11355 23 11355 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
8328 /apex-mdapi/src/classes/MetadataService.cls 11356 26 11356 113 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8328 /apex-mdapi/src/classes/MetadataService.cls 11356 26 11356 113 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8329 /apex-mdapi/src/classes/MetadataService.cls 11357 26 11357 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8329 /apex-mdapi/src/classes/MetadataService.cls 11357 26 11357 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8330 /apex-mdapi/src/classes/MetadataService.cls 11358 26 11358 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8330 /apex-mdapi/src/classes/MetadataService.cls 11358 26 11358 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8331 /apex-mdapi/src/classes/MetadataService.cls 11359 26 11359 89 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]*'
8331 /apex-mdapi/src/classes/MetadataService.cls 11359 26 11359 89 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]*'
8332 /apex-mdapi/src/classes/MetadataService.cls 11360 26 11360 97 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]*'
8332 /apex-mdapi/src/classes/MetadataService.cls 11360 26 11360 97 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]*'
8333 /apex-mdapi/src/classes/MetadataService.cls 11362 12 11375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8333 /apex-mdapi/src/classes/MetadataService.cls 11362 12 11375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8334 /apex-mdapi/src/classes/MetadataService.cls 11368 26 11368 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8334 /apex-mdapi/src/classes/MetadataService.cls 11368 26 11368 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8335 /apex-mdapi/src/classes/MetadataService.cls 11369 26 11369 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8335 /apex-mdapi/src/classes/MetadataService.cls 11369 26 11369 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8336 /apex-mdapi/src/classes/MetadataService.cls 11370 26 11370 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 'platformActionlist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8336 /apex-mdapi/src/classes/MetadataService.cls 11370 26 11370 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 'platformActionlist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8337 /apex-mdapi/src/classes/MetadataService.cls 11371 26 11371 109 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]*'
8337 /apex-mdapi/src/classes/MetadataService.cls 11371 26 11371 109 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]*'
8338 /apex-mdapi/src/classes/MetadataService.cls 11372 26 11372 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8338 /apex-mdapi/src/classes/MetadataService.cls 11372 26 11372 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8339 /apex-mdapi/src/classes/MetadataService.cls 11373 26 11373 89 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]*'
8339 /apex-mdapi/src/classes/MetadataService.cls 11373 26 11373 89 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]*'
8340 /apex-mdapi/src/classes/MetadataService.cls 11374 26 11374 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8340 /apex-mdapi/src/classes/MetadataService.cls 11374 26 11374 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8341 /apex-mdapi/src/classes/MetadataService.cls 11376 12 11389 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8341 /apex-mdapi/src/classes/MetadataService.cls 11376 12 11389 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8342 /apex-mdapi/src/classes/MetadataService.cls 11379 26 11379 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8342 /apex-mdapi/src/classes/MetadataService.cls 11379 26 11379 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8343 /apex-mdapi/src/classes/MetadataService.cls 11383 26 11383 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 'leftValueReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8343 /apex-mdapi/src/classes/MetadataService.cls 11383 26 11383 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 'leftValueReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8344 /apex-mdapi/src/classes/MetadataService.cls 11384 26 11384 103 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8344 /apex-mdapi/src/classes/MetadataService.cls 11384 26 11384 103 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8345 /apex-mdapi/src/classes/MetadataService.cls 11385 26 11385 107 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 'rightValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8345 /apex-mdapi/src/classes/MetadataService.cls 11385 26 11385 107 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 'rightValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8346 /apex-mdapi/src/classes/MetadataService.cls 11386 26 11386 89 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]*'
8346 /apex-mdapi/src/classes/MetadataService.cls 11386 26 11386 89 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]*'
8347 /apex-mdapi/src/classes/MetadataService.cls 11387 26 11387 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8347 /apex-mdapi/src/classes/MetadataService.cls 11387 26 11387 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8348 /apex-mdapi/src/classes/MetadataService.cls 11388 26 11388 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8348 /apex-mdapi/src/classes/MetadataService.cls 11388 26 11388 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8349 /apex-mdapi/src/classes/MetadataService.cls 11390 12 11399 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8349 /apex-mdapi/src/classes/MetadataService.cls 11390 12 11399 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8350 /apex-mdapi/src/classes/MetadataService.cls 11394 26 11394 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 'items_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8350 /apex-mdapi/src/classes/MetadataService.cls 11394 26 11394 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 'items_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8351 /apex-mdapi/src/classes/MetadataService.cls 11395 26 11395 97 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]*'
8351 /apex-mdapi/src/classes/MetadataService.cls 11395 26 11395 97 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]*'
8352 /apex-mdapi/src/classes/MetadataService.cls 11396 26 11396 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8352 /apex-mdapi/src/classes/MetadataService.cls 11396 26 11396 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8353 /apex-mdapi/src/classes/MetadataService.cls 11397 26 11397 89 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]*'
8353 /apex-mdapi/src/classes/MetadataService.cls 11397 26 11397 89 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]*'
8354 /apex-mdapi/src/classes/MetadataService.cls 11398 26 11398 86 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]*'
8354 /apex-mdapi/src/classes/MetadataService.cls 11398 26 11398 86 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]*'
8355 /apex-mdapi/src/classes/MetadataService.cls 11400 12 11411 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8355 /apex-mdapi/src/classes/MetadataService.cls 11400 12 11411 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8356 /apex-mdapi/src/classes/MetadataService.cls 11405 26 11405 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8356 /apex-mdapi/src/classes/MetadataService.cls 11405 26 11405 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8357 /apex-mdapi/src/classes/MetadataService.cls 11406 26 11406 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8357 /apex-mdapi/src/classes/MetadataService.cls 11406 26 11406 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8358 /apex-mdapi/src/classes/MetadataService.cls 11407 26 11407 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 'recommendationStrategyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8358 /apex-mdapi/src/classes/MetadataService.cls 11407 26 11407 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 'recommendationStrategyName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8359 /apex-mdapi/src/classes/MetadataService.cls 11408 26 11408 112 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 'strategyNode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8359 /apex-mdapi/src/classes/MetadataService.cls 11408 26 11408 112 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 'strategyNode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8360 /apex-mdapi/src/classes/MetadataService.cls 11409 26 11409 89 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]*'
8360 /apex-mdapi/src/classes/MetadataService.cls 11409 26 11409 89 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]*'
8361 /apex-mdapi/src/classes/MetadataService.cls 11410 26 11410 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8361 /apex-mdapi/src/classes/MetadataService.cls 11410 26 11410 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8362 /apex-mdapi/src/classes/MetadataService.cls 11412 12 11429 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8362 /apex-mdapi/src/classes/MetadataService.cls 11412 12 11429 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8363 /apex-mdapi/src/classes/MetadataService.cls 11412 12 11429 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8363 /apex-mdapi/src/classes/MetadataService.cls 11412 12 11429 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8364 /apex-mdapi/src/classes/MetadataService.cls 11415 26 11415 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8364 /apex-mdapi/src/classes/MetadataService.cls 11415 26 11415 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8365 /apex-mdapi/src/classes/MetadataService.cls 11417 26 11417 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8365 /apex-mdapi/src/classes/MetadataService.cls 11417 26 11417 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8366 /apex-mdapi/src/classes/MetadataService.cls 11422 26 11422 109 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8366 /apex-mdapi/src/classes/MetadataService.cls 11422 26 11422 109 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8367 /apex-mdapi/src/classes/MetadataService.cls 11423 26 11423 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8367 /apex-mdapi/src/classes/MetadataService.cls 11423 26 11423 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8368 /apex-mdapi/src/classes/MetadataService.cls 11424 26 11424 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8368 /apex-mdapi/src/classes/MetadataService.cls 11424 26 11424 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8369 /apex-mdapi/src/classes/MetadataService.cls 11425 26 11425 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8369 /apex-mdapi/src/classes/MetadataService.cls 11425 26 11425 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 'templateAssetSourceName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8370 /apex-mdapi/src/classes/MetadataService.cls 11426 26 11426 89 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]*'
8370 /apex-mdapi/src/classes/MetadataService.cls 11426 26 11426 89 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]*'
8371 /apex-mdapi/src/classes/MetadataService.cls 11427 26 11427 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8371 /apex-mdapi/src/classes/MetadataService.cls 11427 26 11427 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8372 /apex-mdapi/src/classes/MetadataService.cls 11428 26 11428 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8372 /apex-mdapi/src/classes/MetadataService.cls 11428 26 11428 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8373 /apex-mdapi/src/classes/MetadataService.cls 11430 12 11473 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8373 /apex-mdapi/src/classes/MetadataService.cls 11430 12 11473 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8374 /apex-mdapi/src/classes/MetadataService.cls 11430 12 11473 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomApplication has 20 public methods, attributes, and properties (limit: 20)
8374 /apex-mdapi/src/classes/MetadataService.cls 11430 12 11473 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomApplication has 20 public methods, attributes, and properties (limit: 20)
8375 /apex-mdapi/src/classes/MetadataService.cls 11430 12 11473 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8375 /apex-mdapi/src/classes/MetadataService.cls 11430 12 11473 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8376 /apex-mdapi/src/classes/MetadataService.cls 11433 26 11433 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8376 /apex-mdapi/src/classes/MetadataService.cls 11433 26 11433 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8377 /apex-mdapi/src/classes/MetadataService.cls 11452 26 11452 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8377 /apex-mdapi/src/classes/MetadataService.cls 11452 26 11452 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 'actionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8378 /apex-mdapi/src/classes/MetadataService.cls 11453 26 11453 97 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 'brand_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8378 /apex-mdapi/src/classes/MetadataService.cls 11453 26 11453 97 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 'brand_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8379 /apex-mdapi/src/classes/MetadataService.cls 11454 26 11454 113 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 'consoleConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8379 /apex-mdapi/src/classes/MetadataService.cls 11454 26 11454 113 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 'consoleConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8380 /apex-mdapi/src/classes/MetadataService.cls 11455 26 11455 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 'defaultLandingTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8380 /apex-mdapi/src/classes/MetadataService.cls 11455 26 11455 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 'defaultLandingTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8381 /apex-mdapi/src/classes/MetadataService.cls 11456 26 11456 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8381 /apex-mdapi/src/classes/MetadataService.cls 11456 26 11456 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8382 /apex-mdapi/src/classes/MetadataService.cls 11457 26 11457 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 'formFactors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8382 /apex-mdapi/src/classes/MetadataService.cls 11457 26 11457 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 'formFactors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8383 /apex-mdapi/src/classes/MetadataService.cls 11458 26 11458 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 'isServiceCloudConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8383 /apex-mdapi/src/classes/MetadataService.cls 11458 26 11458 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 'isServiceCloudConsole_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8384 /apex-mdapi/src/classes/MetadataService.cls 11459 26 11459 97 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]*'
8384 /apex-mdapi/src/classes/MetadataService.cls 11459 26 11459 97 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]*'
8385 /apex-mdapi/src/classes/MetadataService.cls 11460 26 11460 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 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8385 /apex-mdapi/src/classes/MetadataService.cls 11460 26 11460 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 'logo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8386 /apex-mdapi/src/classes/MetadataService.cls 11461 26 11461 101 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 'navType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8386 /apex-mdapi/src/classes/MetadataService.cls 11461 26 11461 101 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 'navType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8387 /apex-mdapi/src/classes/MetadataService.cls 11462 26 11462 109 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 'preferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8387 /apex-mdapi/src/classes/MetadataService.cls 11462 26 11462 109 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 'preferences_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8388 /apex-mdapi/src/classes/MetadataService.cls 11463 26 11463 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 'profileActionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8388 /apex-mdapi/src/classes/MetadataService.cls 11463 26 11463 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 'profileActionOverrides_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8389 /apex-mdapi/src/classes/MetadataService.cls 11464 26 11464 117 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 'setupExperience_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8389 /apex-mdapi/src/classes/MetadataService.cls 11464 26 11464 117 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 'setupExperience_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8390 /apex-mdapi/src/classes/MetadataService.cls 11465 26 11465 116 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 'subscriberTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8390 /apex-mdapi/src/classes/MetadataService.cls 11465 26 11465 116 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 'subscriberTabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8391 /apex-mdapi/src/classes/MetadataService.cls 11466 26 11466 96 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 'tabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8391 /apex-mdapi/src/classes/MetadataService.cls 11466 26 11466 96 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 'tabs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8392 /apex-mdapi/src/classes/MetadataService.cls 11467 26 11467 99 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 'uiType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8392 /apex-mdapi/src/classes/MetadataService.cls 11467 26 11467 99 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 'uiType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8393 /apex-mdapi/src/classes/MetadataService.cls 11468 26 11468 107 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 'utilityBar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8393 /apex-mdapi/src/classes/MetadataService.cls 11468 26 11468 107 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 'utilityBar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8394 /apex-mdapi/src/classes/MetadataService.cls 11469 26 11469 117 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 'workspaceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8394 /apex-mdapi/src/classes/MetadataService.cls 11469 26 11469 117 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 'workspaceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8395 /apex-mdapi/src/classes/MetadataService.cls 11470 26 11470 89 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]*'
8395 /apex-mdapi/src/classes/MetadataService.cls 11470 26 11470 89 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]*'
8396 /apex-mdapi/src/classes/MetadataService.cls 11471 26 11471 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8396 /apex-mdapi/src/classes/MetadataService.cls 11471 26 11471 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8397 /apex-mdapi/src/classes/MetadataService.cls 11472 26 11472 335 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]*'
8397 /apex-mdapi/src/classes/MetadataService.cls 11472 26 11472 335 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]*'
8398 /apex-mdapi/src/classes/MetadataService.cls 11474 12 11485 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8398 /apex-mdapi/src/classes/MetadataService.cls 11474 12 11485 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8399 /apex-mdapi/src/classes/MetadataService.cls 11479 26 11479 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 'metadataObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8399 /apex-mdapi/src/classes/MetadataService.cls 11479 26 11479 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 'metadataObjects_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8400 /apex-mdapi/src/classes/MetadataService.cls 11480 26 11480 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 'organizationNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8400 /apex-mdapi/src/classes/MetadataService.cls 11480 26 11480 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 'organizationNamespace_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8401 /apex-mdapi/src/classes/MetadataService.cls 11481 26 11481 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 'partialSaveAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8401 /apex-mdapi/src/classes/MetadataService.cls 11481 26 11481 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 'partialSaveAllowed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8402 /apex-mdapi/src/classes/MetadataService.cls 11482 26 11482 111 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 'testRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8402 /apex-mdapi/src/classes/MetadataService.cls 11482 26 11482 111 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 'testRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8403 /apex-mdapi/src/classes/MetadataService.cls 11483 26 11483 89 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]*'
8403 /apex-mdapi/src/classes/MetadataService.cls 11483 26 11483 89 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]*'
8404 /apex-mdapi/src/classes/MetadataService.cls 11484 26 11484 141 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]*'
8404 /apex-mdapi/src/classes/MetadataService.cls 11484 26 11484 141 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]*'
8405 /apex-mdapi/src/classes/MetadataService.cls 11486 12 11499 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8405 /apex-mdapi/src/classes/MetadataService.cls 11486 12 11499 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8406 /apex-mdapi/src/classes/MetadataService.cls 11489 26 11489 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8406 /apex-mdapi/src/classes/MetadataService.cls 11489 26 11489 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8407 /apex-mdapi/src/classes/MetadataService.cls 11493 26 11493 119 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 'allowOwnerChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8407 /apex-mdapi/src/classes/MetadataService.cls 11493 26 11493 119 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 'allowOwnerChange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8408 /apex-mdapi/src/classes/MetadataService.cls 11494 26 11494 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 'objectMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8408 /apex-mdapi/src/classes/MetadataService.cls 11494 26 11494 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 'objectMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8409 /apex-mdapi/src/classes/MetadataService.cls 11495 26 11495 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 'opportunityCreationOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8409 /apex-mdapi/src/classes/MetadataService.cls 11495 26 11495 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 'opportunityCreationOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8410 /apex-mdapi/src/classes/MetadataService.cls 11496 26 11496 89 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]*'
8410 /apex-mdapi/src/classes/MetadataService.cls 11496 26 11496 89 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]*'
8411 /apex-mdapi/src/classes/MetadataService.cls 11497 26 11497 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8411 /apex-mdapi/src/classes/MetadataService.cls 11497 26 11497 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8412 /apex-mdapi/src/classes/MetadataService.cls 11498 26 11498 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8412 /apex-mdapi/src/classes/MetadataService.cls 11498 26 11498 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8413 /apex-mdapi/src/classes/MetadataService.cls 11500 12 11507 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8413 /apex-mdapi/src/classes/MetadataService.cls 11500 12 11507 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8414 /apex-mdapi/src/classes/MetadataService.cls 11503 26 11503 97 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]*'
8414 /apex-mdapi/src/classes/MetadataService.cls 11503 26 11503 97 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]*'
8415 /apex-mdapi/src/classes/MetadataService.cls 11504 26 11504 97 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]*'
8415 /apex-mdapi/src/classes/MetadataService.cls 11504 26 11504 97 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]*'
8416 /apex-mdapi/src/classes/MetadataService.cls 11505 26 11505 89 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]*'
8416 /apex-mdapi/src/classes/MetadataService.cls 11505 26 11505 89 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]*'
8417 /apex-mdapi/src/classes/MetadataService.cls 11506 26 11506 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]*'
8417 /apex-mdapi/src/classes/MetadataService.cls 11506 26 11506 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]*'
8418 /apex-mdapi/src/classes/MetadataService.cls 11508 12 11531 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8418 /apex-mdapi/src/classes/MetadataService.cls 11508 12 11531 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8419 /apex-mdapi/src/classes/MetadataService.cls 11508 12 11531 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8419 /apex-mdapi/src/classes/MetadataService.cls 11508 12 11531 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8420 /apex-mdapi/src/classes/MetadataService.cls 11511 26 11511 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8420 /apex-mdapi/src/classes/MetadataService.cls 11511 26 11511 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8421 /apex-mdapi/src/classes/MetadataService.cls 11517 51 11517 57 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 'join_x' doesn't match '[a-z][a-zA-Z0-9]*'
8421 /apex-mdapi/src/classes/MetadataService.cls 11517 51 11517 57 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 'join_x' doesn't match '[a-z][a-zA-Z0-9]*'
8422 /apex-mdapi/src/classes/MetadataService.cls 11520 26 11520 113 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 'autogenerated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8422 /apex-mdapi/src/classes/MetadataService.cls 11520 26 11520 113 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 'autogenerated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8423 /apex-mdapi/src/classes/MetadataService.cls 11521 26 11521 107 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 'baseObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8423 /apex-mdapi/src/classes/MetadataService.cls 11521 26 11521 107 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 'baseObject_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8424 /apex-mdapi/src/classes/MetadataService.cls 11522 26 11522 103 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8424 /apex-mdapi/src/classes/MetadataService.cls 11522 26 11522 103 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8425 /apex-mdapi/src/classes/MetadataService.cls 11523 26 11523 103 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 'deployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8425 /apex-mdapi/src/classes/MetadataService.cls 11523 26 11523 103 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 'deployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8426 /apex-mdapi/src/classes/MetadataService.cls 11524 26 11524 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8426 /apex-mdapi/src/classes/MetadataService.cls 11524 26 11524 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8427 /apex-mdapi/src/classes/MetadataService.cls 11525 26 11525 97 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8427 /apex-mdapi/src/classes/MetadataService.cls 11525 26 11525 97 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 'join_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8428 /apex-mdapi/src/classes/MetadataService.cls 11526 26 11526 97 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]*'
8428 /apex-mdapi/src/classes/MetadataService.cls 11526 26 11526 97 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]*'
8429 /apex-mdapi/src/classes/MetadataService.cls 11527 26 11527 104 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8429 /apex-mdapi/src/classes/MetadataService.cls 11527 26 11527 104 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8430 /apex-mdapi/src/classes/MetadataService.cls 11528 26 11528 89 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]*'
8430 /apex-mdapi/src/classes/MetadataService.cls 11528 26 11528 89 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]*'
8431 /apex-mdapi/src/classes/MetadataService.cls 11529 26 11529 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8431 /apex-mdapi/src/classes/MetadataService.cls 11529 26 11529 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8432 /apex-mdapi/src/classes/MetadataService.cls 11530 26 11530 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8432 /apex-mdapi/src/classes/MetadataService.cls 11530 26 11530 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8433 /apex-mdapi/src/classes/MetadataService.cls 11532 12 11537 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8433 /apex-mdapi/src/classes/MetadataService.cls 11532 12 11537 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8434 /apex-mdapi/src/classes/MetadataService.cls 11532 12 11537 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 'deleteMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8434 /apex-mdapi/src/classes/MetadataService.cls 11532 12 11537 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 'deleteMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8435 /apex-mdapi/src/classes/MetadataService.cls 11534 26 11534 100 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]*'
8435 /apex-mdapi/src/classes/MetadataService.cls 11534 26 11534 100 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]*'
8436 /apex-mdapi/src/classes/MetadataService.cls 11535 26 11535 89 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]*'
8436 /apex-mdapi/src/classes/MetadataService.cls 11535 26 11535 89 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]*'
8437 /apex-mdapi/src/classes/MetadataService.cls 11536 26 11536 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]*'
8437 /apex-mdapi/src/classes/MetadataService.cls 11536 26 11536 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]*'
8438 /apex-mdapi/src/classes/MetadataService.cls 11538 12 11549 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8438 /apex-mdapi/src/classes/MetadataService.cls 11538 12 11549 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8439 /apex-mdapi/src/classes/MetadataService.cls 11542 23 11542 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 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
8439 /apex-mdapi/src/classes/MetadataService.cls 11542 23 11542 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 'time_x' doesn't match '[a-z][a-zA-Z0-9]*'
8440 /apex-mdapi/src/classes/MetadataService.cls 11543 26 11543 99 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]*'
8440 /apex-mdapi/src/classes/MetadataService.cls 11543 26 11543 99 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]*'
8441 /apex-mdapi/src/classes/MetadataService.cls 11544 26 11544 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 'line_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8441 /apex-mdapi/src/classes/MetadataService.cls 11544 26 11544 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 'line_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8442 /apex-mdapi/src/classes/MetadataService.cls 11545 26 11545 113 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 'numExecutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8442 /apex-mdapi/src/classes/MetadataService.cls 11545 26 11545 113 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 'numExecutions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8443 /apex-mdapi/src/classes/MetadataService.cls 11546 26 11546 97 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8443 /apex-mdapi/src/classes/MetadataService.cls 11546 26 11546 97 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 'time_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8444 /apex-mdapi/src/classes/MetadataService.cls 11547 26 11547 89 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]*'
8444 /apex-mdapi/src/classes/MetadataService.cls 11547 26 11547 89 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]*'
8445 /apex-mdapi/src/classes/MetadataService.cls 11548 26 11548 104 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]*'
8445 /apex-mdapi/src/classes/MetadataService.cls 11548 26 11548 104 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]*'
8446 /apex-mdapi/src/classes/MetadataService.cls 11550 12 11555 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8446 /apex-mdapi/src/classes/MetadataService.cls 11550 12 11555 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8447 /apex-mdapi/src/classes/MetadataService.cls 11552 26 11552 101 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 'keyword_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8447 /apex-mdapi/src/classes/MetadataService.cls 11552 26 11552 101 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 'keyword_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8448 /apex-mdapi/src/classes/MetadataService.cls 11553 26 11553 89 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]*'
8448 /apex-mdapi/src/classes/MetadataService.cls 11553 26 11553 89 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]*'
8449 /apex-mdapi/src/classes/MetadataService.cls 11554 26 11554 73 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]*'
8449 /apex-mdapi/src/classes/MetadataService.cls 11554 26 11554 73 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]*'
8450 /apex-mdapi/src/classes/MetadataService.cls 11556 12 11563 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8450 /apex-mdapi/src/classes/MetadataService.cls 11556 12 11563 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8451 /apex-mdapi/src/classes/MetadataService.cls 11559 26 11559 109 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8451 /apex-mdapi/src/classes/MetadataService.cls 11559 26 11559 109 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 'application_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8452 /apex-mdapi/src/classes/MetadataService.cls 11560 26 11560 101 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8452 /apex-mdapi/src/classes/MetadataService.cls 11560 26 11560 101 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 'visible_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8453 /apex-mdapi/src/classes/MetadataService.cls 11561 26 11561 89 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]*'
8453 /apex-mdapi/src/classes/MetadataService.cls 11561 26 11561 89 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]*'
8454 /apex-mdapi/src/classes/MetadataService.cls 11562 26 11562 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]*'
8454 /apex-mdapi/src/classes/MetadataService.cls 11562 26 11562 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]*'
8455 /apex-mdapi/src/classes/MetadataService.cls 11564 12 11569 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8455 /apex-mdapi/src/classes/MetadataService.cls 11564 12 11569 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8456 /apex-mdapi/src/classes/MetadataService.cls 11566 26 11566 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 'pageOrSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8456 /apex-mdapi/src/classes/MetadataService.cls 11566 26 11566 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 'pageOrSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8457 /apex-mdapi/src/classes/MetadataService.cls 11567 26 11567 89 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]*'
8457 /apex-mdapi/src/classes/MetadataService.cls 11567 26 11567 89 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]*'
8458 /apex-mdapi/src/classes/MetadataService.cls 11568 26 11568 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8458 /apex-mdapi/src/classes/MetadataService.cls 11568 26 11568 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8459 /apex-mdapi/src/classes/MetadataService.cls 11570 12 11575 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8459 /apex-mdapi/src/classes/MetadataService.cls 11570 12 11575 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8460 /apex-mdapi/src/classes/MetadataService.cls 11572 26 11572 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 'roleAndSubordinate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8460 /apex-mdapi/src/classes/MetadataService.cls 11572 26 11572 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 'roleAndSubordinate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8461 /apex-mdapi/src/classes/MetadataService.cls 11573 26 11573 89 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]*'
8461 /apex-mdapi/src/classes/MetadataService.cls 11573 26 11573 89 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]*'
8462 /apex-mdapi/src/classes/MetadataService.cls 11574 26 11574 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]*'
8462 /apex-mdapi/src/classes/MetadataService.cls 11574 26 11574 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]*'
8463 /apex-mdapi/src/classes/MetadataService.cls 11576 12 11583 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8463 /apex-mdapi/src/classes/MetadataService.cls 11576 12 11583 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8464 /apex-mdapi/src/classes/MetadataService.cls 11579 26 11579 97 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]*'
8464 /apex-mdapi/src/classes/MetadataService.cls 11579 26 11579 97 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]*'
8465 /apex-mdapi/src/classes/MetadataService.cls 11580 26 11580 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8465 /apex-mdapi/src/classes/MetadataService.cls 11580 26 11580 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8466 /apex-mdapi/src/classes/MetadataService.cls 11581 26 11581 89 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]*'
8466 /apex-mdapi/src/classes/MetadataService.cls 11581 26 11581 89 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]*'
8467 /apex-mdapi/src/classes/MetadataService.cls 11582 26 11582 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]*'
8467 /apex-mdapi/src/classes/MetadataService.cls 11582 26 11582 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]*'
8468 /apex-mdapi/src/classes/MetadataService.cls 11584 12 11607 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8468 /apex-mdapi/src/classes/MetadataService.cls 11584 12 11607 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8469 /apex-mdapi/src/classes/MetadataService.cls 11584 12 11607 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8469 /apex-mdapi/src/classes/MetadataService.cls 11584 12 11607 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8470 /apex-mdapi/src/classes/MetadataService.cls 11587 26 11587 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8470 /apex-mdapi/src/classes/MetadataService.cls 11587 26 11587 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8471 /apex-mdapi/src/classes/MetadataService.cls 11596 26 11596 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 'contrastInvertedColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8471 /apex-mdapi/src/classes/MetadataService.cls 11596 26 11596 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 'contrastInvertedColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8472 /apex-mdapi/src/classes/MetadataService.cls 11597 26 11597 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 'contrastPrimaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8472 /apex-mdapi/src/classes/MetadataService.cls 11597 26 11597 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 'contrastPrimaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8473 /apex-mdapi/src/classes/MetadataService.cls 11598 26 11598 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 'embeddedServiceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8473 /apex-mdapi/src/classes/MetadataService.cls 11598 26 11598 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 'embeddedServiceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8474 /apex-mdapi/src/classes/MetadataService.cls 11599 26 11599 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 'font_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8474 /apex-mdapi/src/classes/MetadataService.cls 11599 26 11599 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 'font_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8475 /apex-mdapi/src/classes/MetadataService.cls 11600 26 11600 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8475 /apex-mdapi/src/classes/MetadataService.cls 11600 26 11600 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8476 /apex-mdapi/src/classes/MetadataService.cls 11601 26 11601 109 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 'navBarColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8476 /apex-mdapi/src/classes/MetadataService.cls 11601 26 11601 109 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 'navBarColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8477 /apex-mdapi/src/classes/MetadataService.cls 11602 26 11602 111 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8477 /apex-mdapi/src/classes/MetadataService.cls 11602 26 11602 111 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 'primaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8478 /apex-mdapi/src/classes/MetadataService.cls 11603 26 11603 115 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 'secondaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8478 /apex-mdapi/src/classes/MetadataService.cls 11603 26 11603 115 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 'secondaryColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8479 /apex-mdapi/src/classes/MetadataService.cls 11604 26 11604 89 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]*'
8479 /apex-mdapi/src/classes/MetadataService.cls 11604 26 11604 89 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]*'
8480 /apex-mdapi/src/classes/MetadataService.cls 11605 26 11605 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8480 /apex-mdapi/src/classes/MetadataService.cls 11605 26 11605 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8481 /apex-mdapi/src/classes/MetadataService.cls 11606 26 11606 213 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]*'
8481 /apex-mdapi/src/classes/MetadataService.cls 11606 26 11606 213 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]*'
8482 /apex-mdapi/src/classes/MetadataService.cls 11608 12 11635 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8482 /apex-mdapi/src/classes/MetadataService.cls 11608 12 11635 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8483 /apex-mdapi/src/classes/MetadataService.cls 11608 12 11635 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8483 /apex-mdapi/src/classes/MetadataService.cls 11608 12 11635 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8484 /apex-mdapi/src/classes/MetadataService.cls 11611 26 11611 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8484 /apex-mdapi/src/classes/MetadataService.cls 11611 26 11611 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8485 /apex-mdapi/src/classes/MetadataService.cls 11622 26 11622 117 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 'lockoutInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8485 /apex-mdapi/src/classes/MetadataService.cls 11622 26 11622 117 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 'lockoutInterval_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8486 /apex-mdapi/src/classes/MetadataService.cls 11623 26 11623 119 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 'maxLoginAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8486 /apex-mdapi/src/classes/MetadataService.cls 11623 26 11623 119 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 'maxLoginAttempts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8487 /apex-mdapi/src/classes/MetadataService.cls 11624 26 11624 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 'minimumPasswordLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8487 /apex-mdapi/src/classes/MetadataService.cls 11624 26 11624 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 'minimumPasswordLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8488 /apex-mdapi/src/classes/MetadataService.cls 11625 26 11625 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 'minimumPasswordLifetime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8488 /apex-mdapi/src/classes/MetadataService.cls 11625 26 11625 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 'minimumPasswordLifetime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8489 /apex-mdapi/src/classes/MetadataService.cls 11626 26 11626 101 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 'obscure_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8489 /apex-mdapi/src/classes/MetadataService.cls 11626 26 11626 101 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 'obscure_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8490 /apex-mdapi/src/classes/MetadataService.cls 11627 26 11627 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 'passwordComplexity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8490 /apex-mdapi/src/classes/MetadataService.cls 11627 26 11627 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 'passwordComplexity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8491 /apex-mdapi/src/classes/MetadataService.cls 11628 26 11628 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 'passwordExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8491 /apex-mdapi/src/classes/MetadataService.cls 11628 26 11628 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 'passwordExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8492 /apex-mdapi/src/classes/MetadataService.cls 11629 26 11629 117 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 'passwordHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8492 /apex-mdapi/src/classes/MetadataService.cls 11629 26 11629 117 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 'passwordHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8493 /apex-mdapi/src/classes/MetadataService.cls 11630 26 11630 119 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 'passwordQuestion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8493 /apex-mdapi/src/classes/MetadataService.cls 11630 26 11630 119 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 'passwordQuestion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8494 /apex-mdapi/src/classes/MetadataService.cls 11631 26 11631 101 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8494 /apex-mdapi/src/classes/MetadataService.cls 11631 26 11631 101 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8495 /apex-mdapi/src/classes/MetadataService.cls 11632 26 11632 89 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]*'
8495 /apex-mdapi/src/classes/MetadataService.cls 11632 26 11632 89 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]*'
8496 /apex-mdapi/src/classes/MetadataService.cls 11633 26 11633 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8496 /apex-mdapi/src/classes/MetadataService.cls 11633 26 11633 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8497 /apex-mdapi/src/classes/MetadataService.cls 11634 26 11634 261 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]*'
8497 /apex-mdapi/src/classes/MetadataService.cls 11634 26 11634 261 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]*'
8498 /apex-mdapi/src/classes/MetadataService.cls 11636 12 11645 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8498 /apex-mdapi/src/classes/MetadataService.cls 11636 12 11645 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8499 /apex-mdapi/src/classes/MetadataService.cls 11640 26 11640 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 'audienceCriteriaType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8499 /apex-mdapi/src/classes/MetadataService.cls 11640 26 11640 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 'audienceCriteriaType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8500 /apex-mdapi/src/classes/MetadataService.cls 11641 26 11641 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 'audienceCriteriaValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8500 /apex-mdapi/src/classes/MetadataService.cls 11641 26 11641 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 'audienceCriteriaValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8501 /apex-mdapi/src/classes/MetadataService.cls 11642 26 11642 105 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 'setupName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8501 /apex-mdapi/src/classes/MetadataService.cls 11642 26 11642 105 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 'setupName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8502 /apex-mdapi/src/classes/MetadataService.cls 11643 26 11643 89 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]*'
8502 /apex-mdapi/src/classes/MetadataService.cls 11643 26 11643 89 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]*'
8503 /apex-mdapi/src/classes/MetadataService.cls 11644 26 11644 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8503 /apex-mdapi/src/classes/MetadataService.cls 11644 26 11644 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8504 /apex-mdapi/src/classes/MetadataService.cls 11646 12 11665 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8504 /apex-mdapi/src/classes/MetadataService.cls 11646 12 11665 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8505 /apex-mdapi/src/classes/MetadataService.cls 11646 12 11665 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8505 /apex-mdapi/src/classes/MetadataService.cls 11646 12 11665 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8506 /apex-mdapi/src/classes/MetadataService.cls 11649 26 11649 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8506 /apex-mdapi/src/classes/MetadataService.cls 11649 26 11649 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8507 /apex-mdapi/src/classes/MetadataService.cls 11656 26 11656 117 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8507 /apex-mdapi/src/classes/MetadataService.cls 11656 26 11656 117 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 'caseAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8508 /apex-mdapi/src/classes/MetadataService.cls 11657 26 11657 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8508 /apex-mdapi/src/classes/MetadataService.cls 11657 26 11657 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 'contactAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8509 /apex-mdapi/src/classes/MetadataService.cls 11658 26 11658 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8509 /apex-mdapi/src/classes/MetadataService.cls 11658 26 11658 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8510 /apex-mdapi/src/classes/MetadataService.cls 11659 26 11659 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 'mayForecastManagerShare_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8510 /apex-mdapi/src/classes/MetadataService.cls 11659 26 11659 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 'mayForecastManagerShare_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8511 /apex-mdapi/src/classes/MetadataService.cls 11660 26 11660 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8511 /apex-mdapi/src/classes/MetadataService.cls 11660 26 11660 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8512 /apex-mdapi/src/classes/MetadataService.cls 11661 26 11661 131 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8512 /apex-mdapi/src/classes/MetadataService.cls 11661 26 11661 131 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 'opportunityAccessLevel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8513 /apex-mdapi/src/classes/MetadataService.cls 11662 26 11662 89 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]*'
8513 /apex-mdapi/src/classes/MetadataService.cls 11662 26 11662 89 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]*'
8514 /apex-mdapi/src/classes/MetadataService.cls 11663 26 11663 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8514 /apex-mdapi/src/classes/MetadataService.cls 11663 26 11663 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8515 /apex-mdapi/src/classes/MetadataService.cls 11664 26 11664 186 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]*'
8515 /apex-mdapi/src/classes/MetadataService.cls 11664 26 11664 186 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]*'
8516 /apex-mdapi/src/classes/MetadataService.cls 11666 12 11677 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8516 /apex-mdapi/src/classes/MetadataService.cls 11666 12 11677 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8517 /apex-mdapi/src/classes/MetadataService.cls 11669 26 11669 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8517 /apex-mdapi/src/classes/MetadataService.cls 11669 26 11669 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8518 /apex-mdapi/src/classes/MetadataService.cls 11672 26 11672 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8518 /apex-mdapi/src/classes/MetadataService.cls 11672 26 11672 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8519 /apex-mdapi/src/classes/MetadataService.cls 11673 26 11673 97 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]*'
8519 /apex-mdapi/src/classes/MetadataService.cls 11673 26 11673 97 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]*'
8520 /apex-mdapi/src/classes/MetadataService.cls 11674 26 11674 89 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]*'
8520 /apex-mdapi/src/classes/MetadataService.cls 11674 26 11674 89 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]*'
8521 /apex-mdapi/src/classes/MetadataService.cls 11675 26 11675 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8521 /apex-mdapi/src/classes/MetadataService.cls 11675 26 11675 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8522 /apex-mdapi/src/classes/MetadataService.cls 11676 26 11676 103 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]*'
8522 /apex-mdapi/src/classes/MetadataService.cls 11676 26 11676 103 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]*'
8523 /apex-mdapi/src/classes/MetadataService.cls 11678 12 11683 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8523 /apex-mdapi/src/classes/MetadataService.cls 11678 12 11683 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8524 /apex-mdapi/src/classes/MetadataService.cls 11680 26 11680 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8524 /apex-mdapi/src/classes/MetadataService.cls 11680 26 11680 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8525 /apex-mdapi/src/classes/MetadataService.cls 11681 26 11681 89 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]*'
8525 /apex-mdapi/src/classes/MetadataService.cls 11681 26 11681 89 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]*'
8526 /apex-mdapi/src/classes/MetadataService.cls 11682 26 11682 71 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]*'
8526 /apex-mdapi/src/classes/MetadataService.cls 11682 26 11682 71 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]*'
8527 /apex-mdapi/src/classes/MetadataService.cls 11684 12 11699 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8527 /apex-mdapi/src/classes/MetadataService.cls 11684 12 11699 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8528 /apex-mdapi/src/classes/MetadataService.cls 11687 26 11687 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8528 /apex-mdapi/src/classes/MetadataService.cls 11687 26 11687 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8529 /apex-mdapi/src/classes/MetadataService.cls 11692 26 11692 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8529 /apex-mdapi/src/classes/MetadataService.cls 11692 26 11692 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8530 /apex-mdapi/src/classes/MetadataService.cls 11693 26 11693 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 'disableProtocolSecurity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8530 /apex-mdapi/src/classes/MetadataService.cls 11693 26 11693 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 'disableProtocolSecurity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8531 /apex-mdapi/src/classes/MetadataService.cls 11694 26 11694 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8531 /apex-mdapi/src/classes/MetadataService.cls 11694 26 11694 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8532 /apex-mdapi/src/classes/MetadataService.cls 11695 26 11695 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8532 /apex-mdapi/src/classes/MetadataService.cls 11695 26 11695 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 'url_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8533 /apex-mdapi/src/classes/MetadataService.cls 11696 26 11696 89 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]*'
8533 /apex-mdapi/src/classes/MetadataService.cls 11696 26 11696 89 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]*'
8534 /apex-mdapi/src/classes/MetadataService.cls 11697 26 11697 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8534 /apex-mdapi/src/classes/MetadataService.cls 11697 26 11697 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8535 /apex-mdapi/src/classes/MetadataService.cls 11698 26 11698 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8535 /apex-mdapi/src/classes/MetadataService.cls 11698 26 11698 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8536 /apex-mdapi/src/classes/MetadataService.cls 11700 12 11715 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8536 /apex-mdapi/src/classes/MetadataService.cls 11700 12 11715 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8537 /apex-mdapi/src/classes/MetadataService.cls 11707 26 11707 109 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 'callbackUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8537 /apex-mdapi/src/classes/MetadataService.cls 11707 26 11707 109 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 'callbackUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8538 /apex-mdapi/src/classes/MetadataService.cls 11708 26 11708 109 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8538 /apex-mdapi/src/classes/MetadataService.cls 11708 26 11708 109 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8539 /apex-mdapi/src/classes/MetadataService.cls 11709 26 11709 109 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 'consumerKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8539 /apex-mdapi/src/classes/MetadataService.cls 11709 26 11709 109 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 'consumerKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8540 /apex-mdapi/src/classes/MetadataService.cls 11710 26 11710 115 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 'consumerSecret_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8540 /apex-mdapi/src/classes/MetadataService.cls 11710 26 11710 115 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 'consumerSecret_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8541 /apex-mdapi/src/classes/MetadataService.cls 11711 26 11711 100 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 'scopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8541 /apex-mdapi/src/classes/MetadataService.cls 11711 26 11711 100 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 'scopes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8542 /apex-mdapi/src/classes/MetadataService.cls 11712 26 11712 117 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 'singleLogoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8542 /apex-mdapi/src/classes/MetadataService.cls 11712 26 11712 117 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 'singleLogoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8543 /apex-mdapi/src/classes/MetadataService.cls 11713 26 11713 89 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]*'
8543 /apex-mdapi/src/classes/MetadataService.cls 11713 26 11713 89 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]*'
8544 /apex-mdapi/src/classes/MetadataService.cls 11714 26 11714 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]*'
8544 /apex-mdapi/src/classes/MetadataService.cls 11714 26 11714 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]*'
8545 /apex-mdapi/src/classes/MetadataService.cls 11716 12 11727 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8545 /apex-mdapi/src/classes/MetadataService.cls 11716 12 11727 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8546 /apex-mdapi/src/classes/MetadataService.cls 11721 26 11721 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 'enhancedLookupEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8546 /apex-mdapi/src/classes/MetadataService.cls 11721 26 11721 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 'enhancedLookupEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8547 /apex-mdapi/src/classes/MetadataService.cls 11722 26 11722 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 'lookupAutoCompleteEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8547 /apex-mdapi/src/classes/MetadataService.cls 11722 26 11722 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 'lookupAutoCompleteEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8548 /apex-mdapi/src/classes/MetadataService.cls 11723 26 11723 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8548 /apex-mdapi/src/classes/MetadataService.cls 11723 26 11723 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8549 /apex-mdapi/src/classes/MetadataService.cls 11724 26 11724 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 'resultsPerPageCount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8549 /apex-mdapi/src/classes/MetadataService.cls 11724 26 11724 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 'resultsPerPageCount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8550 /apex-mdapi/src/classes/MetadataService.cls 11725 26 11725 89 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]*'
8550 /apex-mdapi/src/classes/MetadataService.cls 11725 26 11725 89 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]*'
8551 /apex-mdapi/src/classes/MetadataService.cls 11726 26 11726 144 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]*'
8551 /apex-mdapi/src/classes/MetadataService.cls 11726 26 11726 144 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]*'
8552 /apex-mdapi/src/classes/MetadataService.cls 11728 12 11739 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8552 /apex-mdapi/src/classes/MetadataService.cls 11728 12 11739 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8553 /apex-mdapi/src/classes/MetadataService.cls 11732 23 11732 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]*'
8553 /apex-mdapi/src/classes/MetadataService.cls 11732 23 11732 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]*'
8554 /apex-mdapi/src/classes/MetadataService.cls 11733 26 11733 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8554 /apex-mdapi/src/classes/MetadataService.cls 11733 26 11733 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8555 /apex-mdapi/src/classes/MetadataService.cls 11734 26 11734 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 'file_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8555 /apex-mdapi/src/classes/MetadataService.cls 11734 26 11734 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 'file_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8556 /apex-mdapi/src/classes/MetadataService.cls 11735 26 11735 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 'rank_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8556 /apex-mdapi/src/classes/MetadataService.cls 11735 26 11735 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 'rank_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8557 /apex-mdapi/src/classes/MetadataService.cls 11736 26 11736 97 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]*'
8557 /apex-mdapi/src/classes/MetadataService.cls 11736 26 11736 97 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]*'
8558 /apex-mdapi/src/classes/MetadataService.cls 11737 26 11737 89 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]*'
8558 /apex-mdapi/src/classes/MetadataService.cls 11737 26 11737 89 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]*'
8559 /apex-mdapi/src/classes/MetadataService.cls 11738 26 11738 100 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]*'
8559 /apex-mdapi/src/classes/MetadataService.cls 11738 26 11738 100 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]*'
8560 /apex-mdapi/src/classes/MetadataService.cls 11740 12 11753 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8560 /apex-mdapi/src/classes/MetadataService.cls 11740 12 11753 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8561 /apex-mdapi/src/classes/MetadataService.cls 11746 26 11746 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 'fieldServiceNotificationsOrgPref_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8561 /apex-mdapi/src/classes/MetadataService.cls 11746 26 11746 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 'fieldServiceNotificationsOrgPref_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8562 /apex-mdapi/src/classes/MetadataService.cls 11747 26 11747 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 'fieldServiceOrgPref_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8562 /apex-mdapi/src/classes/MetadataService.cls 11747 26 11747 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 'fieldServiceOrgPref_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8563 /apex-mdapi/src/classes/MetadataService.cls 11748 26 11748 167 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 'serviceAppointmentsDueDateOffsetOrgValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8563 /apex-mdapi/src/classes/MetadataService.cls 11748 26 11748 167 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 'serviceAppointmentsDueDateOffsetOrgValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8564 /apex-mdapi/src/classes/MetadataService.cls 11749 26 11749 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 'workOrderLineItemSearchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8564 /apex-mdapi/src/classes/MetadataService.cls 11749 26 11749 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 'workOrderLineItemSearchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8565 /apex-mdapi/src/classes/MetadataService.cls 11750 26 11750 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 'workOrderSearchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8565 /apex-mdapi/src/classes/MetadataService.cls 11750 26 11750 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 'workOrderSearchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8566 /apex-mdapi/src/classes/MetadataService.cls 11751 26 11751 89 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]*'
8566 /apex-mdapi/src/classes/MetadataService.cls 11751 26 11751 89 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]*'
8567 /apex-mdapi/src/classes/MetadataService.cls 11752 26 11752 219 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]*'
8567 /apex-mdapi/src/classes/MetadataService.cls 11752 26 11752 219 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]*'
8568 /apex-mdapi/src/classes/MetadataService.cls 11754 12 11761 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8568 /apex-mdapi/src/classes/MetadataService.cls 11754 12 11761 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8569 /apex-mdapi/src/classes/MetadataService.cls 11757 26 11757 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 'useApproverFieldOfRecordOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8569 /apex-mdapi/src/classes/MetadataService.cls 11757 26 11757 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 'useApproverFieldOfRecordOwner_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8570 /apex-mdapi/src/classes/MetadataService.cls 11758 26 11758 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 'userHierarchyField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8570 /apex-mdapi/src/classes/MetadataService.cls 11758 26 11758 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 'userHierarchyField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8571 /apex-mdapi/src/classes/MetadataService.cls 11759 26 11759 89 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]*'
8571 /apex-mdapi/src/classes/MetadataService.cls 11759 26 11759 89 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]*'
8572 /apex-mdapi/src/classes/MetadataService.cls 11760 26 11760 116 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]*'
8572 /apex-mdapi/src/classes/MetadataService.cls 11760 26 11760 116 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]*'
8573 /apex-mdapi/src/classes/MetadataService.cls 11762 12 11769 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8573 /apex-mdapi/src/classes/MetadataService.cls 11762 12 11769 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8574 /apex-mdapi/src/classes/MetadataService.cls 11765 26 11765 99 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8574 /apex-mdapi/src/classes/MetadataService.cls 11765 26 11765 99 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8575 /apex-mdapi/src/classes/MetadataService.cls 11766 26 11766 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8575 /apex-mdapi/src/classes/MetadataService.cls 11766 26 11766 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 'value_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8576 /apex-mdapi/src/classes/MetadataService.cls 11767 26 11767 89 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]*'
8576 /apex-mdapi/src/classes/MetadataService.cls 11767 26 11767 89 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]*'
8577 /apex-mdapi/src/classes/MetadataService.cls 11768 26 11768 80 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]*'
8577 /apex-mdapi/src/classes/MetadataService.cls 11768 26 11768 80 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]*'
8578 /apex-mdapi/src/classes/MetadataService.cls 11770 12 11783 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8578 /apex-mdapi/src/classes/MetadataService.cls 11770 12 11783 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8579 /apex-mdapi/src/classes/MetadataService.cls 11776 26 11776 99 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]*'
8579 /apex-mdapi/src/classes/MetadataService.cls 11776 26 11776 99 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]*'
8580 /apex-mdapi/src/classes/MetadataService.cls 11777 26 11777 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8580 /apex-mdapi/src/classes/MetadataService.cls 11777 26 11777 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8581 /apex-mdapi/src/classes/MetadataService.cls 11778 26 11778 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8581 /apex-mdapi/src/classes/MetadataService.cls 11778 26 11778 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8582 /apex-mdapi/src/classes/MetadataService.cls 11779 26 11779 107 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8582 /apex-mdapi/src/classes/MetadataService.cls 11779 26 11779 107 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 'objectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8583 /apex-mdapi/src/classes/MetadataService.cls 11780 26 11780 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 'ruleItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8583 /apex-mdapi/src/classes/MetadataService.cls 11780 26 11780 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 'ruleItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8584 /apex-mdapi/src/classes/MetadataService.cls 11781 26 11781 89 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]*'
8584 /apex-mdapi/src/classes/MetadataService.cls 11781 26 11781 89 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]*'
8585 /apex-mdapi/src/classes/MetadataService.cls 11782 26 11782 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8585 /apex-mdapi/src/classes/MetadataService.cls 11782 26 11782 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8586 /apex-mdapi/src/classes/MetadataService.cls 11784 12 11791 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8586 /apex-mdapi/src/classes/MetadataService.cls 11784 12 11791 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8587 /apex-mdapi/src/classes/MetadataService.cls 11787 26 11787 103 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8587 /apex-mdapi/src/classes/MetadataService.cls 11787 26 11787 103 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 'fileName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8588 /apex-mdapi/src/classes/MetadataService.cls 11788 26 11788 101 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8588 /apex-mdapi/src/classes/MetadataService.cls 11788 26 11788 101 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 'problem_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8589 /apex-mdapi/src/classes/MetadataService.cls 11789 26 11789 89 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]*'
8589 /apex-mdapi/src/classes/MetadataService.cls 11789 26 11789 89 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]*'
8590 /apex-mdapi/src/classes/MetadataService.cls 11790 26 11790 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]*'
8590 /apex-mdapi/src/classes/MetadataService.cls 11790 26 11790 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]*'
8591 /apex-mdapi/src/classes/MetadataService.cls 11792 12 11799 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8591 /apex-mdapi/src/classes/MetadataService.cls 11792 12 11799 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8592 /apex-mdapi/src/classes/MetadataService.cls 11795 26 11795 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 'forecastingItemCategoryApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8592 /apex-mdapi/src/classes/MetadataService.cls 11795 26 11795 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 'forecastingItemCategoryApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8593 /apex-mdapi/src/classes/MetadataService.cls 11796 26 11796 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 'weightedSourceCategories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8593 /apex-mdapi/src/classes/MetadataService.cls 11796 26 11796 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 'weightedSourceCategories_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8594 /apex-mdapi/src/classes/MetadataService.cls 11797 26 11797 89 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]*'
8594 /apex-mdapi/src/classes/MetadataService.cls 11797 26 11797 89 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]*'
8595 /apex-mdapi/src/classes/MetadataService.cls 11798 26 11798 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]*'
8595 /apex-mdapi/src/classes/MetadataService.cls 11798 26 11798 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]*'
8596 /apex-mdapi/src/classes/MetadataService.cls 11800 12 11817 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8596 /apex-mdapi/src/classes/MetadataService.cls 11800 12 11817 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8597 /apex-mdapi/src/classes/MetadataService.cls 11800 12 11817 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8597 /apex-mdapi/src/classes/MetadataService.cls 11800 12 11817 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8598 /apex-mdapi/src/classes/MetadataService.cls 11808 26 11808 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 'boundingBoxBottom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8598 /apex-mdapi/src/classes/MetadataService.cls 11808 26 11808 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 'boundingBoxBottom_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8599 /apex-mdapi/src/classes/MetadataService.cls 11809 26 11809 117 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 'boundingBoxLeft_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8599 /apex-mdapi/src/classes/MetadataService.cls 11809 26 11809 117 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 'boundingBoxLeft_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8600 /apex-mdapi/src/classes/MetadataService.cls 11810 26 11810 119 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 'boundingBoxRight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8600 /apex-mdapi/src/classes/MetadataService.cls 11810 26 11810 119 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 'boundingBoxRight_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8601 /apex-mdapi/src/classes/MetadataService.cls 11811 26 11811 115 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 'boundingBoxTop_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8601 /apex-mdapi/src/classes/MetadataService.cls 11811 26 11811 115 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 'boundingBoxTop_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8602 /apex-mdapi/src/classes/MetadataService.cls 11812 26 11812 103 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 'mapLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8602 /apex-mdapi/src/classes/MetadataService.cls 11812 26 11812 103 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 'mapLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8603 /apex-mdapi/src/classes/MetadataService.cls 11813 26 11813 101 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 'mapName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8603 /apex-mdapi/src/classes/MetadataService.cls 11813 26 11813 101 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 'mapName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8604 /apex-mdapi/src/classes/MetadataService.cls 11814 26 11814 107 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 'projection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8604 /apex-mdapi/src/classes/MetadataService.cls 11814 26 11814 107 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 'projection_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8605 /apex-mdapi/src/classes/MetadataService.cls 11815 26 11815 89 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]*'
8605 /apex-mdapi/src/classes/MetadataService.cls 11815 26 11815 89 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]*'
8606 /apex-mdapi/src/classes/MetadataService.cls 11816 26 11816 171 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]*'
8606 /apex-mdapi/src/classes/MetadataService.cls 11816 26 11816 171 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]*'
8607 /apex-mdapi/src/classes/MetadataService.cls 11818 12 11829 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8607 /apex-mdapi/src/classes/MetadataService.cls 11818 12 11829 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8608 /apex-mdapi/src/classes/MetadataService.cls 11823 26 11823 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 'archiveAfterMonths_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8608 /apex-mdapi/src/classes/MetadataService.cls 11823 26 11823 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 'archiveAfterMonths_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8609 /apex-mdapi/src/classes/MetadataService.cls 11824 26 11824 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 'archiveRetentionYears_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8609 /apex-mdapi/src/classes/MetadataService.cls 11824 26 11824 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 'archiveRetentionYears_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8610 /apex-mdapi/src/classes/MetadataService.cls 11825 26 11825 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8610 /apex-mdapi/src/classes/MetadataService.cls 11825 26 11825 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8611 /apex-mdapi/src/classes/MetadataService.cls 11826 26 11826 117 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 'gracePeriodDays_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8611 /apex-mdapi/src/classes/MetadataService.cls 11826 26 11826 117 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 'gracePeriodDays_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8612 /apex-mdapi/src/classes/MetadataService.cls 11827 26 11827 89 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]*'
8612 /apex-mdapi/src/classes/MetadataService.cls 11827 26 11827 89 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]*'
8613 /apex-mdapi/src/classes/MetadataService.cls 11828 26 11828 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]*'
8613 /apex-mdapi/src/classes/MetadataService.cls 11828 26 11828 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]*'
8614 /apex-mdapi/src/classes/MetadataService.cls 11830 12 11847 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8614 /apex-mdapi/src/classes/MetadataService.cls 11830 12 11847 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8615 /apex-mdapi/src/classes/MetadataService.cls 11830 12 11847 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8615 /apex-mdapi/src/classes/MetadataService.cls 11830 12 11847 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8616 /apex-mdapi/src/classes/MetadataService.cls 11833 26 11833 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8616 /apex-mdapi/src/classes/MetadataService.cls 11833 26 11833 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8617 /apex-mdapi/src/classes/MetadataService.cls 11836 26 11836 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8617 /apex-mdapi/src/classes/MetadataService.cls 11836 26 11836 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8618 /apex-mdapi/src/classes/MetadataService.cls 11837 26 11837 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8618 /apex-mdapi/src/classes/MetadataService.cls 11837 26 11837 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8619 /apex-mdapi/src/classes/MetadataService.cls 11841 26 11841 103 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8619 /apex-mdapi/src/classes/MetadataService.cls 11841 26 11841 103 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8620 /apex-mdapi/src/classes/MetadataService.cls 11842 26 11842 107 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 'expression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8620 /apex-mdapi/src/classes/MetadataService.cls 11842 26 11842 107 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 'expression_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8621 /apex-mdapi/src/classes/MetadataService.cls 11843 26 11843 97 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]*'
8621 /apex-mdapi/src/classes/MetadataService.cls 11843 26 11843 97 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]*'
8622 /apex-mdapi/src/classes/MetadataService.cls 11844 26 11844 89 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]*'
8622 /apex-mdapi/src/classes/MetadataService.cls 11844 26 11844 89 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]*'
8623 /apex-mdapi/src/classes/MetadataService.cls 11845 26 11845 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8623 /apex-mdapi/src/classes/MetadataService.cls 11845 26 11845 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8624 /apex-mdapi/src/classes/MetadataService.cls 11846 26 11846 141 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]*'
8624 /apex-mdapi/src/classes/MetadataService.cls 11846 26 11846 141 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]*'
8625 /apex-mdapi/src/classes/MetadataService.cls 11848 12 11859 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8625 /apex-mdapi/src/classes/MetadataService.cls 11848 12 11859 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8626 /apex-mdapi/src/classes/MetadataService.cls 11853 26 11853 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 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8626 /apex-mdapi/src/classes/MetadataService.cls 11853 26 11853 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 'controllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8627 /apex-mdapi/src/classes/MetadataService.cls 11854 26 11854 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8627 /apex-mdapi/src/classes/MetadataService.cls 11854 26 11854 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 'picklistValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8628 /apex-mdapi/src/classes/MetadataService.cls 11855 26 11855 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 'restrictedPicklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8628 /apex-mdapi/src/classes/MetadataService.cls 11855 26 11855 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 'restrictedPicklist_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8629 /apex-mdapi/src/classes/MetadataService.cls 11856 26 11856 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8629 /apex-mdapi/src/classes/MetadataService.cls 11856 26 11856 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8630 /apex-mdapi/src/classes/MetadataService.cls 11857 26 11857 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8630 /apex-mdapi/src/classes/MetadataService.cls 11857 26 11857 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 'apex_schema_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8631 /apex-mdapi/src/classes/MetadataService.cls 11858 26 11858 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8631 /apex-mdapi/src/classes/MetadataService.cls 11858 26 11858 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8632 /apex-mdapi/src/classes/MetadataService.cls 11860 12 11867 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8632 /apex-mdapi/src/classes/MetadataService.cls 11860 12 11867 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8633 /apex-mdapi/src/classes/MetadataService.cls 11860 12 11867 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 'deploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8633 /apex-mdapi/src/classes/MetadataService.cls 11860 12 11867 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 'deploy_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8634 /apex-mdapi/src/classes/MetadataService.cls 11861 23 11861 30 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 'ZipFile' doesn't match '[a-z][a-zA-Z0-9]*'
8634 /apex-mdapi/src/classes/MetadataService.cls 11861 23 11861 30 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 'ZipFile' doesn't match '[a-z][a-zA-Z0-9]*'
8635 /apex-mdapi/src/classes/MetadataService.cls 11862 46 11862 59 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 'DeployOptions' doesn't match '[a-z][a-zA-Z0-9]*'
8635 /apex-mdapi/src/classes/MetadataService.cls 11862 46 11862 59 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 'DeployOptions' doesn't match '[a-z][a-zA-Z0-9]*'
8636 /apex-mdapi/src/classes/MetadataService.cls 11863 26 11863 101 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 'ZipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8636 /apex-mdapi/src/classes/MetadataService.cls 11863 26 11863 101 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 'ZipFile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8637 /apex-mdapi/src/classes/MetadataService.cls 11864 26 11864 113 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 'DeployOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8637 /apex-mdapi/src/classes/MetadataService.cls 11864 26 11864 113 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 'DeployOptions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8638 /apex-mdapi/src/classes/MetadataService.cls 11865 26 11865 89 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]*'
8638 /apex-mdapi/src/classes/MetadataService.cls 11865 26 11865 89 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]*'
8639 /apex-mdapi/src/classes/MetadataService.cls 11866 26 11866 89 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]*'
8639 /apex-mdapi/src/classes/MetadataService.cls 11866 26 11866 89 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]*'
8640 /apex-mdapi/src/classes/MetadataService.cls 11868 12 11877 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8640 /apex-mdapi/src/classes/MetadataService.cls 11868 12 11877 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8641 /apex-mdapi/src/classes/MetadataService.cls 11872 26 11872 102 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]*'
8641 /apex-mdapi/src/classes/MetadataService.cls 11872 26 11872 102 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]*'
8642 /apex-mdapi/src/classes/MetadataService.cls 11873 26 11873 97 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]*'
8642 /apex-mdapi/src/classes/MetadataService.cls 11873 26 11873 97 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]*'
8643 /apex-mdapi/src/classes/MetadataService.cls 11874 26 11874 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8643 /apex-mdapi/src/classes/MetadataService.cls 11874 26 11874 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8644 /apex-mdapi/src/classes/MetadataService.cls 11875 26 11875 89 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]*'
8644 /apex-mdapi/src/classes/MetadataService.cls 11875 26 11875 89 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]*'
8645 /apex-mdapi/src/classes/MetadataService.cls 11876 26 11876 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]*'
8645 /apex-mdapi/src/classes/MetadataService.cls 11876 26 11876 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]*'
8646 /apex-mdapi/src/classes/MetadataService.cls 11878 12 11887 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8646 /apex-mdapi/src/classes/MetadataService.cls 11878 12 11887 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8647 /apex-mdapi/src/classes/MetadataService.cls 11881 26 11881 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8647 /apex-mdapi/src/classes/MetadataService.cls 11881 26 11881 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8648 /apex-mdapi/src/classes/MetadataService.cls 11883 26 11883 155 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 'enableExactTargetForSalesforceApps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8648 /apex-mdapi/src/classes/MetadataService.cls 11883 26 11883 155 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 'enableExactTargetForSalesforceApps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8649 /apex-mdapi/src/classes/MetadataService.cls 11884 26 11884 89 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]*'
8649 /apex-mdapi/src/classes/MetadataService.cls 11884 26 11884 89 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]*'
8650 /apex-mdapi/src/classes/MetadataService.cls 11885 26 11885 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8650 /apex-mdapi/src/classes/MetadataService.cls 11885 26 11885 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8651 /apex-mdapi/src/classes/MetadataService.cls 11886 26 11886 112 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]*'
8651 /apex-mdapi/src/classes/MetadataService.cls 11886 26 11886 112 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]*'
8652 /apex-mdapi/src/classes/MetadataService.cls 11888 12 11893 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8652 /apex-mdapi/src/classes/MetadataService.cls 11888 12 11893 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8653 /apex-mdapi/src/classes/MetadataService.cls 11890 26 11890 101 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8653 /apex-mdapi/src/classes/MetadataService.cls 11890 26 11890 101 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 'profile_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8654 /apex-mdapi/src/classes/MetadataService.cls 11891 26 11891 89 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]*'
8654 /apex-mdapi/src/classes/MetadataService.cls 11891 26 11891 89 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]*'
8655 /apex-mdapi/src/classes/MetadataService.cls 11892 26 11892 73 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]*'
8655 /apex-mdapi/src/classes/MetadataService.cls 11892 26 11892 73 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]*'
8656 /apex-mdapi/src/classes/MetadataService.cls 11894 12 11909 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8656 /apex-mdapi/src/classes/MetadataService.cls 11894 12 11909 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8657 /apex-mdapi/src/classes/MetadataService.cls 11897 26 11897 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8657 /apex-mdapi/src/classes/MetadataService.cls 11897 26 11897 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8658 /apex-mdapi/src/classes/MetadataService.cls 11902 26 11902 111 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 'connectedApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8658 /apex-mdapi/src/classes/MetadataService.cls 11902 26 11902 111 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 'connectedApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8659 /apex-mdapi/src/classes/MetadataService.cls 11903 26 11903 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8659 /apex-mdapi/src/classes/MetadataService.cls 11903 26 11903 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8660 /apex-mdapi/src/classes/MetadataService.cls 11904 26 11904 97 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]*'
8660 /apex-mdapi/src/classes/MetadataService.cls 11904 26 11904 97 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]*'
8661 /apex-mdapi/src/classes/MetadataService.cls 11905 26 11905 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 'requiredPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8661 /apex-mdapi/src/classes/MetadataService.cls 11905 26 11905 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 'requiredPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8662 /apex-mdapi/src/classes/MetadataService.cls 11906 26 11906 89 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]*'
8662 /apex-mdapi/src/classes/MetadataService.cls 11906 26 11906 89 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]*'
8663 /apex-mdapi/src/classes/MetadataService.cls 11907 26 11907 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8663 /apex-mdapi/src/classes/MetadataService.cls 11907 26 11907 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8664 /apex-mdapi/src/classes/MetadataService.cls 11908 26 11908 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8664 /apex-mdapi/src/classes/MetadataService.cls 11908 26 11908 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8665 /apex-mdapi/src/classes/MetadataService.cls 11910 12 11937 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8665 /apex-mdapi/src/classes/MetadataService.cls 11910 12 11937 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8666 /apex-mdapi/src/classes/MetadataService.cls 11910 12 11937 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8666 /apex-mdapi/src/classes/MetadataService.cls 11910 12 11937 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8667 /apex-mdapi/src/classes/MetadataService.cls 11923 26 11923 115 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 'actionOnInsert_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8667 /apex-mdapi/src/classes/MetadataService.cls 11923 26 11923 115 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 'actionOnInsert_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8668 /apex-mdapi/src/classes/MetadataService.cls 11924 26 11924 115 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 'actionOnUpdate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8668 /apex-mdapi/src/classes/MetadataService.cls 11924 26 11924 115 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 'actionOnUpdate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8669 /apex-mdapi/src/classes/MetadataService.cls 11925 26 11925 104 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 'alertText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8669 /apex-mdapi/src/classes/MetadataService.cls 11925 26 11925 104 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 'alertText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8670 /apex-mdapi/src/classes/MetadataService.cls 11926 26 11926 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8670 /apex-mdapi/src/classes/MetadataService.cls 11926 26 11926 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8671 /apex-mdapi/src/classes/MetadataService.cls 11927 26 11927 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 'duplicateRuleFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8671 /apex-mdapi/src/classes/MetadataService.cls 11927 26 11927 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 'duplicateRuleFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8672 /apex-mdapi/src/classes/MetadataService.cls 11928 26 11928 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 'duplicateRuleMatchRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8672 /apex-mdapi/src/classes/MetadataService.cls 11928 26 11928 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 'duplicateRuleMatchRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8673 /apex-mdapi/src/classes/MetadataService.cls 11929 26 11929 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8673 /apex-mdapi/src/classes/MetadataService.cls 11929 26 11929 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8674 /apex-mdapi/src/classes/MetadataService.cls 11930 26 11930 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8674 /apex-mdapi/src/classes/MetadataService.cls 11930 26 11930 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8675 /apex-mdapi/src/classes/MetadataService.cls 11931 26 11931 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 'operationsOnInsert_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8675 /apex-mdapi/src/classes/MetadataService.cls 11931 26 11931 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 'operationsOnInsert_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8676 /apex-mdapi/src/classes/MetadataService.cls 11932 26 11932 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 'operationsOnUpdate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8676 /apex-mdapi/src/classes/MetadataService.cls 11932 26 11932 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 'operationsOnUpdate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8677 /apex-mdapi/src/classes/MetadataService.cls 11933 26 11933 115 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 'securityOption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8677 /apex-mdapi/src/classes/MetadataService.cls 11933 26 11933 115 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 'securityOption_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8678 /apex-mdapi/src/classes/MetadataService.cls 11934 26 11934 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8678 /apex-mdapi/src/classes/MetadataService.cls 11934 26 11934 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8679 /apex-mdapi/src/classes/MetadataService.cls 11935 26 11935 89 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]*'
8679 /apex-mdapi/src/classes/MetadataService.cls 11935 26 11935 89 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]*'
8680 /apex-mdapi/src/classes/MetadataService.cls 11936 26 11936 267 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]*'
8680 /apex-mdapi/src/classes/MetadataService.cls 11936 26 11936 267 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]*'
8681 /apex-mdapi/src/classes/MetadataService.cls 11938 12 11945 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8681 /apex-mdapi/src/classes/MetadataService.cls 11938 12 11945 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8682 /apex-mdapi/src/classes/MetadataService.cls 11941 26 11941 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8682 /apex-mdapi/src/classes/MetadataService.cls 11941 26 11941 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 'assignToReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8683 /apex-mdapi/src/classes/MetadataService.cls 11942 26 11942 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8683 /apex-mdapi/src/classes/MetadataService.cls 11942 26 11942 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8684 /apex-mdapi/src/classes/MetadataService.cls 11943 26 11943 89 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]*'
8684 /apex-mdapi/src/classes/MetadataService.cls 11943 26 11943 89 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]*'
8685 /apex-mdapi/src/classes/MetadataService.cls 11944 26 11944 90 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]*'
8685 /apex-mdapi/src/classes/MetadataService.cls 11944 26 11944 90 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]*'
8686 /apex-mdapi/src/classes/MetadataService.cls 11946 12 11951 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8686 /apex-mdapi/src/classes/MetadataService.cls 11946 12 11951 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8687 /apex-mdapi/src/classes/MetadataService.cls 11948 26 11948 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8687 /apex-mdapi/src/classes/MetadataService.cls 11948 26 11948 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 'skill_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8688 /apex-mdapi/src/classes/MetadataService.cls 11949 26 11949 89 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]*'
8688 /apex-mdapi/src/classes/MetadataService.cls 11949 26 11949 89 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]*'
8689 /apex-mdapi/src/classes/MetadataService.cls 11950 26 11950 71 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]*'
8689 /apex-mdapi/src/classes/MetadataService.cls 11950 26 11950 71 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]*'
8690 /apex-mdapi/src/classes/MetadataService.cls 11952 12 12007 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8690 /apex-mdapi/src/classes/MetadataService.cls 11952 12 12007 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8691 /apex-mdapi/src/classes/MetadataService.cls 11952 12 12007 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class DeployResult has 26 public methods, attributes, and properties (limit: 20)
8691 /apex-mdapi/src/classes/MetadataService.cls 11952 12 12007 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class DeployResult has 26 public methods, attributes, and properties (limit: 20)
8692 /apex-mdapi/src/classes/MetadataService.cls 11952 12 12007 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8692 /apex-mdapi/src/classes/MetadataService.cls 11952 12 12007 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8693 /apex-mdapi/src/classes/MetadataService.cls 11979 26 11979 107 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 'canceledBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8693 /apex-mdapi/src/classes/MetadataService.cls 11979 26 11979 107 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 'canceledBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8694 /apex-mdapi/src/classes/MetadataService.cls 11980 26 11980 115 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 'canceledByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8694 /apex-mdapi/src/classes/MetadataService.cls 11980 26 11980 115 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 'canceledByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8695 /apex-mdapi/src/classes/MetadataService.cls 11981 26 11981 105 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 'checkOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8695 /apex-mdapi/src/classes/MetadataService.cls 11981 26 11981 105 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 'checkOnly_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8696 /apex-mdapi/src/classes/MetadataService.cls 11982 26 11982 113 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 'completedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8696 /apex-mdapi/src/classes/MetadataService.cls 11982 26 11982 113 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 'completedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8697 /apex-mdapi/src/classes/MetadataService.cls 11983 26 11983 105 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 'createdBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8697 /apex-mdapi/src/classes/MetadataService.cls 11983 26 11983 105 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 'createdBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8698 /apex-mdapi/src/classes/MetadataService.cls 11984 26 11984 113 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8698 /apex-mdapi/src/classes/MetadataService.cls 11984 26 11984 113 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 'createdByName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8699 /apex-mdapi/src/classes/MetadataService.cls 11985 26 11985 109 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8699 /apex-mdapi/src/classes/MetadataService.cls 11985 26 11985 109 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 'createdDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8700 /apex-mdapi/src/classes/MetadataService.cls 11986 26 11986 101 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 'details_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8700 /apex-mdapi/src/classes/MetadataService.cls 11986 26 11986 101 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 'details_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8701 /apex-mdapi/src/classes/MetadataService.cls 11987 26 11987 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8701 /apex-mdapi/src/classes/MetadataService.cls 11987 26 11987 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 'done_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8702 /apex-mdapi/src/classes/MetadataService.cls 11988 26 11988 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8702 /apex-mdapi/src/classes/MetadataService.cls 11988 26 11988 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8703 /apex-mdapi/src/classes/MetadataService.cls 11989 26 11989 117 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8703 /apex-mdapi/src/classes/MetadataService.cls 11989 26 11989 117 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 'errorStatusCode_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8704 /apex-mdapi/src/classes/MetadataService.cls 11990 26 11990 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8704 /apex-mdapi/src/classes/MetadataService.cls 11990 26 11990 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 'id_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8705 /apex-mdapi/src/classes/MetadataService.cls 11991 26 11991 115 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 'ignoreWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8705 /apex-mdapi/src/classes/MetadataService.cls 11991 26 11991 115 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 'ignoreWarnings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8706 /apex-mdapi/src/classes/MetadataService.cls 11992 26 11992 119 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8706 /apex-mdapi/src/classes/MetadataService.cls 11992 26 11992 119 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 'lastModifiedDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8707 /apex-mdapi/src/classes/MetadataService.cls 11993 26 11993 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 'numberComponentErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8707 /apex-mdapi/src/classes/MetadataService.cls 11993 26 11993 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 'numberComponentErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8708 /apex-mdapi/src/classes/MetadataService.cls 11994 26 11994 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 'numberComponentsDeployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8708 /apex-mdapi/src/classes/MetadataService.cls 11994 26 11994 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 'numberComponentsDeployed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8709 /apex-mdapi/src/classes/MetadataService.cls 11995 26 11995 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 'numberComponentsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8709 /apex-mdapi/src/classes/MetadataService.cls 11995 26 11995 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 'numberComponentsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8710 /apex-mdapi/src/classes/MetadataService.cls 11996 26 11996 119 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 'numberTestErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8710 /apex-mdapi/src/classes/MetadataService.cls 11996 26 11996 119 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 'numberTestErrors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8711 /apex-mdapi/src/classes/MetadataService.cls 11997 26 11997 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 'numberTestsCompleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8711 /apex-mdapi/src/classes/MetadataService.cls 11997 26 11997 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 'numberTestsCompleted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8712 /apex-mdapi/src/classes/MetadataService.cls 11998 26 11998 119 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 'numberTestsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8712 /apex-mdapi/src/classes/MetadataService.cls 11998 26 11998 119 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 'numberTestsTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8713 /apex-mdapi/src/classes/MetadataService.cls 11999 26 11999 117 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8713 /apex-mdapi/src/classes/MetadataService.cls 11999 26 11999 117 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 'rollbackOnError_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8714 /apex-mdapi/src/classes/MetadataService.cls 12000 26 12000 117 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 'runTestsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8714 /apex-mdapi/src/classes/MetadataService.cls 12000 26 12000 117 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 'runTestsEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8715 /apex-mdapi/src/classes/MetadataService.cls 12001 26 12001 105 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 'startDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8715 /apex-mdapi/src/classes/MetadataService.cls 12001 26 12001 105 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 'startDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8716 /apex-mdapi/src/classes/MetadataService.cls 12002 26 12002 109 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 'stateDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8716 /apex-mdapi/src/classes/MetadataService.cls 12002 26 12002 109 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 'stateDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8717 /apex-mdapi/src/classes/MetadataService.cls 12003 26 12003 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8717 /apex-mdapi/src/classes/MetadataService.cls 12003 26 12003 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8718 /apex-mdapi/src/classes/MetadataService.cls 12004 26 12004 101 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8718 /apex-mdapi/src/classes/MetadataService.cls 12004 26 12004 101 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 'success_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8719 /apex-mdapi/src/classes/MetadataService.cls 12005 26 12005 89 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]*'
8719 /apex-mdapi/src/classes/MetadataService.cls 12005 26 12005 89 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]*'
8720 /apex-mdapi/src/classes/MetadataService.cls 12006 26 12006 471 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]*'
8720 /apex-mdapi/src/classes/MetadataService.cls 12006 26 12006 471 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]*'
8721 /apex-mdapi/src/classes/MetadataService.cls 12008 12 12015 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8721 /apex-mdapi/src/classes/MetadataService.cls 12008 12 12015 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8722 /apex-mdapi/src/classes/MetadataService.cls 12011 26 12011 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8722 /apex-mdapi/src/classes/MetadataService.cls 12011 26 12011 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8723 /apex-mdapi/src/classes/MetadataService.cls 12012 26 12012 97 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]*'
8723 /apex-mdapi/src/classes/MetadataService.cls 12012 26 12012 97 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]*'
8724 /apex-mdapi/src/classes/MetadataService.cls 12013 26 12013 89 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]*'
8724 /apex-mdapi/src/classes/MetadataService.cls 12013 26 12013 89 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]*'
8725 /apex-mdapi/src/classes/MetadataService.cls 12014 26 12014 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]*'
8725 /apex-mdapi/src/classes/MetadataService.cls 12014 26 12014 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]*'
8726 /apex-mdapi/src/classes/MetadataService.cls 12016 12 12027 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8726 /apex-mdapi/src/classes/MetadataService.cls 12016 12 12027 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8727 /apex-mdapi/src/classes/MetadataService.cls 12019 26 12019 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8727 /apex-mdapi/src/classes/MetadataService.cls 12019 26 12019 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8728 /apex-mdapi/src/classes/MetadataService.cls 12022 26 12022 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8728 /apex-mdapi/src/classes/MetadataService.cls 12022 26 12022 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8729 /apex-mdapi/src/classes/MetadataService.cls 12023 26 12023 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8729 /apex-mdapi/src/classes/MetadataService.cls 12023 26 12023 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 'site_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8730 /apex-mdapi/src/classes/MetadataService.cls 12024 26 12024 89 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]*'
8730 /apex-mdapi/src/classes/MetadataService.cls 12024 26 12024 89 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]*'
8731 /apex-mdapi/src/classes/MetadataService.cls 12025 26 12025 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8731 /apex-mdapi/src/classes/MetadataService.cls 12025 26 12025 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8732 /apex-mdapi/src/classes/MetadataService.cls 12026 26 12026 96 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]*'
8732 /apex-mdapi/src/classes/MetadataService.cls 12026 26 12026 96 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]*'
8733 /apex-mdapi/src/classes/MetadataService.cls 12028 12 12039 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8733 /apex-mdapi/src/classes/MetadataService.cls 12028 12 12039 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8734 /apex-mdapi/src/classes/MetadataService.cls 12033 26 12033 102 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8734 /apex-mdapi/src/classes/MetadataService.cls 12033 26 12033 102 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 'actions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8735 /apex-mdapi/src/classes/MetadataService.cls 12034 26 12034 117 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8735 /apex-mdapi/src/classes/MetadataService.cls 12034 26 12034 117 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 'offsetFromField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8736 /apex-mdapi/src/classes/MetadataService.cls 12035 26 12035 107 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8736 /apex-mdapi/src/classes/MetadataService.cls 12035 26 12035 107 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 'timeLength_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8737 /apex-mdapi/src/classes/MetadataService.cls 12036 26 12036 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8737 /apex-mdapi/src/classes/MetadataService.cls 12036 26 12036 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 'workflowTimeTriggerUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8738 /apex-mdapi/src/classes/MetadataService.cls 12037 26 12037 89 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]*'
8738 /apex-mdapi/src/classes/MetadataService.cls 12037 26 12037 89 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]*'
8739 /apex-mdapi/src/classes/MetadataService.cls 12038 26 12038 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8739 /apex-mdapi/src/classes/MetadataService.cls 12038 26 12038 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8740 /apex-mdapi/src/classes/MetadataService.cls 12040 12 12049 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8740 /apex-mdapi/src/classes/MetadataService.cls 12040 12 12049 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8741 /apex-mdapi/src/classes/MetadataService.cls 12043 26 12043 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8741 /apex-mdapi/src/classes/MetadataService.cls 12043 26 12043 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8742 /apex-mdapi/src/classes/MetadataService.cls 12045 26 12045 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 'autoResponseRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8742 /apex-mdapi/src/classes/MetadataService.cls 12045 26 12045 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 'autoResponseRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8743 /apex-mdapi/src/classes/MetadataService.cls 12046 26 12046 89 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]*'
8743 /apex-mdapi/src/classes/MetadataService.cls 12046 26 12046 89 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]*'
8744 /apex-mdapi/src/classes/MetadataService.cls 12047 26 12047 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8744 /apex-mdapi/src/classes/MetadataService.cls 12047 26 12047 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8745 /apex-mdapi/src/classes/MetadataService.cls 12048 26 12048 94 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]*'
8745 /apex-mdapi/src/classes/MetadataService.cls 12048 26 12048 94 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]*'
8746 /apex-mdapi/src/classes/MetadataService.cls 12050 12 12059 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8746 /apex-mdapi/src/classes/MetadataService.cls 12050 12 12059 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8747 /apex-mdapi/src/classes/MetadataService.cls 12054 26 12054 99 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8747 /apex-mdapi/src/classes/MetadataService.cls 12054 26 12054 99 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 'layout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8748 /apex-mdapi/src/classes/MetadataService.cls 12055 26 12055 107 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 'layoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8748 /apex-mdapi/src/classes/MetadataService.cls 12055 26 12055 107 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 'layoutType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8749 /apex-mdapi/src/classes/MetadataService.cls 12056 26 12056 104 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8749 /apex-mdapi/src/classes/MetadataService.cls 12056 26 12056 104 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 'sections_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8750 /apex-mdapi/src/classes/MetadataService.cls 12057 26 12057 89 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]*'
8750 /apex-mdapi/src/classes/MetadataService.cls 12057 26 12057 89 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]*'
8751 /apex-mdapi/src/classes/MetadataService.cls 12058 26 12058 96 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]*'
8751 /apex-mdapi/src/classes/MetadataService.cls 12058 26 12058 96 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]*'
8752 /apex-mdapi/src/classes/MetadataService.cls 12060 12 12077 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8752 /apex-mdapi/src/classes/MetadataService.cls 12060 12 12077 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8753 /apex-mdapi/src/classes/MetadataService.cls 12060 12 12077 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8753 /apex-mdapi/src/classes/MetadataService.cls 12060 12 12077 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8754 /apex-mdapi/src/classes/MetadataService.cls 12063 26 12063 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8754 /apex-mdapi/src/classes/MetadataService.cls 12063 26 12063 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8755 /apex-mdapi/src/classes/MetadataService.cls 12069 26 12069 107 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8755 /apex-mdapi/src/classes/MetadataService.cls 12069 26 12069 107 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 'accessType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8756 /apex-mdapi/src/classes/MetadataService.cls 12070 26 12070 112 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8756 /apex-mdapi/src/classes/MetadataService.cls 12070 26 12070 112 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 'folderShares_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8757 /apex-mdapi/src/classes/MetadataService.cls 12071 26 12071 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8757 /apex-mdapi/src/classes/MetadataService.cls 12071 26 12071 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8758 /apex-mdapi/src/classes/MetadataService.cls 12072 26 12072 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8758 /apex-mdapi/src/classes/MetadataService.cls 12072 26 12072 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 'publicFolderAccess_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8759 /apex-mdapi/src/classes/MetadataService.cls 12073 26 12073 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8759 /apex-mdapi/src/classes/MetadataService.cls 12073 26 12073 103 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 'sharedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8760 /apex-mdapi/src/classes/MetadataService.cls 12074 26 12074 89 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]*'
8760 /apex-mdapi/src/classes/MetadataService.cls 12074 26 12074 89 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]*'
8761 /apex-mdapi/src/classes/MetadataService.cls 12075 26 12075 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8761 /apex-mdapi/src/classes/MetadataService.cls 12075 26 12075 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8762 /apex-mdapi/src/classes/MetadataService.cls 12076 26 12076 141 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]*'
8762 /apex-mdapi/src/classes/MetadataService.cls 12076 26 12076 141 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]*'
8763 /apex-mdapi/src/classes/MetadataService.cls 12078 12 12095 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8763 /apex-mdapi/src/classes/MetadataService.cls 12078 12 12095 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8764 /apex-mdapi/src/classes/MetadataService.cls 12078 12 12095 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8764 /apex-mdapi/src/classes/MetadataService.cls 12078 12 12095 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8765 /apex-mdapi/src/classes/MetadataService.cls 12081 26 12081 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8765 /apex-mdapi/src/classes/MetadataService.cls 12081 26 12081 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8766 /apex-mdapi/src/classes/MetadataService.cls 12087 26 12087 117 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 'displayCurrency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8766 /apex-mdapi/src/classes/MetadataService.cls 12087 26 12087 117 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 'displayCurrency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8767 /apex-mdapi/src/classes/MetadataService.cls 12088 26 12088 117 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 'enableForecasts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8767 /apex-mdapi/src/classes/MetadataService.cls 12088 26 12088 117 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 'enableForecasts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8768 /apex-mdapi/src/classes/MetadataService.cls 12089 26 12089 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 'forecastingCategoryMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8768 /apex-mdapi/src/classes/MetadataService.cls 12089 26 12089 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 'forecastingCategoryMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8769 /apex-mdapi/src/classes/MetadataService.cls 12090 26 12090 156 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 'forecastingDisplayedFamilySettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8769 /apex-mdapi/src/classes/MetadataService.cls 12090 26 12090 156 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 'forecastingDisplayedFamilySettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8770 /apex-mdapi/src/classes/MetadataService.cls 12091 26 12091 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 'forecastingTypeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8770 /apex-mdapi/src/classes/MetadataService.cls 12091 26 12091 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 'forecastingTypeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8771 /apex-mdapi/src/classes/MetadataService.cls 12092 26 12092 89 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]*'
8771 /apex-mdapi/src/classes/MetadataService.cls 12092 26 12092 89 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]*'
8772 /apex-mdapi/src/classes/MetadataService.cls 12093 26 12093 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8772 /apex-mdapi/src/classes/MetadataService.cls 12093 26 12093 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8773 /apex-mdapi/src/classes/MetadataService.cls 12094 26 12094 204 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]*'
8773 /apex-mdapi/src/classes/MetadataService.cls 12094 26 12094 204 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]*'
8774 /apex-mdapi/src/classes/MetadataService.cls 12096 12 12101 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8774 /apex-mdapi/src/classes/MetadataService.cls 12096 12 12101 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8775 /apex-mdapi/src/classes/MetadataService.cls 12098 26 12098 105 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8775 /apex-mdapi/src/classes/MetadataService.cls 12098 26 12098 105 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8776 /apex-mdapi/src/classes/MetadataService.cls 12099 26 12099 89 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]*'
8776 /apex-mdapi/src/classes/MetadataService.cls 12099 26 12099 89 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]*'
8777 /apex-mdapi/src/classes/MetadataService.cls 12100 26 12100 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]*'
8777 /apex-mdapi/src/classes/MetadataService.cls 12100 26 12100 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]*'
8778 /apex-mdapi/src/classes/MetadataService.cls 12102 12 12125 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8778 /apex-mdapi/src/classes/MetadataService.cls 12102 12 12125 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8779 /apex-mdapi/src/classes/MetadataService.cls 12102 12 12125 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8779 /apex-mdapi/src/classes/MetadataService.cls 12102 12 12125 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8780 /apex-mdapi/src/classes/MetadataService.cls 12113 26 12113 111 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 'baseTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8780 /apex-mdapi/src/classes/MetadataService.cls 12113 26 12113 111 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 'baseTemplate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8781 /apex-mdapi/src/classes/MetadataService.cls 12114 26 12114 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 'bundlesInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8781 /apex-mdapi/src/classes/MetadataService.cls 12114 26 12114 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 'bundlesInfo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8782 /apex-mdapi/src/classes/MetadataService.cls 12115 26 12115 103 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8782 /apex-mdapi/src/classes/MetadataService.cls 12115 26 12115 103 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 'category_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8783 /apex-mdapi/src/classes/MetadataService.cls 12116 26 12116 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 'defaultBrandingSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8783 /apex-mdapi/src/classes/MetadataService.cls 12116 26 12116 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 'defaultBrandingSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8784 /apex-mdapi/src/classes/MetadataService.cls 12117 26 12117 131 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 'defaultThemeDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8784 /apex-mdapi/src/classes/MetadataService.cls 12117 26 12117 131 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 'defaultThemeDefinition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8785 /apex-mdapi/src/classes/MetadataService.cls 12118 26 12118 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8785 /apex-mdapi/src/classes/MetadataService.cls 12118 26 12118 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8786 /apex-mdapi/src/classes/MetadataService.cls 12119 26 12119 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 'enableExtendedCleanUpOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8786 /apex-mdapi/src/classes/MetadataService.cls 12119 26 12119 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 'enableExtendedCleanUpOnDelete_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8787 /apex-mdapi/src/classes/MetadataService.cls 12120 26 12120 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8787 /apex-mdapi/src/classes/MetadataService.cls 12120 26 12120 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8788 /apex-mdapi/src/classes/MetadataService.cls 12121 26 12121 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 'navigationLinkSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8788 /apex-mdapi/src/classes/MetadataService.cls 12121 26 12121 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 'navigationLinkSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8789 /apex-mdapi/src/classes/MetadataService.cls 12122 26 12122 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 'pageSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8789 /apex-mdapi/src/classes/MetadataService.cls 12122 26 12122 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 'pageSetting_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8790 /apex-mdapi/src/classes/MetadataService.cls 12123 26 12123 89 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]*'
8790 /apex-mdapi/src/classes/MetadataService.cls 12123 26 12123 89 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]*'
8791 /apex-mdapi/src/classes/MetadataService.cls 12124 26 12124 243 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]*'
8791 /apex-mdapi/src/classes/MetadataService.cls 12124 26 12124 243 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]*'
8792 /apex-mdapi/src/classes/MetadataService.cls 12126 12 12133 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8792 /apex-mdapi/src/classes/MetadataService.cls 12126 12 12133 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8793 /apex-mdapi/src/classes/MetadataService.cls 12129 26 12129 103 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8793 /apex-mdapi/src/classes/MetadataService.cls 12129 26 12129 103 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 'operator_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8794 /apex-mdapi/src/classes/MetadataService.cls 12130 26 12130 100 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8794 /apex-mdapi/src/classes/MetadataService.cls 12130 26 12130 100 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 'values_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8795 /apex-mdapi/src/classes/MetadataService.cls 12131 26 12131 89 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]*'
8795 /apex-mdapi/src/classes/MetadataService.cls 12131 26 12131 89 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]*'
8796 /apex-mdapi/src/classes/MetadataService.cls 12132 26 12132 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8796 /apex-mdapi/src/classes/MetadataService.cls 12132 26 12132 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8797 /apex-mdapi/src/classes/MetadataService.cls 12134 12 12149 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8797 /apex-mdapi/src/classes/MetadataService.cls 12134 12 12149 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8798 /apex-mdapi/src/classes/MetadataService.cls 12137 26 12137 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8798 /apex-mdapi/src/classes/MetadataService.cls 12137 26 12137 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8799 /apex-mdapi/src/classes/MetadataService.cls 12140 26 12140 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8799 /apex-mdapi/src/classes/MetadataService.cls 12140 26 12140 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8800 /apex-mdapi/src/classes/MetadataService.cls 12141 26 12141 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8800 /apex-mdapi/src/classes/MetadataService.cls 12141 26 12141 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8801 /apex-mdapi/src/classes/MetadataService.cls 12144 26 12144 103 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8801 /apex-mdapi/src/classes/MetadataService.cls 12144 26 12144 103 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 'dataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8802 /apex-mdapi/src/classes/MetadataService.cls 12145 26 12145 97 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]*'
8802 /apex-mdapi/src/classes/MetadataService.cls 12145 26 12145 97 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]*'
8803 /apex-mdapi/src/classes/MetadataService.cls 12146 26 12146 89 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]*'
8803 /apex-mdapi/src/classes/MetadataService.cls 12146 26 12146 89 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]*'
8804 /apex-mdapi/src/classes/MetadataService.cls 12147 26 12147 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8804 /apex-mdapi/src/classes/MetadataService.cls 12147 26 12147 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8805 /apex-mdapi/src/classes/MetadataService.cls 12148 26 12148 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8805 /apex-mdapi/src/classes/MetadataService.cls 12148 26 12148 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8806 /apex-mdapi/src/classes/MetadataService.cls 12150 12 12175 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8806 /apex-mdapi/src/classes/MetadataService.cls 12150 12 12175 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8807 /apex-mdapi/src/classes/MetadataService.cls 12150 12 12175 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8807 /apex-mdapi/src/classes/MetadataService.cls 12150 12 12175 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8808 /apex-mdapi/src/classes/MetadataService.cls 12162 26 12162 99 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 'acsUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8808 /apex-mdapi/src/classes/MetadataService.cls 12162 26 12162 99 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 'acsUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8809 /apex-mdapi/src/classes/MetadataService.cls 12163 26 12163 109 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8809 /apex-mdapi/src/classes/MetadataService.cls 12163 26 12163 109 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 'certificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8810 /apex-mdapi/src/classes/MetadataService.cls 12164 26 12164 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 'encryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8810 /apex-mdapi/src/classes/MetadataService.cls 12164 26 12164 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 'encryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8811 /apex-mdapi/src/classes/MetadataService.cls 12165 26 12165 115 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 'encryptionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8811 /apex-mdapi/src/classes/MetadataService.cls 12165 26 12165 115 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 'encryptionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8812 /apex-mdapi/src/classes/MetadataService.cls 12166 26 12166 105 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 'entityUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8812 /apex-mdapi/src/classes/MetadataService.cls 12166 26 12166 105 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 'entityUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8813 /apex-mdapi/src/classes/MetadataService.cls 12167 26 12167 99 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8813 /apex-mdapi/src/classes/MetadataService.cls 12167 26 12167 99 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8814 /apex-mdapi/src/classes/MetadataService.cls 12168 26 12168 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 'samlIdpSLOBindingEnum_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8814 /apex-mdapi/src/classes/MetadataService.cls 12168 26 12168 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 'samlIdpSLOBindingEnum_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8815 /apex-mdapi/src/classes/MetadataService.cls 12169 26 12169 119 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 'samlNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8815 /apex-mdapi/src/classes/MetadataService.cls 12169 26 12169 119 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 'samlNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8816 /apex-mdapi/src/classes/MetadataService.cls 12170 26 12170 107 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 'samlSloUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8816 /apex-mdapi/src/classes/MetadataService.cls 12170 26 12170 107 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 'samlSloUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8817 /apex-mdapi/src/classes/MetadataService.cls 12171 26 12171 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 'samlSubjectCustomAttr_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8817 /apex-mdapi/src/classes/MetadataService.cls 12171 26 12171 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 'samlSubjectCustomAttr_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8818 /apex-mdapi/src/classes/MetadataService.cls 12172 26 12172 117 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 'samlSubjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8818 /apex-mdapi/src/classes/MetadataService.cls 12172 26 12172 117 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 'samlSubjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8819 /apex-mdapi/src/classes/MetadataService.cls 12173 26 12173 89 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]*'
8819 /apex-mdapi/src/classes/MetadataService.cls 12173 26 12173 89 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]*'
8820 /apex-mdapi/src/classes/MetadataService.cls 12174 26 12174 246 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]*'
8820 /apex-mdapi/src/classes/MetadataService.cls 12174 26 12174 246 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]*'
8821 /apex-mdapi/src/classes/MetadataService.cls 12176 12 12191 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8821 /apex-mdapi/src/classes/MetadataService.cls 12176 12 12191 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8822 /apex-mdapi/src/classes/MetadataService.cls 12183 26 12183 107 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8822 /apex-mdapi/src/classes/MetadataService.cls 12183 26 12183 107 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 'actionType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8823 /apex-mdapi/src/classes/MetadataService.cls 12184 26 12184 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8823 /apex-mdapi/src/classes/MetadataService.cls 12184 26 12184 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8824 /apex-mdapi/src/classes/MetadataService.cls 12185 26 12185 105 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 'enforceOn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8824 /apex-mdapi/src/classes/MetadataService.cls 12185 26 12185 105 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 'enforceOn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8825 /apex-mdapi/src/classes/MetadataService.cls 12186 26 12186 105 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 'isEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8825 /apex-mdapi/src/classes/MetadataService.cls 12186 26 12186 105 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 'isEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8826 /apex-mdapi/src/classes/MetadataService.cls 12187 26 12187 101 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 'pattern_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8826 /apex-mdapi/src/classes/MetadataService.cls 12187 26 12187 101 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 'pattern_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8827 /apex-mdapi/src/classes/MetadataService.cls 12188 26 12188 109 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 'replacement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8827 /apex-mdapi/src/classes/MetadataService.cls 12188 26 12188 109 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 'replacement_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8828 /apex-mdapi/src/classes/MetadataService.cls 12189 26 12189 89 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]*'
8828 /apex-mdapi/src/classes/MetadataService.cls 12189 26 12189 89 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]*'
8829 /apex-mdapi/src/classes/MetadataService.cls 12190 26 12190 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]*'
8829 /apex-mdapi/src/classes/MetadataService.cls 12190 26 12190 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]*'
8830 /apex-mdapi/src/classes/MetadataService.cls 12192 12 12197 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8830 /apex-mdapi/src/classes/MetadataService.cls 12192 12 12197 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8831 /apex-mdapi/src/classes/MetadataService.cls 12193 23 12193 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]*'
8831 /apex-mdapi/src/classes/MetadataService.cls 12193 23 12193 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]*'
8832 /apex-mdapi/src/classes/MetadataService.cls 12194 26 12194 97 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]*'
8832 /apex-mdapi/src/classes/MetadataService.cls 12194 26 12194 97 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]*'
8833 /apex-mdapi/src/classes/MetadataService.cls 12195 26 12195 89 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]*'
8833 /apex-mdapi/src/classes/MetadataService.cls 12195 26 12195 89 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]*'
8834 /apex-mdapi/src/classes/MetadataService.cls 12196 26 12196 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]*'
8834 /apex-mdapi/src/classes/MetadataService.cls 12196 26 12196 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]*'
8835 /apex-mdapi/src/classes/MetadataService.cls 12198 12 12205 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8835 /apex-mdapi/src/classes/MetadataService.cls 12198 12 12205 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8836 /apex-mdapi/src/classes/MetadataService.cls 12201 26 12201 100 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]*'
8836 /apex-mdapi/src/classes/MetadataService.cls 12201 26 12201 100 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]*'
8837 /apex-mdapi/src/classes/MetadataService.cls 12202 26 12202 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8837 /apex-mdapi/src/classes/MetadataService.cls 12202 26 12202 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8838 /apex-mdapi/src/classes/MetadataService.cls 12203 26 12203 89 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]*'
8838 /apex-mdapi/src/classes/MetadataService.cls 12203 26 12203 89 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]*'
8839 /apex-mdapi/src/classes/MetadataService.cls 12204 26 12204 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]*'
8839 /apex-mdapi/src/classes/MetadataService.cls 12204 26 12204 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]*'
8840 /apex-mdapi/src/classes/MetadataService.cls 12206 12 12211 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8840 /apex-mdapi/src/classes/MetadataService.cls 12206 12 12211 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8841 /apex-mdapi/src/classes/MetadataService.cls 12206 12 12211 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 'createMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8841 /apex-mdapi/src/classes/MetadataService.cls 12206 12 12211 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 'createMetadata_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8842 /apex-mdapi/src/classes/MetadataService.cls 12208 26 12208 104 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8842 /apex-mdapi/src/classes/MetadataService.cls 12208 26 12208 104 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 'metadata_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8843 /apex-mdapi/src/classes/MetadataService.cls 12209 26 12209 89 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]*'
8843 /apex-mdapi/src/classes/MetadataService.cls 12209 26 12209 89 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]*'
8844 /apex-mdapi/src/classes/MetadataService.cls 12210 26 12210 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8844 /apex-mdapi/src/classes/MetadataService.cls 12210 26 12210 74 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8845 /apex-mdapi/src/classes/MetadataService.cls 12212 12 12231 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8845 /apex-mdapi/src/classes/MetadataService.cls 12212 12 12231 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8846 /apex-mdapi/src/classes/MetadataService.cls 12212 12 12231 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8846 /apex-mdapi/src/classes/MetadataService.cls 12212 12 12231 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8847 /apex-mdapi/src/classes/MetadataService.cls 12215 26 12215 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8847 /apex-mdapi/src/classes/MetadataService.cls 12215 26 12215 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8848 /apex-mdapi/src/classes/MetadataService.cls 12222 26 12222 99 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]*'
8848 /apex-mdapi/src/classes/MetadataService.cls 12222 26 12222 99 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]*'
8849 /apex-mdapi/src/classes/MetadataService.cls 12223 26 12223 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8849 /apex-mdapi/src/classes/MetadataService.cls 12223 26 12223 103 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 'language_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8850 /apex-mdapi/src/classes/MetadataService.cls 12224 26 12224 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8850 /apex-mdapi/src/classes/MetadataService.cls 12224 26 12224 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8851 /apex-mdapi/src/classes/MetadataService.cls 12225 26 12225 113 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 'originNetwork_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8851 /apex-mdapi/src/classes/MetadataService.cls 12225 26 12225 113 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 'originNetwork_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8852 /apex-mdapi/src/classes/MetadataService.cls 12226 26 12226 113 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 'relationships_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8852 /apex-mdapi/src/classes/MetadataService.cls 12226 26 12226 113 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 'relationships_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8853 /apex-mdapi/src/classes/MetadataService.cls 12227 26 12227 103 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 'versions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8853 /apex-mdapi/src/classes/MetadataService.cls 12227 26 12227 103 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 'versions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8854 /apex-mdapi/src/classes/MetadataService.cls 12228 26 12228 89 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]*'
8854 /apex-mdapi/src/classes/MetadataService.cls 12228 26 12228 89 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]*'
8855 /apex-mdapi/src/classes/MetadataService.cls 12229 26 12229 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8855 /apex-mdapi/src/classes/MetadataService.cls 12229 26 12229 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8856 /apex-mdapi/src/classes/MetadataService.cls 12230 26 12230 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8856 /apex-mdapi/src/classes/MetadataService.cls 12230 26 12230 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8857 /apex-mdapi/src/classes/MetadataService.cls 12232 12 12239 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8857 /apex-mdapi/src/classes/MetadataService.cls 12232 12 12239 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8858 /apex-mdapi/src/classes/MetadataService.cls 12235 26 12235 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8858 /apex-mdapi/src/classes/MetadataService.cls 12235 26 12235 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8859 /apex-mdapi/src/classes/MetadataService.cls 12236 26 12236 97 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8859 /apex-mdapi/src/classes/MetadataService.cls 12236 26 12236 97 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 'table_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8860 /apex-mdapi/src/classes/MetadataService.cls 12237 26 12237 89 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]*'
8860 /apex-mdapi/src/classes/MetadataService.cls 12237 26 12237 89 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]*'
8861 /apex-mdapi/src/classes/MetadataService.cls 12238 26 12238 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8861 /apex-mdapi/src/classes/MetadataService.cls 12238 26 12238 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8862 /apex-mdapi/src/classes/MetadataService.cls 12240 12 12247 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8862 /apex-mdapi/src/classes/MetadataService.cls 12240 12 12247 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8863 /apex-mdapi/src/classes/MetadataService.cls 12243 26 12243 97 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]*'
8863 /apex-mdapi/src/classes/MetadataService.cls 12243 26 12243 97 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]*'
8864 /apex-mdapi/src/classes/MetadataService.cls 12244 26 12244 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8864 /apex-mdapi/src/classes/MetadataService.cls 12244 26 12244 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8865 /apex-mdapi/src/classes/MetadataService.cls 12245 26 12245 89 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]*'
8865 /apex-mdapi/src/classes/MetadataService.cls 12245 26 12245 89 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]*'
8866 /apex-mdapi/src/classes/MetadataService.cls 12246 26 12246 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]*'
8866 /apex-mdapi/src/classes/MetadataService.cls 12246 26 12246 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]*'
8867 /apex-mdapi/src/classes/MetadataService.cls 12248 12 12253 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8867 /apex-mdapi/src/classes/MetadataService.cls 12248 12 12253 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8868 /apex-mdapi/src/classes/MetadataService.cls 12248 12 12253 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 'describeMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8868 /apex-mdapi/src/classes/MetadataService.cls 12248 12 12253 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 'describeMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8869 /apex-mdapi/src/classes/MetadataService.cls 12250 26 12250 99 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]*'
8869 /apex-mdapi/src/classes/MetadataService.cls 12250 26 12250 99 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]*'
8870 /apex-mdapi/src/classes/MetadataService.cls 12251 26 12251 89 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]*'
8870 /apex-mdapi/src/classes/MetadataService.cls 12251 26 12251 89 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]*'
8871 /apex-mdapi/src/classes/MetadataService.cls 12252 26 12252 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]*'
8871 /apex-mdapi/src/classes/MetadataService.cls 12252 26 12252 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]*'
8872 /apex-mdapi/src/classes/MetadataService.cls 12254 12 12261 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8872 /apex-mdapi/src/classes/MetadataService.cls 12254 12 12261 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8873 /apex-mdapi/src/classes/MetadataService.cls 12257 26 12257 119 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 'customPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8873 /apex-mdapi/src/classes/MetadataService.cls 12257 26 12257 119 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 'customPermission_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8874 /apex-mdapi/src/classes/MetadataService.cls 12258 26 12258 107 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 'dependency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8874 /apex-mdapi/src/classes/MetadataService.cls 12258 26 12258 107 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 'dependency_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8875 /apex-mdapi/src/classes/MetadataService.cls 12259 26 12259 89 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]*'
8875 /apex-mdapi/src/classes/MetadataService.cls 12259 26 12259 89 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]*'
8876 /apex-mdapi/src/classes/MetadataService.cls 12260 26 12260 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]*'
8876 /apex-mdapi/src/classes/MetadataService.cls 12260 26 12260 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]*'
8877 /apex-mdapi/src/classes/MetadataService.cls 12262 12 12271 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8877 /apex-mdapi/src/classes/MetadataService.cls 12262 12 12271 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8878 /apex-mdapi/src/classes/MetadataService.cls 12266 26 12266 103 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]*'
8878 /apex-mdapi/src/classes/MetadataService.cls 12266 26 12266 103 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]*'
8879 /apex-mdapi/src/classes/MetadataService.cls 12267 26 12267 97 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]*'
8879 /apex-mdapi/src/classes/MetadataService.cls 12267 26 12267 97 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]*'
8880 /apex-mdapi/src/classes/MetadataService.cls 12268 26 12268 103 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 'readable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8880 /apex-mdapi/src/classes/MetadataService.cls 12268 26 12268 103 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 'readable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8881 /apex-mdapi/src/classes/MetadataService.cls 12269 26 12269 89 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]*'
8881 /apex-mdapi/src/classes/MetadataService.cls 12269 26 12269 89 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]*'
8882 /apex-mdapi/src/classes/MetadataService.cls 12270 26 12270 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]*'
8882 /apex-mdapi/src/classes/MetadataService.cls 12270 26 12270 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]*'
8883 /apex-mdapi/src/classes/MetadataService.cls 12272 12 12279 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8883 /apex-mdapi/src/classes/MetadataService.cls 12272 12 12279 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8884 /apex-mdapi/src/classes/MetadataService.cls 12272 12 12279 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 'checkDeployStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8884 /apex-mdapi/src/classes/MetadataService.cls 12272 12 12279 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 'checkDeployStatus_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8885 /apex-mdapi/src/classes/MetadataService.cls 12275 26 12275 115 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 'asyncProcessId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8885 /apex-mdapi/src/classes/MetadataService.cls 12275 26 12275 115 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 'asyncProcessId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8886 /apex-mdapi/src/classes/MetadataService.cls 12276 26 12276 115 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 'includeDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8886 /apex-mdapi/src/classes/MetadataService.cls 12276 26 12276 115 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 'includeDetails_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8887 /apex-mdapi/src/classes/MetadataService.cls 12277 26 12277 89 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]*'
8887 /apex-mdapi/src/classes/MetadataService.cls 12277 26 12277 89 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]*'
8888 /apex-mdapi/src/classes/MetadataService.cls 12278 26 12278 97 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]*'
8888 /apex-mdapi/src/classes/MetadataService.cls 12278 26 12278 97 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]*'
8889 /apex-mdapi/src/classes/MetadataService.cls 12280 20 12282 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8889 /apex-mdapi/src/classes/MetadataService.cls 12280 20 12282 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8890 /apex-mdapi/src/classes/MetadataService.cls 12283 12 12298 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8890 /apex-mdapi/src/classes/MetadataService.cls 12283 12 12298 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8891 /apex-mdapi/src/classes/MetadataService.cls 12290 26 12290 105 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 'actionUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8891 /apex-mdapi/src/classes/MetadataService.cls 12290 26 12290 105 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 'actionUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8892 /apex-mdapi/src/classes/MetadataService.cls 12291 26 12291 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8892 /apex-mdapi/src/classes/MetadataService.cls 12291 26 12291 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8893 /apex-mdapi/src/classes/MetadataService.cls 12292 26 12292 103 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 'linkText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8893 /apex-mdapi/src/classes/MetadataService.cls 12292 26 12292 103 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 'linkText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8894 /apex-mdapi/src/classes/MetadataService.cls 12293 26 12293 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 'scheduledRecommendations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8894 /apex-mdapi/src/classes/MetadataService.cls 12293 26 12293 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 'scheduledRecommendations_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8895 /apex-mdapi/src/classes/MetadataService.cls 12294 26 12294 105 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 'setupName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8895 /apex-mdapi/src/classes/MetadataService.cls 12294 26 12294 105 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 'setupName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8896 /apex-mdapi/src/classes/MetadataService.cls 12295 26 12295 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8896 /apex-mdapi/src/classes/MetadataService.cls 12295 26 12295 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8897 /apex-mdapi/src/classes/MetadataService.cls 12296 26 12296 89 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]*'
8897 /apex-mdapi/src/classes/MetadataService.cls 12296 26 12296 89 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]*'
8898 /apex-mdapi/src/classes/MetadataService.cls 12297 26 12297 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8898 /apex-mdapi/src/classes/MetadataService.cls 12297 26 12297 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8899 /apex-mdapi/src/classes/MetadataService.cls 12299 12 12310 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8899 /apex-mdapi/src/classes/MetadataService.cls 12299 12 12310 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8900 /apex-mdapi/src/classes/MetadataService.cls 12302 26 12302 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8900 /apex-mdapi/src/classes/MetadataService.cls 12302 26 12302 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8901 /apex-mdapi/src/classes/MetadataService.cls 12305 26 12305 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8901 /apex-mdapi/src/classes/MetadataService.cls 12305 26 12305 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8902 /apex-mdapi/src/classes/MetadataService.cls 12306 26 12306 97 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]*'
8902 /apex-mdapi/src/classes/MetadataService.cls 12306 26 12306 97 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]*'
8903 /apex-mdapi/src/classes/MetadataService.cls 12307 26 12307 89 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]*'
8903 /apex-mdapi/src/classes/MetadataService.cls 12307 26 12307 89 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]*'
8904 /apex-mdapi/src/classes/MetadataService.cls 12308 26 12308 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8904 /apex-mdapi/src/classes/MetadataService.cls 12308 26 12308 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8905 /apex-mdapi/src/classes/MetadataService.cls 12309 26 12309 103 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]*'
8905 /apex-mdapi/src/classes/MetadataService.cls 12309 26 12309 103 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]*'
8906 /apex-mdapi/src/classes/MetadataService.cls 12311 12 12316 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8906 /apex-mdapi/src/classes/MetadataService.cls 12311 12 12316 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8907 /apex-mdapi/src/classes/MetadataService.cls 12312 25 12312 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
8907 /apex-mdapi/src/classes/MetadataService.cls 12312 25 12312 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
8908 /apex-mdapi/src/classes/MetadataService.cls 12313 26 12313 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8908 /apex-mdapi/src/classes/MetadataService.cls 12313 26 12313 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8909 /apex-mdapi/src/classes/MetadataService.cls 12314 26 12314 89 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]*'
8909 /apex-mdapi/src/classes/MetadataService.cls 12314 26 12314 89 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]*'
8910 /apex-mdapi/src/classes/MetadataService.cls 12315 26 12315 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]*'
8910 /apex-mdapi/src/classes/MetadataService.cls 12315 26 12315 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]*'
8911 /apex-mdapi/src/classes/MetadataService.cls 12317 12 12322 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8911 /apex-mdapi/src/classes/MetadataService.cls 12317 12 12322 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8912 /apex-mdapi/src/classes/MetadataService.cls 12317 12 12322 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 'checkDeployStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8912 /apex-mdapi/src/classes/MetadataService.cls 12317 12 12322 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 'checkDeployStatusResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
8913 /apex-mdapi/src/classes/MetadataService.cls 12319 26 12319 99 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]*'
8913 /apex-mdapi/src/classes/MetadataService.cls 12319 26 12319 99 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]*'
8914 /apex-mdapi/src/classes/MetadataService.cls 12320 26 12320 89 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]*'
8914 /apex-mdapi/src/classes/MetadataService.cls 12320 26 12320 89 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]*'
8915 /apex-mdapi/src/classes/MetadataService.cls 12321 26 12321 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]*'
8915 /apex-mdapi/src/classes/MetadataService.cls 12321 26 12321 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]*'
8916 /apex-mdapi/src/classes/MetadataService.cls 12323 12 12352 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8916 /apex-mdapi/src/classes/MetadataService.cls 12323 12 12352 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8917 /apex-mdapi/src/classes/MetadataService.cls 12323 12 12352 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8917 /apex-mdapi/src/classes/MetadataService.cls 12323 12 12352 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8918 /apex-mdapi/src/classes/MetadataService.cls 12326 26 12326 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8918 /apex-mdapi/src/classes/MetadataService.cls 12326 26 12326 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 'processMetadataValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8919 /apex-mdapi/src/classes/MetadataService.cls 12329 26 12329 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8919 /apex-mdapi/src/classes/MetadataService.cls 12329 26 12329 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8920 /apex-mdapi/src/classes/MetadataService.cls 12330 26 12330 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8920 /apex-mdapi/src/classes/MetadataService.cls 12330 26 12330 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8921 /apex-mdapi/src/classes/MetadataService.cls 12334 26 12334 97 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]*'
8921 /apex-mdapi/src/classes/MetadataService.cls 12334 26 12334 97 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]*'
8922 /apex-mdapi/src/classes/MetadataService.cls 12335 26 12335 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8922 /apex-mdapi/src/classes/MetadataService.cls 12335 26 12335 105 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 'locationX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8923 /apex-mdapi/src/classes/MetadataService.cls 12336 26 12336 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8923 /apex-mdapi/src/classes/MetadataService.cls 12336 26 12336 105 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 'locationY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8924 /apex-mdapi/src/classes/MetadataService.cls 12342 23 12342 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8924 /apex-mdapi/src/classes/MetadataService.cls 12342 23 12342 31 pmd FieldNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fieldnamingconventions The instance field name 'object_x' doesn't match '[a-z][a-zA-Z0-9]*'
8925 /apex-mdapi/src/classes/MetadataService.cls 12343 26 12343 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8925 /apex-mdapi/src/classes/MetadataService.cls 12343 26 12343 105 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 'connector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8926 /apex-mdapi/src/classes/MetadataService.cls 12344 26 12344 115 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8926 /apex-mdapi/src/classes/MetadataService.cls 12344 26 12344 115 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 'faultConnector_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8927 /apex-mdapi/src/classes/MetadataService.cls 12345 26 12345 102 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8927 /apex-mdapi/src/classes/MetadataService.cls 12345 26 12345 102 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 'filters_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8928 /apex-mdapi/src/classes/MetadataService.cls 12346 26 12346 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8928 /apex-mdapi/src/classes/MetadataService.cls 12346 26 12346 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 'inputAssignments_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8929 /apex-mdapi/src/classes/MetadataService.cls 12347 26 12347 115 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 'inputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8929 /apex-mdapi/src/classes/MetadataService.cls 12347 26 12347 115 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 'inputReference_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8930 /apex-mdapi/src/classes/MetadataService.cls 12348 26 12348 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8930 /apex-mdapi/src/classes/MetadataService.cls 12348 26 12348 101 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 'object_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8931 /apex-mdapi/src/classes/MetadataService.cls 12349 26 12349 89 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]*'
8931 /apex-mdapi/src/classes/MetadataService.cls 12349 26 12349 89 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]*'
8932 /apex-mdapi/src/classes/MetadataService.cls 12350 26 12350 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8932 /apex-mdapi/src/classes/MetadataService.cls 12350 26 12350 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
8933 /apex-mdapi/src/classes/MetadataService.cls 12351 26 12351 227 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]*'
8933 /apex-mdapi/src/classes/MetadataService.cls 12351 26 12351 227 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]*'
8934 /apex-mdapi/src/classes/MetadataService.cls 12353 12 12358 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8934 /apex-mdapi/src/classes/MetadataService.cls 12353 12 12358 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8935 /apex-mdapi/src/classes/MetadataService.cls 12355 26 12355 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8935 /apex-mdapi/src/classes/MetadataService.cls 12355 26 12355 111 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 'errorMessage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8936 /apex-mdapi/src/classes/MetadataService.cls 12356 26 12356 89 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]*'
8936 /apex-mdapi/src/classes/MetadataService.cls 12356 26 12356 89 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]*'
8937 /apex-mdapi/src/classes/MetadataService.cls 12357 26 12357 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]*'
8937 /apex-mdapi/src/classes/MetadataService.cls 12357 26 12357 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]*'
8938 /apex-mdapi/src/classes/MetadataService.cls 12359 12 12384 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8938 /apex-mdapi/src/classes/MetadataService.cls 12359 12 12384 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8939 /apex-mdapi/src/classes/MetadataService.cls 12359 12 12384 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8939 /apex-mdapi/src/classes/MetadataService.cls 12359 12 12384 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8940 /apex-mdapi/src/classes/MetadataService.cls 12371 26 12371 109 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 'bulkEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8940 /apex-mdapi/src/classes/MetadataService.cls 12371 26 12371 109 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 'bulkEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8941 /apex-mdapi/src/classes/MetadataService.cls 12372 26 12372 115 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 'bypassTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8941 /apex-mdapi/src/classes/MetadataService.cls 12372 26 12372 115 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 'bypassTriggers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8942 /apex-mdapi/src/classes/MetadataService.cls 12373 26 12373 115 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 'bypassWorkflow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8942 /apex-mdapi/src/classes/MetadataService.cls 12373 26 12373 115 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 'bypassWorkflow_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8943 /apex-mdapi/src/classes/MetadataService.cls 12374 26 12374 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8943 /apex-mdapi/src/classes/MetadataService.cls 12374 26 12374 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8944 /apex-mdapi/src/classes/MetadataService.cls 12375 26 12375 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8944 /apex-mdapi/src/classes/MetadataService.cls 12375 26 12375 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8945 /apex-mdapi/src/classes/MetadataService.cls 12376 26 12376 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 'fieldMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8945 /apex-mdapi/src/classes/MetadataService.cls 12376 26 12376 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 'fieldMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8946 /apex-mdapi/src/classes/MetadataService.cls 12377 26 12377 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8946 /apex-mdapi/src/classes/MetadataService.cls 12377 26 12377 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8947 /apex-mdapi/src/classes/MetadataService.cls 12378 26 12378 105 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 'matchRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8947 /apex-mdapi/src/classes/MetadataService.cls 12378 26 12378 105 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 'matchRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8948 /apex-mdapi/src/classes/MetadataService.cls 12379 26 12379 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 'sourceSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8948 /apex-mdapi/src/classes/MetadataService.cls 12379 26 12379 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 'sourceSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8949 /apex-mdapi/src/classes/MetadataService.cls 12380 26 12380 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8949 /apex-mdapi/src/classes/MetadataService.cls 12380 26 12380 99 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 'status_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8950 /apex-mdapi/src/classes/MetadataService.cls 12381 26 12381 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 'targetSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8950 /apex-mdapi/src/classes/MetadataService.cls 12381 26 12381 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 'targetSobjectType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8951 /apex-mdapi/src/classes/MetadataService.cls 12382 26 12382 89 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]*'
8951 /apex-mdapi/src/classes/MetadataService.cls 12382 26 12382 89 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]*'
8952 /apex-mdapi/src/classes/MetadataService.cls 12383 26 12383 232 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]*'
8952 /apex-mdapi/src/classes/MetadataService.cls 12383 26 12383 232 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]*'
8953 /apex-mdapi/src/classes/MetadataService.cls 12385 12 12474 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8953 /apex-mdapi/src/classes/MetadataService.cls 12385 12 12474 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
8954 /apex-mdapi/src/classes/MetadataService.cls 12385 12 12474 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class DashboardComponent has 43 public methods, attributes, and properties (limit: 20)
8954 /apex-mdapi/src/classes/MetadataService.cls 12385 12 12474 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class DashboardComponent has 43 public methods, attributes, and properties (limit: 20)
8955 /apex-mdapi/src/classes/MetadataService.cls 12385 12 12474 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8955 /apex-mdapi/src/classes/MetadataService.cls 12385 12 12474 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
8956 /apex-mdapi/src/classes/MetadataService.cls 12415 23 12415 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
8956 /apex-mdapi/src/classes/MetadataService.cls 12415 23 12415 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
8957 /apex-mdapi/src/classes/MetadataService.cls 12429 26 12429 141 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 'autoselectColumnsFromReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8957 /apex-mdapi/src/classes/MetadataService.cls 12429 26 12429 141 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 'autoselectColumnsFromReport_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8958 /apex-mdapi/src/classes/MetadataService.cls 12430 26 12430 115 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 'chartAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8958 /apex-mdapi/src/classes/MetadataService.cls 12430 26 12430 115 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 'chartAxisRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8959 /apex-mdapi/src/classes/MetadataService.cls 12431 26 12431 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 'chartAxisRangeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8959 /apex-mdapi/src/classes/MetadataService.cls 12431 26 12431 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 'chartAxisRangeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8960 /apex-mdapi/src/classes/MetadataService.cls 12432 26 12432 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 'chartAxisRangeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8960 /apex-mdapi/src/classes/MetadataService.cls 12432 26 12432 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 'chartAxisRangeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8961 /apex-mdapi/src/classes/MetadataService.cls 12433 26 12433 112 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 'chartSummary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8961 /apex-mdapi/src/classes/MetadataService.cls 12433 26 12433 112 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 'chartSummary_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8962 /apex-mdapi/src/classes/MetadataService.cls 12434 26 12434 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 'componentChartTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8962 /apex-mdapi/src/classes/MetadataService.cls 12434 26 12434 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 'componentChartTheme_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8963 /apex-mdapi/src/classes/MetadataService.cls 12435 26 12435 113 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8963 /apex-mdapi/src/classes/MetadataService.cls 12435 26 12435 113 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8964 /apex-mdapi/src/classes/MetadataService.cls 12436 26 12436 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 'dashboardFilterColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8964 /apex-mdapi/src/classes/MetadataService.cls 12436 26 12436 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 'dashboardFilterColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8965 /apex-mdapi/src/classes/MetadataService.cls 12437 26 12437 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 'dashboardTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8965 /apex-mdapi/src/classes/MetadataService.cls 12437 26 12437 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 'dashboardTableColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8966 /apex-mdapi/src/classes/MetadataService.cls 12438 26 12438 111 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 'displayUnits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8966 /apex-mdapi/src/classes/MetadataService.cls 12438 26 12438 111 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 'displayUnits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8967 /apex-mdapi/src/classes/MetadataService.cls 12439 26 12439 111 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 'drillDownUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8967 /apex-mdapi/src/classes/MetadataService.cls 12439 26 12439 111 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 'drillDownUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8968 /apex-mdapi/src/classes/MetadataService.cls 12440 26 12440 111 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 'drillEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8968 /apex-mdapi/src/classes/MetadataService.cls 12440 26 12440 111 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 'drillEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8969 /apex-mdapi/src/classes/MetadataService.cls 12441 26 12441 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 'drillToDetailEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8969 /apex-mdapi/src/classes/MetadataService.cls 12441 26 12441 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 'drillToDetailEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8970 /apex-mdapi/src/classes/MetadataService.cls 12442 26 12442 109 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 'enableHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8970 /apex-mdapi/src/classes/MetadataService.cls 12442 26 12442 109 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 'enableHover_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8971 /apex-mdapi/src/classes/MetadataService.cls 12443 26 12443 111 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8971 /apex-mdapi/src/classes/MetadataService.cls 12443 26 12443 111 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 'expandOthers_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8972 /apex-mdapi/src/classes/MetadataService.cls 12444 26 12444 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 'flexComponentProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8972 /apex-mdapi/src/classes/MetadataService.cls 12444 26 12444 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 'flexComponentProperties_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8973 /apex-mdapi/src/classes/MetadataService.cls 12445 26 12445 99 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8973 /apex-mdapi/src/classes/MetadataService.cls 12445 26 12445 99 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 'footer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8974 /apex-mdapi/src/classes/MetadataService.cls 12446 26 12446 103 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 'gaugeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8974 /apex-mdapi/src/classes/MetadataService.cls 12446 26 12446 103 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 'gaugeMax_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8975 /apex-mdapi/src/classes/MetadataService.cls 12447 26 12447 103 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 'gaugeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8975 /apex-mdapi/src/classes/MetadataService.cls 12447 26 12447 103 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 'gaugeMin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8976 /apex-mdapi/src/classes/MetadataService.cls 12448 26 12448 116 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8976 /apex-mdapi/src/classes/MetadataService.cls 12448 26 12448 116 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 'groupingColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8977 /apex-mdapi/src/classes/MetadataService.cls 12449 26 12449 99 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8977 /apex-mdapi/src/classes/MetadataService.cls 12449 26 12449 99 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 'header_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8978 /apex-mdapi/src/classes/MetadataService.cls 12450 26 12450 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 'indicatorBreakpoint1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8978 /apex-mdapi/src/classes/MetadataService.cls 12450 26 12450 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 'indicatorBreakpoint1_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8979 /apex-mdapi/src/classes/MetadataService.cls 12451 26 12451 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 'indicatorBreakpoint2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8979 /apex-mdapi/src/classes/MetadataService.cls 12451 26 12451 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 'indicatorBreakpoint2_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8980 /apex-mdapi/src/classes/MetadataService.cls 12452 26 12452 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 'indicatorHighColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8980 /apex-mdapi/src/classes/MetadataService.cls 12452 26 12452 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 'indicatorHighColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8981 /apex-mdapi/src/classes/MetadataService.cls 12453 26 12453 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 'indicatorLowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8981 /apex-mdapi/src/classes/MetadataService.cls 12453 26 12453 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 'indicatorLowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8982 /apex-mdapi/src/classes/MetadataService.cls 12454 26 12454 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 'indicatorMiddleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8982 /apex-mdapi/src/classes/MetadataService.cls 12454 26 12454 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 'indicatorMiddleColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8983 /apex-mdapi/src/classes/MetadataService.cls 12455 26 12455 115 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 'legendPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8983 /apex-mdapi/src/classes/MetadataService.cls 12455 26 12455 115 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 'legendPosition_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8984 /apex-mdapi/src/classes/MetadataService.cls 12456 26 12456 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 'maxValuesDisplayed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8984 /apex-mdapi/src/classes/MetadataService.cls 12456 26 12456 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 'maxValuesDisplayed_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8985 /apex-mdapi/src/classes/MetadataService.cls 12457 26 12457 109 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 'metricLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8985 /apex-mdapi/src/classes/MetadataService.cls 12457 26 12457 109 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 'metricLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8986 /apex-mdapi/src/classes/MetadataService.cls 12458 26 12458 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8986 /apex-mdapi/src/classes/MetadataService.cls 12458 26 12458 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8987 /apex-mdapi/src/classes/MetadataService.cls 12459 26 12459 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 'pageHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8987 /apex-mdapi/src/classes/MetadataService.cls 12459 26 12459 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 'pageHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8988 /apex-mdapi/src/classes/MetadataService.cls 12460 26 12460 99 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 'report_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8988 /apex-mdapi/src/classes/MetadataService.cls 12460 26 12460 99 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 'report_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8989 /apex-mdapi/src/classes/MetadataService.cls 12461 26 12461 103 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8989 /apex-mdapi/src/classes/MetadataService.cls 12461 26 12461 103 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 'scontrol_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8990 /apex-mdapi/src/classes/MetadataService.cls 12462 26 12462 131 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 'scontrolHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8990 /apex-mdapi/src/classes/MetadataService.cls 12462 26 12462 131 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 'scontrolHeightInPixels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8991 /apex-mdapi/src/classes/MetadataService.cls 12463 26 12463 115 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 'showPercentage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8991 /apex-mdapi/src/classes/MetadataService.cls 12463 26 12463 115 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 'showPercentage_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8992 /apex-mdapi/src/classes/MetadataService.cls 12464 26 12464 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 'showPicturesOnCharts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8992 /apex-mdapi/src/classes/MetadataService.cls 12464 26 12464 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 'showPicturesOnCharts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8993 /apex-mdapi/src/classes/MetadataService.cls 12465 26 12465 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 'showPicturesOnTables_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8993 /apex-mdapi/src/classes/MetadataService.cls 12465 26 12465 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 'showPicturesOnTables_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8994 /apex-mdapi/src/classes/MetadataService.cls 12466 26 12466 105 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 'showRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8994 /apex-mdapi/src/classes/MetadataService.cls 12466 26 12466 105 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 'showRange_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8995 /apex-mdapi/src/classes/MetadataService.cls 12467 26 12467 105 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8995 /apex-mdapi/src/classes/MetadataService.cls 12467 26 12467 105 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 'showTotal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8996 /apex-mdapi/src/classes/MetadataService.cls 12468 26 12468 107 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8996 /apex-mdapi/src/classes/MetadataService.cls 12468 26 12468 107 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 'showValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8997 /apex-mdapi/src/classes/MetadataService.cls 12469 26 12469 99 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8997 /apex-mdapi/src/classes/MetadataService.cls 12469 26 12469 99 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 'sortBy_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8998 /apex-mdapi/src/classes/MetadataService.cls 12470 26 12470 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8998 /apex-mdapi/src/classes/MetadataService.cls 12470 26 12470 97 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 'title_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8999 /apex-mdapi/src/classes/MetadataService.cls 12471 26 12471 115 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 'useReportChart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
8999 /apex-mdapi/src/classes/MetadataService.cls 12471 26 12471 115 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 'useReportChart_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9000 /apex-mdapi/src/classes/MetadataService.cls 12472 26 12472 89 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]*'
9000 /apex-mdapi/src/classes/MetadataService.cls 12472 26 12472 89 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]*'
9001 /apex-mdapi/src/classes/MetadataService.cls 12473 26 12473 802 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]*'
9001 /apex-mdapi/src/classes/MetadataService.cls 12473 26 12473 802 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]*'
9002 /apex-mdapi/src/classes/MetadataService.cls 12475 12 12492 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9002 /apex-mdapi/src/classes/MetadataService.cls 12475 12 12492 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9003 /apex-mdapi/src/classes/MetadataService.cls 12475 12 12492 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9003 /apex-mdapi/src/classes/MetadataService.cls 12475 12 12492 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9004 /apex-mdapi/src/classes/MetadataService.cls 12483 26 12483 105 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9004 /apex-mdapi/src/classes/MetadataService.cls 12483 26 12483 105 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 'aggregate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9005 /apex-mdapi/src/classes/MetadataService.cls 12484 26 12484 107 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 'columnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9005 /apex-mdapi/src/classes/MetadataService.cls 12484 26 12484 107 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 'columnName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9006 /apex-mdapi/src/classes/MetadataService.cls 12485 26 12485 115 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 'highBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9006 /apex-mdapi/src/classes/MetadataService.cls 12485 26 12485 115 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 'highBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9007 /apex-mdapi/src/classes/MetadataService.cls 12486 26 12486 105 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 'highColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9007 /apex-mdapi/src/classes/MetadataService.cls 12486 26 12486 105 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 'highColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9008 /apex-mdapi/src/classes/MetadataService.cls 12487 26 12487 113 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 'lowBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9008 /apex-mdapi/src/classes/MetadataService.cls 12487 26 12487 113 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 'lowBreakpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9009 /apex-mdapi/src/classes/MetadataService.cls 12488 26 12488 103 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 'lowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9009 /apex-mdapi/src/classes/MetadataService.cls 12488 26 12488 103 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 'lowColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9010 /apex-mdapi/src/classes/MetadataService.cls 12489 26 12489 103 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 'midColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9010 /apex-mdapi/src/classes/MetadataService.cls 12489 26 12489 103 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 'midColor_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9011 /apex-mdapi/src/classes/MetadataService.cls 12490 26 12490 89 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]*'
9011 /apex-mdapi/src/classes/MetadataService.cls 12490 26 12490 89 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]*'
9012 /apex-mdapi/src/classes/MetadataService.cls 12491 26 12491 155 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]*'
9012 /apex-mdapi/src/classes/MetadataService.cls 12491 26 12491 155 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]*'
9013 /apex-mdapi/src/classes/MetadataService.cls 12493 12 12500 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9013 /apex-mdapi/src/classes/MetadataService.cls 12493 12 12500 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9014 /apex-mdapi/src/classes/MetadataService.cls 12496 26 12496 109 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 'settingName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9014 /apex-mdapi/src/classes/MetadataService.cls 12496 26 12496 109 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 'settingName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9015 /apex-mdapi/src/classes/MetadataService.cls 12497 26 12497 111 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 'settingValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9015 /apex-mdapi/src/classes/MetadataService.cls 12497 26 12497 111 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 'settingValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9016 /apex-mdapi/src/classes/MetadataService.cls 12498 26 12498 89 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]*'
9016 /apex-mdapi/src/classes/MetadataService.cls 12498 26 12498 89 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]*'
9017 /apex-mdapi/src/classes/MetadataService.cls 12499 26 12499 92 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]*'
9017 /apex-mdapi/src/classes/MetadataService.cls 12499 26 12499 92 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]*'
9018 /apex-mdapi/src/classes/MetadataService.cls 12501 12 12514 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9018 /apex-mdapi/src/classes/MetadataService.cls 12501 12 12514 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9019 /apex-mdapi/src/classes/MetadataService.cls 12504 26 12504 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9019 /apex-mdapi/src/classes/MetadataService.cls 12504 26 12504 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9020 /apex-mdapi/src/classes/MetadataService.cls 12506 26 12506 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9020 /apex-mdapi/src/classes/MetadataService.cls 12506 26 12506 101 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 'content_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9021 /apex-mdapi/src/classes/MetadataService.cls 12509 26 12509 96 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 'maps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9021 /apex-mdapi/src/classes/MetadataService.cls 12509 26 12509 96 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 'maps_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9022 /apex-mdapi/src/classes/MetadataService.cls 12510 26 12510 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9022 /apex-mdapi/src/classes/MetadataService.cls 12510 26 12510 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9023 /apex-mdapi/src/classes/MetadataService.cls 12511 26 12511 89 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]*'
9023 /apex-mdapi/src/classes/MetadataService.cls 12511 26 12511 89 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]*'
9024 /apex-mdapi/src/classes/MetadataService.cls 12512 26 12512 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9024 /apex-mdapi/src/classes/MetadataService.cls 12512 26 12512 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9025 /apex-mdapi/src/classes/MetadataService.cls 12513 26 12513 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]*'
9025 /apex-mdapi/src/classes/MetadataService.cls 12513 26 12513 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]*'
9026 /apex-mdapi/src/classes/MetadataService.cls 12515 12 12530 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9026 /apex-mdapi/src/classes/MetadataService.cls 12515 12 12530 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9027 /apex-mdapi/src/classes/MetadataService.cls 12522 26 12522 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9027 /apex-mdapi/src/classes/MetadataService.cls 12522 26 12522 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9028 /apex-mdapi/src/classes/MetadataService.cls 12523 26 12523 97 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 'sizeX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9028 /apex-mdapi/src/classes/MetadataService.cls 12523 26 12523 97 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 'sizeX_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9029 /apex-mdapi/src/classes/MetadataService.cls 12524 26 12524 97 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 'sizeY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9029 /apex-mdapi/src/classes/MetadataService.cls 12524 26 12524 97 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 'sizeY_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9030 /apex-mdapi/src/classes/MetadataService.cls 12525 26 12525 97 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 'sizeZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9030 /apex-mdapi/src/classes/MetadataService.cls 12525 26 12525 97 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 'sizeZ_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9031 /apex-mdapi/src/classes/MetadataService.cls 12526 26 12526 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 'summaryLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9031 /apex-mdapi/src/classes/MetadataService.cls 12526 26 12526 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 'summaryLayoutItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9032 /apex-mdapi/src/classes/MetadataService.cls 12527 26 12527 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 'summaryLayoutStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9032 /apex-mdapi/src/classes/MetadataService.cls 12527 26 12527 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 'summaryLayoutStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9033 /apex-mdapi/src/classes/MetadataService.cls 12528 26 12528 89 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]*'
9033 /apex-mdapi/src/classes/MetadataService.cls 12528 26 12528 89 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]*'
9034 /apex-mdapi/src/classes/MetadataService.cls 12529 26 12529 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]*'
9034 /apex-mdapi/src/classes/MetadataService.cls 12529 26 12529 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]*'
9035 /apex-mdapi/src/classes/MetadataService.cls 12531 12 12546 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9035 /apex-mdapi/src/classes/MetadataService.cls 12531 12 12546 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9036 /apex-mdapi/src/classes/MetadataService.cls 12534 26 12534 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9036 /apex-mdapi/src/classes/MetadataService.cls 12534 26 12534 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9037 /apex-mdapi/src/classes/MetadataService.cls 12539 26 12539 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 'customValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9037 /apex-mdapi/src/classes/MetadataService.cls 12539 26 12539 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 'customValue_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9038 /apex-mdapi/src/classes/MetadataService.cls 12540 26 12540 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9038 /apex-mdapi/src/classes/MetadataService.cls 12540 26 12540 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9039 /apex-mdapi/src/classes/MetadataService.cls 12541 26 12541 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9039 /apex-mdapi/src/classes/MetadataService.cls 12541 26 12541 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9040 /apex-mdapi/src/classes/MetadataService.cls 12542 26 12542 99 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9040 /apex-mdapi/src/classes/MetadataService.cls 12542 26 12542 99 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 'sorted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9041 /apex-mdapi/src/classes/MetadataService.cls 12543 26 12543 89 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]*'
9041 /apex-mdapi/src/classes/MetadataService.cls 12543 26 12543 89 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]*'
9042 /apex-mdapi/src/classes/MetadataService.cls 12544 26 12544 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9042 /apex-mdapi/src/classes/MetadataService.cls 12544 26 12544 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9043 /apex-mdapi/src/classes/MetadataService.cls 12545 26 12545 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]*'
9043 /apex-mdapi/src/classes/MetadataService.cls 12545 26 12545 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]*'
9044 /apex-mdapi/src/classes/MetadataService.cls 12547 12 12554 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9044 /apex-mdapi/src/classes/MetadataService.cls 12547 12 12554 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9045 /apex-mdapi/src/classes/MetadataService.cls 12550 26 12550 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 'layoutSectionStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9045 /apex-mdapi/src/classes/MetadataService.cls 12550 26 12550 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 'layoutSectionStyle_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9046 /apex-mdapi/src/classes/MetadataService.cls 12551 26 12551 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 'quickActionLayoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9046 /apex-mdapi/src/classes/MetadataService.cls 12551 26 12551 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 'quickActionLayoutColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9047 /apex-mdapi/src/classes/MetadataService.cls 12552 26 12552 89 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]*'
9047 /apex-mdapi/src/classes/MetadataService.cls 12552 26 12552 89 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]*'
9048 /apex-mdapi/src/classes/MetadataService.cls 12553 26 12553 111 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]*'
9048 /apex-mdapi/src/classes/MetadataService.cls 12553 26 12553 111 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]*'
9049 /apex-mdapi/src/classes/MetadataService.cls 12555 12 12568 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9049 /apex-mdapi/src/classes/MetadataService.cls 12555 12 12568 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9050 /apex-mdapi/src/classes/MetadataService.cls 12558 26 12558 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9050 /apex-mdapi/src/classes/MetadataService.cls 12558 26 12558 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9051 /apex-mdapi/src/classes/MetadataService.cls 12562 26 12562 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9051 /apex-mdapi/src/classes/MetadataService.cls 12562 26 12562 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9052 /apex-mdapi/src/classes/MetadataService.cls 12563 26 12563 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9052 /apex-mdapi/src/classes/MetadataService.cls 12563 26 12563 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9053 /apex-mdapi/src/classes/MetadataService.cls 12564 26 12564 103 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 'priority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9053 /apex-mdapi/src/classes/MetadataService.cls 12564 26 12564 103 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 'priority_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9054 /apex-mdapi/src/classes/MetadataService.cls 12565 26 12565 89 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]*'
9054 /apex-mdapi/src/classes/MetadataService.cls 12565 26 12565 89 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]*'
9055 /apex-mdapi/src/classes/MetadataService.cls 12566 26 12566 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9055 /apex-mdapi/src/classes/MetadataService.cls 12566 26 12566 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9056 /apex-mdapi/src/classes/MetadataService.cls 12567 26 12567 107 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]*'
9056 /apex-mdapi/src/classes/MetadataService.cls 12567 26 12567 107 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]*'
9057 /apex-mdapi/src/classes/MetadataService.cls 12569 12 12574 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9057 /apex-mdapi/src/classes/MetadataService.cls 12569 12 12574 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9058 /apex-mdapi/src/classes/MetadataService.cls 12569 12 12574 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 'listMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
9058 /apex-mdapi/src/classes/MetadataService.cls 12569 12 12574 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 'listMetadataResponse_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
9059 /apex-mdapi/src/classes/MetadataService.cls 12571 26 12571 100 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]*'
9059 /apex-mdapi/src/classes/MetadataService.cls 12571 26 12571 100 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]*'
9060 /apex-mdapi/src/classes/MetadataService.cls 12572 26 12572 89 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]*'
9060 /apex-mdapi/src/classes/MetadataService.cls 12572 26 12572 89 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]*'
9061 /apex-mdapi/src/classes/MetadataService.cls 12573 26 12573 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]*'
9061 /apex-mdapi/src/classes/MetadataService.cls 12573 26 12573 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]*'
9062 /apex-mdapi/src/classes/MetadataService.cls 12575 12 12582 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9062 /apex-mdapi/src/classes/MetadataService.cls 12575 12 12582 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9063 /apex-mdapi/src/classes/MetadataService.cls 12578 26 12578 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9063 /apex-mdapi/src/classes/MetadataService.cls 12578 26 12578 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9064 /apex-mdapi/src/classes/MetadataService.cls 12579 26 12579 97 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]*'
9064 /apex-mdapi/src/classes/MetadataService.cls 12579 26 12579 97 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]*'
9065 /apex-mdapi/src/classes/MetadataService.cls 12580 26 12580 89 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]*'
9065 /apex-mdapi/src/classes/MetadataService.cls 12580 26 12580 89 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]*'
9066 /apex-mdapi/src/classes/MetadataService.cls 12581 26 12581 85 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]*'
9066 /apex-mdapi/src/classes/MetadataService.cls 12581 26 12581 85 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]*'
9067 /apex-mdapi/src/classes/MetadataService.cls 12583 12 12590 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9067 /apex-mdapi/src/classes/MetadataService.cls 12583 12 12590 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9068 /apex-mdapi/src/classes/MetadataService.cls 12584 23 12584 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
9068 /apex-mdapi/src/classes/MetadataService.cls 12584 23 12584 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
9069 /apex-mdapi/src/classes/MetadataService.cls 12586 26 12586 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9069 /apex-mdapi/src/classes/MetadataService.cls 12586 26 12586 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9070 /apex-mdapi/src/classes/MetadataService.cls 12587 26 12587 109 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 'themeLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9070 /apex-mdapi/src/classes/MetadataService.cls 12587 26 12587 109 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 'themeLayout_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9071 /apex-mdapi/src/classes/MetadataService.cls 12588 26 12588 89 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]*'
9071 /apex-mdapi/src/classes/MetadataService.cls 12588 26 12588 89 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]*'
9072 /apex-mdapi/src/classes/MetadataService.cls 12589 26 12589 86 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]*'
9072 /apex-mdapi/src/classes/MetadataService.cls 12589 26 12589 86 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]*'
9073 /apex-mdapi/src/classes/MetadataService.cls 12591 12 12644 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9073 /apex-mdapi/src/classes/MetadataService.cls 12591 12 12644 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9074 /apex-mdapi/src/classes/MetadataService.cls 12591 12 12644 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class SamlSsoConfig has 25 public methods, attributes, and properties (limit: 20)
9074 /apex-mdapi/src/classes/MetadataService.cls 12591 12 12644 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class SamlSsoConfig has 25 public methods, attributes, and properties (limit: 20)
9075 /apex-mdapi/src/classes/MetadataService.cls 12591 12 12644 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9075 /apex-mdapi/src/classes/MetadataService.cls 12591 12 12644 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9076 /apex-mdapi/src/classes/MetadataService.cls 12594 26 12594 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9076 /apex-mdapi/src/classes/MetadataService.cls 12594 26 12594 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9077 /apex-mdapi/src/classes/MetadataService.cls 12618 26 12618 113 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 'attributeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9077 /apex-mdapi/src/classes/MetadataService.cls 12618 26 12618 113 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 'attributeName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9078 /apex-mdapi/src/classes/MetadataService.cls 12619 26 12619 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 'attributeNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9078 /apex-mdapi/src/classes/MetadataService.cls 12619 26 12619 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 'attributeNameIdFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9079 /apex-mdapi/src/classes/MetadataService.cls 12620 26 12620 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 'decryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9079 /apex-mdapi/src/classes/MetadataService.cls 12620 26 12620 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 'decryptionCertificate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9080 /apex-mdapi/src/classes/MetadataService.cls 12621 26 12621 103 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 'errorUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9080 /apex-mdapi/src/classes/MetadataService.cls 12621 26 12621 103 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 'errorUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9081 /apex-mdapi/src/classes/MetadataService.cls 12622 26 12622 117 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 'executionUserId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9081 /apex-mdapi/src/classes/MetadataService.cls 12622 26 12622 117 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 'executionUserId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9082 /apex-mdapi/src/classes/MetadataService.cls 12623 26 12623 119 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 'identityLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9082 /apex-mdapi/src/classes/MetadataService.cls 12623 26 12623 119 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 'identityLocation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9083 /apex-mdapi/src/classes/MetadataService.cls 12624 26 12624 117 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 'identityMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9083 /apex-mdapi/src/classes/MetadataService.cls 12624 26 12624 117 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 'identityMapping_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9084 /apex-mdapi/src/classes/MetadataService.cls 12625 26 12625 99 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9084 /apex-mdapi/src/classes/MetadataService.cls 12625 26 12625 99 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 'issuer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9085 /apex-mdapi/src/classes/MetadataService.cls 12626 26 12626 103 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 'loginUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9085 /apex-mdapi/src/classes/MetadataService.cls 12626 26 12626 103 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 'loginUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9086 /apex-mdapi/src/classes/MetadataService.cls 12627 26 12627 105 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9086 /apex-mdapi/src/classes/MetadataService.cls 12627 26 12627 105 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 'logoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9087 /apex-mdapi/src/classes/MetadataService.cls 12628 26 12628 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9087 /apex-mdapi/src/classes/MetadataService.cls 12628 26 12628 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9088 /apex-mdapi/src/classes/MetadataService.cls 12629 26 12629 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 'oauthTokenEndpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9088 /apex-mdapi/src/classes/MetadataService.cls 12629 26 12629 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 'oauthTokenEndpoint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9089 /apex-mdapi/src/classes/MetadataService.cls 12630 26 12630 117 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 'redirectBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9089 /apex-mdapi/src/classes/MetadataService.cls 12630 26 12630 117 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 'redirectBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9090 /apex-mdapi/src/classes/MetadataService.cls 12631 26 12631 131 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 'requestSignatureMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9090 /apex-mdapi/src/classes/MetadataService.cls 12631 26 12631 131 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 'requestSignatureMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9091 /apex-mdapi/src/classes/MetadataService.cls 12632 26 12632 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 'requestSigningCertId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9091 /apex-mdapi/src/classes/MetadataService.cls 12632 26 12632 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 'requestSigningCertId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9092 /apex-mdapi/src/classes/MetadataService.cls 12633 26 12633 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 'salesforceLoginUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9092 /apex-mdapi/src/classes/MetadataService.cls 12633 26 12633 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 'salesforceLoginUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9093 /apex-mdapi/src/classes/MetadataService.cls 12634 26 12634 111 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 'samlEntityId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9093 /apex-mdapi/src/classes/MetadataService.cls 12634 26 12634 111 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 'samlEntityId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9094 /apex-mdapi/src/classes/MetadataService.cls 12635 26 12635 119 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 'samlJitHandlerId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9094 /apex-mdapi/src/classes/MetadataService.cls 12635 26 12635 119 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 'samlJitHandlerId_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9095 /apex-mdapi/src/classes/MetadataService.cls 12636 26 12636 109 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 'samlVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9095 /apex-mdapi/src/classes/MetadataService.cls 12636 26 12636 109 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 'samlVersion_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9096 /apex-mdapi/src/classes/MetadataService.cls 12637 26 12637 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 'singleLogoutBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9096 /apex-mdapi/src/classes/MetadataService.cls 12637 26 12637 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 'singleLogoutBinding_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9097 /apex-mdapi/src/classes/MetadataService.cls 12638 26 12638 117 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 'singleLogoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9097 /apex-mdapi/src/classes/MetadataService.cls 12638 26 12638 117 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 'singleLogoutUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9098 /apex-mdapi/src/classes/MetadataService.cls 12639 26 12639 119 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 'userProvisioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9098 /apex-mdapi/src/classes/MetadataService.cls 12639 26 12639 119 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 'userProvisioning_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9099 /apex-mdapi/src/classes/MetadataService.cls 12640 26 12640 115 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 'validationCert_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9099 /apex-mdapi/src/classes/MetadataService.cls 12640 26 12640 115 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 'validationCert_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9100 /apex-mdapi/src/classes/MetadataService.cls 12641 26 12641 89 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]*'
9100 /apex-mdapi/src/classes/MetadataService.cls 12641 26 12641 89 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]*'
9101 /apex-mdapi/src/classes/MetadataService.cls 12642 26 12642 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9101 /apex-mdapi/src/classes/MetadataService.cls 12642 26 12642 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9102 /apex-mdapi/src/classes/MetadataService.cls 12643 26 12643 476 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]*'
9102 /apex-mdapi/src/classes/MetadataService.cls 12643 26 12643 476 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]*'
9103 /apex-mdapi/src/classes/MetadataService.cls 12645 12 12650 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9103 /apex-mdapi/src/classes/MetadataService.cls 12645 12 12650 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9104 /apex-mdapi/src/classes/MetadataService.cls 12645 12 12650 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 'describeValueType_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
9104 /apex-mdapi/src/classes/MetadataService.cls 12645 12 12650 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 'describeValueType_element' doesn't match '[A-Z][a-zA-Z0-9_]*'
9105 /apex-mdapi/src/classes/MetadataService.cls 12646 23 12646 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]*'
9105 /apex-mdapi/src/classes/MetadataService.cls 12646 23 12646 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]*'
9106 /apex-mdapi/src/classes/MetadataService.cls 12647 26 12647 97 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]*'
9106 /apex-mdapi/src/classes/MetadataService.cls 12647 26 12647 97 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]*'
9107 /apex-mdapi/src/classes/MetadataService.cls 12648 26 12648 89 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]*'
9107 /apex-mdapi/src/classes/MetadataService.cls 12648 26 12648 89 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]*'
9108 /apex-mdapi/src/classes/MetadataService.cls 12649 26 12649 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]*'
9108 /apex-mdapi/src/classes/MetadataService.cls 12649 26 12649 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]*'
9109 /apex-mdapi/src/classes/MetadataService.cls 12651 12 12658 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9109 /apex-mdapi/src/classes/MetadataService.cls 12651 12 12658 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9110 /apex-mdapi/src/classes/MetadataService.cls 12654 26 12654 148 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 'chatterAnswersReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9110 /apex-mdapi/src/classes/MetadataService.cls 12654 26 12654 148 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 'chatterAnswersReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9111 /apex-mdapi/src/classes/MetadataService.cls 12655 26 12655 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 'ideaReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9111 /apex-mdapi/src/classes/MetadataService.cls 12655 26 12655 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 'ideaReputationLevels_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9112 /apex-mdapi/src/classes/MetadataService.cls 12656 26 12656 89 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]*'
9112 /apex-mdapi/src/classes/MetadataService.cls 12656 26 12656 89 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]*'
9113 /apex-mdapi/src/classes/MetadataService.cls 12657 26 12657 119 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]*'
9113 /apex-mdapi/src/classes/MetadataService.cls 12657 26 12657 119 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]*'
9114 /apex-mdapi/src/classes/MetadataService.cls 12659 20 12661 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9114 /apex-mdapi/src/classes/MetadataService.cls 12659 20 12661 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9115 /apex-mdapi/src/classes/MetadataService.cls 12662 12 12699 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9115 /apex-mdapi/src/classes/MetadataService.cls 12662 12 12699 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9116 /apex-mdapi/src/classes/MetadataService.cls 12662 12 12699 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9116 /apex-mdapi/src/classes/MetadataService.cls 12662 12 12699 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9117 /apex-mdapi/src/classes/MetadataService.cls 12680 26 12680 107 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 'dateFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9117 /apex-mdapi/src/classes/MetadataService.cls 12680 26 12680 107 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 'dateFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9118 /apex-mdapi/src/classes/MetadataService.cls 12681 26 12681 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9118 /apex-mdapi/src/classes/MetadataService.cls 12681 26 12681 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9119 /apex-mdapi/src/classes/MetadataService.cls 12682 26 12682 97 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]*'
9119 /apex-mdapi/src/classes/MetadataService.cls 12682 26 12682 97 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]*'
9120 /apex-mdapi/src/classes/MetadataService.cls 12683 26 12683 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 'formatCustomFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9120 /apex-mdapi/src/classes/MetadataService.cls 12683 26 12683 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 'formatCustomFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9121 /apex-mdapi/src/classes/MetadataService.cls 12684 26 12684 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 'formatDecimalDigits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9121 /apex-mdapi/src/classes/MetadataService.cls 12684 26 12684 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 'formatDecimalDigits_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9122 /apex-mdapi/src/classes/MetadataService.cls 12685 26 12685 131 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 'formatIsNegativeParens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9122 /apex-mdapi/src/classes/MetadataService.cls 12685 26 12685 131 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 'formatIsNegativeParens_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9123 /apex-mdapi/src/classes/MetadataService.cls 12686 26 12686 111 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 'formatPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9123 /apex-mdapi/src/classes/MetadataService.cls 12686 26 12686 111 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 'formatPrefix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9124 /apex-mdapi/src/classes/MetadataService.cls 12687 26 12687 111 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 'formatSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9124 /apex-mdapi/src/classes/MetadataService.cls 12687 26 12687 111 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 'formatSuffix_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9125 /apex-mdapi/src/classes/MetadataService.cls 12688 26 12688 107 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 'formatUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9125 /apex-mdapi/src/classes/MetadataService.cls 12688 26 12688 107 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 'formatUnit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9126 /apex-mdapi/src/classes/MetadataService.cls 12689 26 12689 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 'formatUnitMultiplier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9126 /apex-mdapi/src/classes/MetadataService.cls 12689 26 12689 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 'formatUnitMultiplier_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9127 /apex-mdapi/src/classes/MetadataService.cls 12690 26 12690 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 'fullyQualifiedName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9127 /apex-mdapi/src/classes/MetadataService.cls 12690 26 12690 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 'fullyQualifiedName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9128 /apex-mdapi/src/classes/MetadataService.cls 12691 26 12691 105 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 'isDerived_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9128 /apex-mdapi/src/classes/MetadataService.cls 12691 26 12691 105 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 'isDerived_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9129 /apex-mdapi/src/classes/MetadataService.cls 12692 26 12692 97 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]*'
9129 /apex-mdapi/src/classes/MetadataService.cls 12692 26 12692 97 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]*'
9130 /apex-mdapi/src/classes/MetadataService.cls 12693 26 12693 99 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9130 /apex-mdapi/src/classes/MetadataService.cls 12693 26 12693 99 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 'origin_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9131 /apex-mdapi/src/classes/MetadataService.cls 12694 26 12694 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 'showDetailsDefaultFieldIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9131 /apex-mdapi/src/classes/MetadataService.cls 12694 26 12694 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 'showDetailsDefaultFieldIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9132 /apex-mdapi/src/classes/MetadataService.cls 12695 26 12695 115 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 'showInExplorer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9132 /apex-mdapi/src/classes/MetadataService.cls 12695 26 12695 115 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 'showInExplorer_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9133 /apex-mdapi/src/classes/MetadataService.cls 12696 26 12696 105 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 'sortIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9133 /apex-mdapi/src/classes/MetadataService.cls 12696 26 12696 105 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 'sortIndex_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9134 /apex-mdapi/src/classes/MetadataService.cls 12697 26 12697 89 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]*'
9134 /apex-mdapi/src/classes/MetadataService.cls 12697 26 12697 89 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]*'
9135 /apex-mdapi/src/classes/MetadataService.cls 12698 26 12698 342 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]*'
9135 /apex-mdapi/src/classes/MetadataService.cls 12698 26 12698 342 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]*'
9136 /apex-mdapi/src/classes/MetadataService.cls 12700 12 12725 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9136 /apex-mdapi/src/classes/MetadataService.cls 12700 12 12725 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9137 /apex-mdapi/src/classes/MetadataService.cls 12700 12 12725 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9137 /apex-mdapi/src/classes/MetadataService.cls 12700 12 12725 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9138 /apex-mdapi/src/classes/MetadataService.cls 12707 23 12707 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
9138 /apex-mdapi/src/classes/MetadataService.cls 12707 23 12707 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 'page_x' doesn't match '[a-z][a-zA-Z0-9]*'
9139 /apex-mdapi/src/classes/MetadataService.cls 12712 26 12712 113 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9139 /apex-mdapi/src/classes/MetadataService.cls 12712 26 12712 113 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 'componentType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9140 /apex-mdapi/src/classes/MetadataService.cls 12713 26 12713 111 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 'createAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9140 /apex-mdapi/src/classes/MetadataService.cls 12713 26 12713 111 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 'createAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9141 /apex-mdapi/src/classes/MetadataService.cls 12714 26 12714 113 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 'enableLinking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9141 /apex-mdapi/src/classes/MetadataService.cls 12714 26 12714 113 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 'enableLinking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9142 /apex-mdapi/src/classes/MetadataService.cls 12715 26 12715 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9142 /apex-mdapi/src/classes/MetadataService.cls 12715 26 12715 99 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 'height_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9143 /apex-mdapi/src/classes/MetadataService.cls 12716 26 12716 97 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]*'
9143 /apex-mdapi/src/classes/MetadataService.cls 12716 26 12716 97 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]*'
9144 /apex-mdapi/src/classes/MetadataService.cls 12717 26 12717 99 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 'lookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9144 /apex-mdapi/src/classes/MetadataService.cls 12717 26 12717 99 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 'lookup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9145 /apex-mdapi/src/classes/MetadataService.cls 12718 26 12718 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9145 /apex-mdapi/src/classes/MetadataService.cls 12718 26 12718 97 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 'page_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9146 /apex-mdapi/src/classes/MetadataService.cls 12719 26 12719 112 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]*'
9146 /apex-mdapi/src/classes/MetadataService.cls 12719 26 12719 112 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]*'
9147 /apex-mdapi/src/classes/MetadataService.cls 12720 26 12720 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 'unit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9147 /apex-mdapi/src/classes/MetadataService.cls 12720 26 12720 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 'unit_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9148 /apex-mdapi/src/classes/MetadataService.cls 12721 26 12721 111 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 'updateAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9148 /apex-mdapi/src/classes/MetadataService.cls 12721 26 12721 111 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 'updateAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9149 /apex-mdapi/src/classes/MetadataService.cls 12722 26 12722 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9149 /apex-mdapi/src/classes/MetadataService.cls 12722 26 12722 97 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 'width_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9150 /apex-mdapi/src/classes/MetadataService.cls 12723 26 12723 89 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]*'
9150 /apex-mdapi/src/classes/MetadataService.cls 12723 26 12723 89 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]*'
9151 /apex-mdapi/src/classes/MetadataService.cls 12724 26 12724 190 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]*'
9151 /apex-mdapi/src/classes/MetadataService.cls 12724 26 12724 190 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]*'
9152 /apex-mdapi/src/classes/MetadataService.cls 12726 12 12737 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9152 /apex-mdapi/src/classes/MetadataService.cls 12726 12 12737 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9153 /apex-mdapi/src/classes/MetadataService.cls 12731 26 12731 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9153 /apex-mdapi/src/classes/MetadataService.cls 12731 26 12731 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9154 /apex-mdapi/src/classes/MetadataService.cls 12732 26 12732 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 'isCalculatingChanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9154 /apex-mdapi/src/classes/MetadataService.cls 12732 26 12732 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 'isCalculatingChanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9155 /apex-mdapi/src/classes/MetadataService.cls 12733 26 12733 97 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]*'
9155 /apex-mdapi/src/classes/MetadataService.cls 12733 26 12733 97 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]*'
9156 /apex-mdapi/src/classes/MetadataService.cls 12734 26 12734 116 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9156 /apex-mdapi/src/classes/MetadataService.cls 12734 26 12734 116 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 'permissionSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9157 /apex-mdapi/src/classes/MetadataService.cls 12735 26 12735 89 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]*'
9157 /apex-mdapi/src/classes/MetadataService.cls 12735 26 12735 89 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]*'
9158 /apex-mdapi/src/classes/MetadataService.cls 12736 26 12736 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_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9158 /apex-mdapi/src/classes/MetadataService.cls 12736 26 12736 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_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9159 /apex-mdapi/src/classes/MetadataService.cls 12738 12 12747 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9159 /apex-mdapi/src/classes/MetadataService.cls 12738 12 12747 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9160 /apex-mdapi/src/classes/MetadataService.cls 12741 23 12741 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 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
9160 /apex-mdapi/src/classes/MetadataService.cls 12741 23 12741 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 'user_x' doesn't match '[a-z][a-zA-Z0-9]*'
9161 /apex-mdapi/src/classes/MetadataService.cls 12742 26 12742 97 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 'inApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9161 /apex-mdapi/src/classes/MetadataService.cls 12742 26 12742 97 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 'inApp_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9162 /apex-mdapi/src/classes/MetadataService.cls 12743 26 12743 105 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 'sendEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9162 /apex-mdapi/src/classes/MetadataService.cls 12743 26 12743 105 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 'sendEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9163 /apex-mdapi/src/classes/MetadataService.cls 12744 26 12744 97 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9163 /apex-mdapi/src/classes/MetadataService.cls 12744 26 12744 97 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 'user_x_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9164 /apex-mdapi/src/classes/MetadataService.cls 12745 26 12745 89 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]*'
9164 /apex-mdapi/src/classes/MetadataService.cls 12745 26 12745 89 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]*'
9165 /apex-mdapi/src/classes/MetadataService.cls 12746 26 12746 92 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]*'
9165 /apex-mdapi/src/classes/MetadataService.cls 12746 26 12746 92 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]*'
9166 /apex-mdapi/src/classes/MetadataService.cls 12748 12 12759 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9166 /apex-mdapi/src/classes/MetadataService.cls 12748 12 12759 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9167 /apex-mdapi/src/classes/MetadataService.cls 12753 26 12753 116 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 'aggregateTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9167 /apex-mdapi/src/classes/MetadataService.cls 12753 26 12753 116 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 'aggregateTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9168 /apex-mdapi/src/classes/MetadataService.cls 12754 26 12754 97 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]*'
9168 /apex-mdapi/src/classes/MetadataService.cls 12754 26 12754 97 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]*'
9169 /apex-mdapi/src/classes/MetadataService.cls 12755 26 12755 113 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 'reverseColors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9169 /apex-mdapi/src/classes/MetadataService.cls 12755 26 12755 113 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 'reverseColors_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9170 /apex-mdapi/src/classes/MetadataService.cls 12756 26 12756 109 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 'showChanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9170 /apex-mdapi/src/classes/MetadataService.cls 12756 26 12756 109 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 'showChanges_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9171 /apex-mdapi/src/classes/MetadataService.cls 12757 26 12757 89 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]*'
9171 /apex-mdapi/src/classes/MetadataService.cls 12757 26 12757 89 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]*'
9172 /apex-mdapi/src/classes/MetadataService.cls 12758 26 12758 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9172 /apex-mdapi/src/classes/MetadataService.cls 12758 26 12758 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9173 /apex-mdapi/src/classes/MetadataService.cls 12760 12 12771 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9173 /apex-mdapi/src/classes/MetadataService.cls 12760 12 12771 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9174 /apex-mdapi/src/classes/MetadataService.cls 12763 26 12763 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9174 /apex-mdapi/src/classes/MetadataService.cls 12763 26 12763 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9175 /apex-mdapi/src/classes/MetadataService.cls 12766 26 12766 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9175 /apex-mdapi/src/classes/MetadataService.cls 12766 26 12766 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9176 /apex-mdapi/src/classes/MetadataService.cls 12767 26 12767 104 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 'holidays_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9176 /apex-mdapi/src/classes/MetadataService.cls 12767 26 12767 104 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 'holidays_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9177 /apex-mdapi/src/classes/MetadataService.cls 12768 26 12768 89 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]*'
9177 /apex-mdapi/src/classes/MetadataService.cls 12768 26 12768 89 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]*'
9178 /apex-mdapi/src/classes/MetadataService.cls 12769 26 12769 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9178 /apex-mdapi/src/classes/MetadataService.cls 12769 26 12769 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9179 /apex-mdapi/src/classes/MetadataService.cls 12770 26 12770 102 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]*'
9179 /apex-mdapi/src/classes/MetadataService.cls 12770 26 12770 102 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]*'
9180 /apex-mdapi/src/classes/MetadataService.cls 12772 12 12783 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9180 /apex-mdapi/src/classes/MetadataService.cls 12772 12 12783 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9181 /apex-mdapi/src/classes/MetadataService.cls 12775 26 12775 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9181 /apex-mdapi/src/classes/MetadataService.cls 12775 26 12775 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9182 /apex-mdapi/src/classes/MetadataService.cls 12778 26 12778 111 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 'enableTopics_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9182 /apex-mdapi/src/classes/MetadataService.cls 12778 26 12778 111 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 'enableTopics_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9183 /apex-mdapi/src/classes/MetadataService.cls 12779 26 12779 113 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 'entityApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9183 /apex-mdapi/src/classes/MetadataService.cls 12779 26 12779 113 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 'entityApiName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9184 /apex-mdapi/src/classes/MetadataService.cls 12780 26 12780 89 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]*'
9184 /apex-mdapi/src/classes/MetadataService.cls 12780 26 12780 89 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]*'
9185 /apex-mdapi/src/classes/MetadataService.cls 12781 26 12781 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9185 /apex-mdapi/src/classes/MetadataService.cls 12781 26 12781 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9186 /apex-mdapi/src/classes/MetadataService.cls 12782 26 12782 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]*'
9186 /apex-mdapi/src/classes/MetadataService.cls 12782 26 12782 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]*'
9187 /apex-mdapi/src/classes/MetadataService.cls 12784 12 12791 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9187 /apex-mdapi/src/classes/MetadataService.cls 12784 12 12791 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9188 /apex-mdapi/src/classes/MetadataService.cls 12787 26 12787 107 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 'promptText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9188 /apex-mdapi/src/classes/MetadataService.cls 12787 26 12787 107 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 'promptText_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9189 /apex-mdapi/src/classes/MetadataService.cls 12788 26 12788 115 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 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9189 /apex-mdapi/src/classes/MetadataService.cls 12788 26 12788 115 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 'validationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9190 /apex-mdapi/src/classes/MetadataService.cls 12789 26 12789 89 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]*'
9190 /apex-mdapi/src/classes/MetadataService.cls 12789 26 12789 89 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]*'
9191 /apex-mdapi/src/classes/MetadataService.cls 12790 26 12790 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]*'
9191 /apex-mdapi/src/classes/MetadataService.cls 12790 26 12790 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]*'
9192 /apex-mdapi/src/classes/MetadataService.cls 12792 12 12801 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9192 /apex-mdapi/src/classes/MetadataService.cls 12792 12 12801 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9193 /apex-mdapi/src/classes/MetadataService.cls 12796 26 12796 97 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]*'
9193 /apex-mdapi/src/classes/MetadataService.cls 12796 26 12796 97 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]*'
9194 /apex-mdapi/src/classes/MetadataService.cls 12797 26 12797 115 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 'isFieldManaged_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9194 /apex-mdapi/src/classes/MetadataService.cls 12797 26 12797 115 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 'isFieldManaged_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9195 /apex-mdapi/src/classes/MetadataService.cls 12798 26 12798 107 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9195 /apex-mdapi/src/classes/MetadataService.cls 12798 26 12798 107 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 'isRequired_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9196 /apex-mdapi/src/classes/MetadataService.cls 12799 26 12799 89 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]*'
9196 /apex-mdapi/src/classes/MetadataService.cls 12799 26 12799 89 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]*'
9197 /apex-mdapi/src/classes/MetadataService.cls 12800 26 12800 101 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]*'
9197 /apex-mdapi/src/classes/MetadataService.cls 12800 26 12800 101 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]*'
9198 /apex-mdapi/src/classes/MetadataService.cls 12802 12 12809 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9198 /apex-mdapi/src/classes/MetadataService.cls 12802 12 12809 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9199 /apex-mdapi/src/classes/MetadataService.cls 12805 26 12805 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9199 /apex-mdapi/src/classes/MetadataService.cls 12805 26 12805 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9200 /apex-mdapi/src/classes/MetadataService.cls 12806 26 12806 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9200 /apex-mdapi/src/classes/MetadataService.cls 12806 26 12806 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9201 /apex-mdapi/src/classes/MetadataService.cls 12807 26 12807 89 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]*'
9201 /apex-mdapi/src/classes/MetadataService.cls 12807 26 12807 89 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]*'
9202 /apex-mdapi/src/classes/MetadataService.cls 12808 26 12808 80 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]*'
9202 /apex-mdapi/src/classes/MetadataService.cls 12808 26 12808 80 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]*'
9203 /apex-mdapi/src/classes/MetadataService.cls 12810 12 12817 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9203 /apex-mdapi/src/classes/MetadataService.cls 12810 12 12817 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9204 /apex-mdapi/src/classes/MetadataService.cls 12813 26 12813 156 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 'similarOpportunitiesDisplayColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9204 /apex-mdapi/src/classes/MetadataService.cls 12813 26 12813 156 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 'similarOpportunitiesDisplayColumns_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9205 /apex-mdapi/src/classes/MetadataService.cls 12814 26 12814 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 'similarOpportunitiesMatchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9205 /apex-mdapi/src/classes/MetadataService.cls 12814 26 12814 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 'similarOpportunitiesMatchFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9206 /apex-mdapi/src/classes/MetadataService.cls 12815 26 12815 89 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]*'
9206 /apex-mdapi/src/classes/MetadataService.cls 12815 26 12815 89 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]*'
9207 /apex-mdapi/src/classes/MetadataService.cls 12816 26 12816 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9207 /apex-mdapi/src/classes/MetadataService.cls 12816 26 12816 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 'field_order_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9208 /apex-mdapi/src/classes/MetadataService.cls 12818 12 12843 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9208 /apex-mdapi/src/classes/MetadataService.cls 12818 12 12843 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9209 /apex-mdapi/src/classes/MetadataService.cls 12818 12 12843 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9209 /apex-mdapi/src/classes/MetadataService.cls 12818 12 12843 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9210 /apex-mdapi/src/classes/MetadataService.cls 12830 26 12830 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 'acrossGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9210 /apex-mdapi/src/classes/MetadataService.cls 12830 26 12830 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 'acrossGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9211 /apex-mdapi/src/classes/MetadataService.cls 12831 26 12831 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 'calculatedFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9211 /apex-mdapi/src/classes/MetadataService.cls 12831 26 12831 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 'calculatedFormula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9212 /apex-mdapi/src/classes/MetadataService.cls 12832 26 12832 103 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 'datatype_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9212 /apex-mdapi/src/classes/MetadataService.cls 12832 26 12832 103 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 'datatype_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9213 /apex-mdapi/src/classes/MetadataService.cls 12833 26 12833 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9213 /apex-mdapi/src/classes/MetadataService.cls 12833 26 12833 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9214 /apex-mdapi/src/classes/MetadataService.cls 12834 26 12834 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9214 /apex-mdapi/src/classes/MetadataService.cls 12834 26 12834 113 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 'developerName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9215 /apex-mdapi/src/classes/MetadataService.cls 12835 26 12835 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 'downGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9215 /apex-mdapi/src/classes/MetadataService.cls 12835 26 12835 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 'downGroupingContext_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9216 /apex-mdapi/src/classes/MetadataService.cls 12836 26 12836 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9216 /apex-mdapi/src/classes/MetadataService.cls 12836 26 12836 103 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 'isActive_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9217 /apex-mdapi/src/classes/MetadataService.cls 12837 26 12837 111 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 'isCrossBlock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9217 /apex-mdapi/src/classes/MetadataService.cls 12837 26 12837 111 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 'isCrossBlock_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9218 /apex-mdapi/src/classes/MetadataService.cls 12838 26 12838 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9218 /apex-mdapi/src/classes/MetadataService.cls 12838 26 12838 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9219 /apex-mdapi/src/classes/MetadataService.cls 12839 26 12839 107 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9219 /apex-mdapi/src/classes/MetadataService.cls 12839 26 12839 107 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 'reportType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9220 /apex-mdapi/src/classes/MetadataService.cls 12840 26 12840 97 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]*'
9220 /apex-mdapi/src/classes/MetadataService.cls 12840 26 12840 97 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]*'
9221 /apex-mdapi/src/classes/MetadataService.cls 12841 26 12841 89 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]*'
9221 /apex-mdapi/src/classes/MetadataService.cls 12841 26 12841 89 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]*'
9222 /apex-mdapi/src/classes/MetadataService.cls 12842 26 12842 231 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]*'
9222 /apex-mdapi/src/classes/MetadataService.cls 12842 26 12842 231 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]*'
9223 /apex-mdapi/src/classes/MetadataService.cls 12844 12 12863 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9223 /apex-mdapi/src/classes/MetadataService.cls 12844 12 12863 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9224 /apex-mdapi/src/classes/MetadataService.cls 12844 12 12863 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9224 /apex-mdapi/src/classes/MetadataService.cls 12844 12 12863 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9225 /apex-mdapi/src/classes/MetadataService.cls 12847 26 12847 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9225 /apex-mdapi/src/classes/MetadataService.cls 12847 26 12847 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9226 /apex-mdapi/src/classes/MetadataService.cls 12854 26 12854 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 'autoCalculateEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9226 /apex-mdapi/src/classes/MetadataService.cls 12854 26 12854 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 'autoCalculateEndDate_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9227 /apex-mdapi/src/classes/MetadataService.cls 12855 26 12855 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 'autoExpirationDelay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9227 /apex-mdapi/src/classes/MetadataService.cls 12855 26 12855 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 'autoExpirationDelay_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9228 /apex-mdapi/src/classes/MetadataService.cls 12856 26 12856 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 'autoExpirationRecipient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9228 /apex-mdapi/src/classes/MetadataService.cls 12856 26 12856 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 'autoExpirationRecipient_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9229 /apex-mdapi/src/classes/MetadataService.cls 12857 26 12857 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 'autoExpireContracts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9229 /apex-mdapi/src/classes/MetadataService.cls 12857 26 12857 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 'autoExpireContracts_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9230 /apex-mdapi/src/classes/MetadataService.cls 12858 26 12858 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 'enableContractHistoryTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9230 /apex-mdapi/src/classes/MetadataService.cls 12858 26 12858 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 'enableContractHistoryTracking_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9231 /apex-mdapi/src/classes/MetadataService.cls 12859 26 12859 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 'notifyOwnersOnContractExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9231 /apex-mdapi/src/classes/MetadataService.cls 12859 26 12859 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 'notifyOwnersOnContractExpiration_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9232 /apex-mdapi/src/classes/MetadataService.cls 12860 26 12860 89 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]*'
9232 /apex-mdapi/src/classes/MetadataService.cls 12860 26 12860 89 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]*'
9233 /apex-mdapi/src/classes/MetadataService.cls 12861 26 12861 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9233 /apex-mdapi/src/classes/MetadataService.cls 12861 26 12861 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9234 /apex-mdapi/src/classes/MetadataService.cls 12862 26 12862 235 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]*'
9234 /apex-mdapi/src/classes/MetadataService.cls 12862 26 12862 235 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]*'
9235 /apex-mdapi/src/classes/MetadataService.cls 12864 12 12873 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9235 /apex-mdapi/src/classes/MetadataService.cls 12864 12 12873 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9236 /apex-mdapi/src/classes/MetadataService.cls 12867 26 12867 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9236 /apex-mdapi/src/classes/MetadataService.cls 12867 26 12867 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9237 /apex-mdapi/src/classes/MetadataService.cls 12869 26 12869 116 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 'escalationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9237 /apex-mdapi/src/classes/MetadataService.cls 12869 26 12869 116 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 'escalationRule_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9238 /apex-mdapi/src/classes/MetadataService.cls 12870 26 12870 89 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]*'
9238 /apex-mdapi/src/classes/MetadataService.cls 12870 26 12870 89 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]*'
9239 /apex-mdapi/src/classes/MetadataService.cls 12871 26 12871 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9239 /apex-mdapi/src/classes/MetadataService.cls 12871 26 12871 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9240 /apex-mdapi/src/classes/MetadataService.cls 12872 26 12872 92 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]*'
9240 /apex-mdapi/src/classes/MetadataService.cls 12872 26 12872 92 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]*'
9241 /apex-mdapi/src/classes/MetadataService.cls 12874 12 12883 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9241 /apex-mdapi/src/classes/MetadataService.cls 12874 12 12883 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9242 /apex-mdapi/src/classes/MetadataService.cls 12878 26 12878 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 'customTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9242 /apex-mdapi/src/classes/MetadataService.cls 12878 26 12878 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 'customTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9243 /apex-mdapi/src/classes/MetadataService.cls 12879 26 12879 107 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 'defaultTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9243 /apex-mdapi/src/classes/MetadataService.cls 12879 26 12879 107 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 'defaultTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9244 /apex-mdapi/src/classes/MetadataService.cls 12880 26 12880 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 'standardTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9244 /apex-mdapi/src/classes/MetadataService.cls 12880 26 12880 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 'standardTab_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9245 /apex-mdapi/src/classes/MetadataService.cls 12881 26 12881 89 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]*'
9245 /apex-mdapi/src/classes/MetadataService.cls 12881 26 12881 89 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]*'
9246 /apex-mdapi/src/classes/MetadataService.cls 12882 26 12882 102 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]*'
9246 /apex-mdapi/src/classes/MetadataService.cls 12882 26 12882 102 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]*'
9247 /apex-mdapi/src/classes/MetadataService.cls 12884 12 12927 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9247 /apex-mdapi/src/classes/MetadataService.cls 12884 12 12927 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9248 /apex-mdapi/src/classes/MetadataService.cls 12884 12 12927 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class EmbeddedServiceLiveAgent has 20 public methods, attributes, and properties (limit: 20)
9248 /apex-mdapi/src/classes/MetadataService.cls 12884 12 12927 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class EmbeddedServiceLiveAgent has 20 public methods, attributes, and properties (limit: 20)
9249 /apex-mdapi/src/classes/MetadataService.cls 12884 12 12927 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9249 /apex-mdapi/src/classes/MetadataService.cls 12884 12 12927 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9250 /apex-mdapi/src/classes/MetadataService.cls 12887 26 12887 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9250 /apex-mdapi/src/classes/MetadataService.cls 12887 26 12887 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9251 /apex-mdapi/src/classes/MetadataService.cls 12906 26 12906 105 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 'avatarImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9251 /apex-mdapi/src/classes/MetadataService.cls 12906 26 12906 105 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 'avatarImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9252 /apex-mdapi/src/classes/MetadataService.cls 12907 26 12907 131 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 'customPrechatComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9252 /apex-mdapi/src/classes/MetadataService.cls 12907 26 12907 131 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 'customPrechatComponent_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9253 /apex-mdapi/src/classes/MetadataService.cls 12908 26 12908 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 'embeddedServiceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9253 /apex-mdapi/src/classes/MetadataService.cls 12908 26 12908 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 'embeddedServiceConfig_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9254 /apex-mdapi/src/classes/MetadataService.cls 12909 26 12909 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 'embeddedServiceQuickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9254 /apex-mdapi/src/classes/MetadataService.cls 12909 26 12909 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 'embeddedServiceQuickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9255 /apex-mdapi/src/classes/MetadataService.cls 12910 26 12910 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9255 /apex-mdapi/src/classes/MetadataService.cls 12910 26 12910 101 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 'enabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9256 /apex-mdapi/src/classes/MetadataService.cls 12911 26 12911 103 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 'fontSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9256 /apex-mdapi/src/classes/MetadataService.cls 12911 26 12911 103 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 'fontSize_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9257 /apex-mdapi/src/classes/MetadataService.cls 12912 26 12912 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 'headerBackgroundImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9257 /apex-mdapi/src/classes/MetadataService.cls 12912 26 12912 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 'headerBackgroundImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9258 /apex-mdapi/src/classes/MetadataService.cls 12913 26 12913 119 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 'liveAgentChatUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9258 /apex-mdapi/src/classes/MetadataService.cls 12913 26 12913 119 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 'liveAgentChatUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9259 /apex-mdapi/src/classes/MetadataService.cls 12914 26 12914 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 'liveAgentContentUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9259 /apex-mdapi/src/classes/MetadataService.cls 12914 26 12914 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 'liveAgentContentUrl_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9260 /apex-mdapi/src/classes/MetadataService.cls 12915 26 12915 115 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 'liveChatButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9260 /apex-mdapi/src/classes/MetadataService.cls 12915 26 12915 115 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 'liveChatButton_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9261 /apex-mdapi/src/classes/MetadataService.cls 12916 26 12916 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 'liveChatDeployment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9261 /apex-mdapi/src/classes/MetadataService.cls 12916 26 12916 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 'liveChatDeployment_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9262 /apex-mdapi/src/classes/MetadataService.cls 12917 26 12917 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9262 /apex-mdapi/src/classes/MetadataService.cls 12917 26 12917 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9263 /apex-mdapi/src/classes/MetadataService.cls 12918 26 12918 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 'prechatBackgroundImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9263 /apex-mdapi/src/classes/MetadataService.cls 12918 26 12918 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 'prechatBackgroundImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9264 /apex-mdapi/src/classes/MetadataService.cls 12919 26 12919 115 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 'prechatEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9264 /apex-mdapi/src/classes/MetadataService.cls 12919 26 12919 115 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 'prechatEnabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9265 /apex-mdapi/src/classes/MetadataService.cls 12920 26 12920 109 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 'prechatJson_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9265 /apex-mdapi/src/classes/MetadataService.cls 12920 26 12920 109 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 'prechatJson_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9266 /apex-mdapi/src/classes/MetadataService.cls 12921 26 12921 103 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 'scenario_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9266 /apex-mdapi/src/classes/MetadataService.cls 12921 26 12921 103 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 'scenario_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9267 /apex-mdapi/src/classes/MetadataService.cls 12922 26 12922 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 'smallCompanyLogoImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9267 /apex-mdapi/src/classes/MetadataService.cls 12922 26 12922 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 'smallCompanyLogoImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9268 /apex-mdapi/src/classes/MetadataService.cls 12923 26 12923 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 'waitingStateBackgroundImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9268 /apex-mdapi/src/classes/MetadataService.cls 12923 26 12923 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 'waitingStateBackgroundImg_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9269 /apex-mdapi/src/classes/MetadataService.cls 12924 26 12924 89 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]*'
9269 /apex-mdapi/src/classes/MetadataService.cls 12924 26 12924 89 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]*'
9270 /apex-mdapi/src/classes/MetadataService.cls 12925 26 12925 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9270 /apex-mdapi/src/classes/MetadataService.cls 12925 26 12925 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9271 /apex-mdapi/src/classes/MetadataService.cls 12926 26 12926 417 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]*'
9271 /apex-mdapi/src/classes/MetadataService.cls 12926 26 12926 417 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]*'
9272 /apex-mdapi/src/classes/MetadataService.cls 12928 12 13045 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9272 /apex-mdapi/src/classes/MetadataService.cls 12928 12 13045 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9273 /apex-mdapi/src/classes/MetadataService.cls 12928 12 13045 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomField has 57 public methods, attributes, and properties (limit: 20)
9273 /apex-mdapi/src/classes/MetadataService.cls 12928 12 13045 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class CustomField has 57 public methods, attributes, and properties (limit: 20)
9274 /apex-mdapi/src/classes/MetadataService.cls 12928 12 13045 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9274 /apex-mdapi/src/classes/MetadataService.cls 12928 12 13045 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9275 /apex-mdapi/src/classes/MetadataService.cls 12931 26 12931 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9275 /apex-mdapi/src/classes/MetadataService.cls 12931 26 12931 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9276 /apex-mdapi/src/classes/MetadataService.cls 12982 23 12982 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]*'
9276 /apex-mdapi/src/classes/MetadataService.cls 12982 23 12982 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]*'
9277 /apex-mdapi/src/classes/MetadataService.cls 12987 26 12987 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 'businessOwnerGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9277 /apex-mdapi/src/classes/MetadataService.cls 12987 26 12987 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 'businessOwnerGroup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9278 /apex-mdapi/src/classes/MetadataService.cls 12988 26 12988 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 'businessOwnerUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9278 /apex-mdapi/src/classes/MetadataService.cls 12988 26 12988 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 'businessOwnerUser_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9279 /apex-mdapi/src/classes/MetadataService.cls 12989 26 12989 115 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 'businessStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9279 /apex-mdapi/src/classes/MetadataService.cls 12989 26 12989 115 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 'businessStatus_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9280 /apex-mdapi/src/classes/MetadataService.cls 12990 26 12990 113 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]*'
9280 /apex-mdapi/src/classes/MetadataService.cls 12990 26 12990 113 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]*'
9281 /apex-mdapi/src/classes/MetadataService.cls 12991 26 12991 115 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 'customDataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9281 /apex-mdapi/src/classes/MetadataService.cls 12991 26 12991 115 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 'customDataType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9282 /apex-mdapi/src/classes/MetadataService.cls 12992 26 12992 111 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]*'
9282 /apex-mdapi/src/classes/MetadataService.cls 12992 26 12992 111 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]*'
9283 /apex-mdapi/src/classes/MetadataService.cls 12993 26 12993 119 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 'deleteConstraint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9283 /apex-mdapi/src/classes/MetadataService.cls 12993 26 12993 119 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 'deleteConstraint_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9284 /apex-mdapi/src/classes/MetadataService.cls 12994 26 12994 107 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9284 /apex-mdapi/src/classes/MetadataService.cls 12994 26 12994 107 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 'deprecated_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9285 /apex-mdapi/src/classes/MetadataService.cls 12995 26 12995 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9285 /apex-mdapi/src/classes/MetadataService.cls 12995 26 12995 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9286 /apex-mdapi/src/classes/MetadataService.cls 12996 26 12996 113 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9286 /apex-mdapi/src/classes/MetadataService.cls 12996 26 12996 113 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 'displayFormat_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9287 /apex-mdapi/src/classes/MetadataService.cls 12997 26 12997 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 'displayLocationInDecimal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9287 /apex-mdapi/src/classes/MetadataService.cls 12997 26 12997 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 'displayLocationInDecimal_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9288 /apex-mdapi/src/classes/MetadataService.cls 12998 26 12998 105 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 'encrypted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9288 /apex-mdapi/src/classes/MetadataService.cls 12998 26 12998 105 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 'encrypted_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9289 /apex-mdapi/src/classes/MetadataService.cls 12999 26 12999 111 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 'escapeMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9289 /apex-mdapi/src/classes/MetadataService.cls 12999 26 12999 111 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 'escapeMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9290 /apex-mdapi/src/classes/MetadataService.cls 13000 26 13000 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 'externalDeveloperName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9290 /apex-mdapi/src/classes/MetadataService.cls 13000 26 13000 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 'externalDeveloperName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9291 /apex-mdapi/src/classes/MetadataService.cls 13001 26 13001 107 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]*'
9291 /apex-mdapi/src/classes/MetadataService.cls 13001 26 13001 107 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]*'
9292 /apex-mdapi/src/classes/MetadataService.cls 13002 26 13002 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 'fieldManageability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9292 /apex-mdapi/src/classes/MetadataService.cls 13002 26 13002 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 'fieldManageability_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9293 /apex-mdapi/src/classes/MetadataService.cls 13003 26 13003 101 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9293 /apex-mdapi/src/classes/MetadataService.cls 13003 26 13003 101 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9294 /apex-mdapi/src/classes/MetadataService.cls 13004 26 13004 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 'formulaTreatBlanksAs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9294 /apex-mdapi/src/classes/MetadataService.cls 13004 26 13004 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 'formulaTreatBlanksAs_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9295 /apex-mdapi/src/classes/MetadataService.cls 13005 26 13005 115 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]*'
9295 /apex-mdapi/src/classes/MetadataService.cls 13005 26 13005 115 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]*'
9296 /apex-mdapi/src/classes/MetadataService.cls 13006 26 13006 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 'isConvertLeadDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9296 /apex-mdapi/src/classes/MetadataService.cls 13006 26 13006 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 'isConvertLeadDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9297 /apex-mdapi/src/classes/MetadataService.cls 13007 26 13007 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 'isFilteringDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9297 /apex-mdapi/src/classes/MetadataService.cls 13007 26 13007 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 'isFilteringDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9298 /apex-mdapi/src/classes/MetadataService.cls 13008 26 13008 109 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 'isNameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9298 /apex-mdapi/src/classes/MetadataService.cls 13008 26 13008 109 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 'isNameField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9299 /apex-mdapi/src/classes/MetadataService.cls 13009 26 13009 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 'isSortingDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9299 /apex-mdapi/src/classes/MetadataService.cls 13009 26 13009 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 'isSortingDisabled_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9300 /apex-mdapi/src/classes/MetadataService.cls 13010 26 13010 97 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]*'
9300 /apex-mdapi/src/classes/MetadataService.cls 13010 26 13010 97 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]*'
9301 /apex-mdapi/src/classes/MetadataService.cls 13011 26 13011 99 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]*'
9301 /apex-mdapi/src/classes/MetadataService.cls 13011 26 13011 99 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]*'
9302 /apex-mdapi/src/classes/MetadataService.cls 13012 26 13012 111 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9302 /apex-mdapi/src/classes/MetadataService.cls 13012 26 13012 111 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 'lookupFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9303 /apex-mdapi/src/classes/MetadataService.cls 13013 26 13013 103 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 'maskChar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9303 /apex-mdapi/src/classes/MetadataService.cls 13013 26 13013 103 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 'maskChar_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9304 /apex-mdapi/src/classes/MetadataService.cls 13014 26 13014 103 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 'maskType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9304 /apex-mdapi/src/classes/MetadataService.cls 13014 26 13014 103 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 'maskType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9305 /apex-mdapi/src/classes/MetadataService.cls 13015 26 13015 159 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 'metadataRelationshipControllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9305 /apex-mdapi/src/classes/MetadataService.cls 13015 26 13015 159 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 'metadataRelationshipControllingField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9306 /apex-mdapi/src/classes/MetadataService.cls 13016 26 13016 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 'populateExistingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9306 /apex-mdapi/src/classes/MetadataService.cls 13016 26 13016 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 'populateExistingRows_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9307 /apex-mdapi/src/classes/MetadataService.cls 13017 26 13017 105 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]*'
9307 /apex-mdapi/src/classes/MetadataService.cls 13017 26 13017 105 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]*'
9308 /apex-mdapi/src/classes/MetadataService.cls 13018 26 13018 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 'referenceTargetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9308 /apex-mdapi/src/classes/MetadataService.cls 13018 26 13018 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 'referenceTargetField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9309 /apex-mdapi/src/classes/MetadataService.cls 13019 26 13019 109 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]*'
9309 /apex-mdapi/src/classes/MetadataService.cls 13019 26 13019 109 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]*'
9310 /apex-mdapi/src/classes/MetadataService.cls 13020 26 13020 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9310 /apex-mdapi/src/classes/MetadataService.cls 13020 26 13020 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 'relationshipLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9311 /apex-mdapi/src/classes/MetadataService.cls 13021 26 13021 119 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]*'
9311 /apex-mdapi/src/classes/MetadataService.cls 13021 26 13021 119 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]*'
9312 /apex-mdapi/src/classes/MetadataService.cls 13022 26 13022 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 'relationshipOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9312 /apex-mdapi/src/classes/MetadataService.cls 13022 26 13022 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 'relationshipOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9313 /apex-mdapi/src/classes/MetadataService.cls 13023 26 13023 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 'reparentableMasterDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9313 /apex-mdapi/src/classes/MetadataService.cls 13023 26 13023 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 'reparentableMasterDetail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9314 /apex-mdapi/src/classes/MetadataService.cls 13024 26 13024 103 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]*'
9314 /apex-mdapi/src/classes/MetadataService.cls 13024 26 13024 103 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]*'
9315 /apex-mdapi/src/classes/MetadataService.cls 13025 26 13025 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 'restrictedAdminField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9315 /apex-mdapi/src/classes/MetadataService.cls 13025 26 13025 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 'restrictedAdminField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9316 /apex-mdapi/src/classes/MetadataService.cls 13026 26 13026 97 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]*'
9316 /apex-mdapi/src/classes/MetadataService.cls 13026 26 13026 97 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]*'
9317 /apex-mdapi/src/classes/MetadataService.cls 13027 26 13027 131 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 'securityClassification_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9317 /apex-mdapi/src/classes/MetadataService.cls 13027 26 13027 131 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 'securityClassification_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9318 /apex-mdapi/src/classes/MetadataService.cls 13028 26 13028 115 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 'startingNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9318 /apex-mdapi/src/classes/MetadataService.cls 13028 26 13028 115 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 'startingNumber_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9319 /apex-mdapi/src/classes/MetadataService.cls 13029 26 13029 109 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 'stripMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9319 /apex-mdapi/src/classes/MetadataService.cls 13029 26 13029 109 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 'stripMarkup_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9320 /apex-mdapi/src/classes/MetadataService.cls 13030 26 13030 117 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 'summarizedField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9320 /apex-mdapi/src/classes/MetadataService.cls 13030 26 13030 117 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 'summarizedField_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9321 /apex-mdapi/src/classes/MetadataService.cls 13031 26 13031 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 'summaryFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9321 /apex-mdapi/src/classes/MetadataService.cls 13031 26 13031 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 'summaryFilterItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9322 /apex-mdapi/src/classes/MetadataService.cls 13032 26 13032 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 'summaryForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9322 /apex-mdapi/src/classes/MetadataService.cls 13032 26 13032 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 'summaryForeignKey_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9323 /apex-mdapi/src/classes/MetadataService.cls 13033 26 13033 119 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 'summaryOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9323 /apex-mdapi/src/classes/MetadataService.cls 13033 26 13033 119 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 'summaryOperation_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9324 /apex-mdapi/src/classes/MetadataService.cls 13034 26 13034 119 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 'trackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9324 /apex-mdapi/src/classes/MetadataService.cls 13034 26 13034 119 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 'trackFeedHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9325 /apex-mdapi/src/classes/MetadataService.cls 13035 26 13035 111 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 'trackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9325 /apex-mdapi/src/classes/MetadataService.cls 13035 26 13035 111 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 'trackHistory_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9326 /apex-mdapi/src/classes/MetadataService.cls 13036 26 13036 113 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 'trackTrending_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9326 /apex-mdapi/src/classes/MetadataService.cls 13036 26 13036 113 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 'trackTrending_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9327 /apex-mdapi/src/classes/MetadataService.cls 13037 26 13037 97 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]*'
9327 /apex-mdapi/src/classes/MetadataService.cls 13037 26 13037 97 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]*'
9328 /apex-mdapi/src/classes/MetadataService.cls 13038 26 13038 99 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]*'
9328 /apex-mdapi/src/classes/MetadataService.cls 13038 26 13038 99 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]*'
9329 /apex-mdapi/src/classes/MetadataService.cls 13039 26 13039 103 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 'valueSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9329 /apex-mdapi/src/classes/MetadataService.cls 13039 26 13039 103 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 'valueSet_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9330 /apex-mdapi/src/classes/MetadataService.cls 13040 26 13040 111 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 'visibleLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9330 /apex-mdapi/src/classes/MetadataService.cls 13040 26 13040 111 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 'visibleLines_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9331 /apex-mdapi/src/classes/MetadataService.cls 13041 26 13041 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 'writeRequiresMasterRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9331 /apex-mdapi/src/classes/MetadataService.cls 13041 26 13041 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 'writeRequiresMasterRead_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9332 /apex-mdapi/src/classes/MetadataService.cls 13042 26 13042 89 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]*'
9332 /apex-mdapi/src/classes/MetadataService.cls 13042 26 13042 89 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]*'
9333 /apex-mdapi/src/classes/MetadataService.cls 13043 26 13043 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9333 /apex-mdapi/src/classes/MetadataService.cls 13043 26 13043 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9334 /apex-mdapi/src/classes/MetadataService.cls 13044 26 13044 1032 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]*'
9334 /apex-mdapi/src/classes/MetadataService.cls 13044 26 13044 1032 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]*'
9335 /apex-mdapi/src/classes/MetadataService.cls 13046 12 13055 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9335 /apex-mdapi/src/classes/MetadataService.cls 13046 12 13055 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9336 /apex-mdapi/src/classes/MetadataService.cls 13050 26 13050 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9336 /apex-mdapi/src/classes/MetadataService.cls 13050 26 13050 109 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 'description_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9337 /apex-mdapi/src/classes/MetadataService.cls 13051 26 13051 104 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 'keywords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9337 /apex-mdapi/src/classes/MetadataService.cls 13051 26 13051 104 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 'keywords_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9338 /apex-mdapi/src/classes/MetadataService.cls 13052 26 13052 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9338 /apex-mdapi/src/classes/MetadataService.cls 13052 26 13052 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9339 /apex-mdapi/src/classes/MetadataService.cls 13053 26 13053 89 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]*'
9339 /apex-mdapi/src/classes/MetadataService.cls 13053 26 13053 89 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]*'
9340 /apex-mdapi/src/classes/MetadataService.cls 13054 26 13054 102 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]*'
9340 /apex-mdapi/src/classes/MetadataService.cls 13054 26 13054 102 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]*'
9341 /apex-mdapi/src/classes/MetadataService.cls 13056 12 13065 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9341 /apex-mdapi/src/classes/MetadataService.cls 13056 12 13065 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9342 /apex-mdapi/src/classes/MetadataService.cls 13060 26 13060 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 'blankValueBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9342 /apex-mdapi/src/classes/MetadataService.cls 13060 26 13060 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 'blankValueBehavior_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9343 /apex-mdapi/src/classes/MetadataService.cls 13061 26 13061 105 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 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9343 /apex-mdapi/src/classes/MetadataService.cls 13061 26 13061 105 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 'fieldName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9344 /apex-mdapi/src/classes/MetadataService.cls 13062 26 13062 115 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 'matchingMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9344 /apex-mdapi/src/classes/MetadataService.cls 13062 26 13062 115 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 'matchingMethod_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9345 /apex-mdapi/src/classes/MetadataService.cls 13063 26 13063 89 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]*'
9345 /apex-mdapi/src/classes/MetadataService.cls 13063 26 13063 89 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]*'
9346 /apex-mdapi/src/classes/MetadataService.cls 13064 26 13064 113 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]*'
9346 /apex-mdapi/src/classes/MetadataService.cls 13064 26 13064 113 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]*'
9347 /apex-mdapi/src/classes/MetadataService.cls 13066 12 13103 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9347 /apex-mdapi/src/classes/MetadataService.cls 13066 12 13103 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9348 /apex-mdapi/src/classes/MetadataService.cls 13066 12 13103 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9348 /apex-mdapi/src/classes/MetadataService.cls 13066 12 13103 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9349 /apex-mdapi/src/classes/MetadataService.cls 13084 26 13084 107 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9349 /apex-mdapi/src/classes/MetadataService.cls 13084 26 13084 107 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 'assignedTo_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9350 /apex-mdapi/src/classes/MetadataService.cls 13085 26 13085 115 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 'assignedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9350 /apex-mdapi/src/classes/MetadataService.cls 13085 26 13085 115 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 'assignedToType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9351 /apex-mdapi/src/classes/MetadataService.cls 13086 26 13086 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9351 /apex-mdapi/src/classes/MetadataService.cls 13086 26 13086 113 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 'booleanFilter_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9352 /apex-mdapi/src/classes/MetadataService.cls 13087 26 13087 113 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9352 /apex-mdapi/src/classes/MetadataService.cls 13087 26 13087 113 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 'businessHours_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9353 /apex-mdapi/src/classes/MetadataService.cls 13088 26 13088 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 'businessHoursSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9353 /apex-mdapi/src/classes/MetadataService.cls 13088 26 13088 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 'businessHoursSource_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9354 /apex-mdapi/src/classes/MetadataService.cls 13089 26 13089 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9354 /apex-mdapi/src/classes/MetadataService.cls 13089 26 13089 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 'criteriaItems_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9355 /apex-mdapi/src/classes/MetadataService.cls 13090 26 13090 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 'disableEscalationWhenModified_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9355 /apex-mdapi/src/classes/MetadataService.cls 13090 26 13090 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 'disableEscalationWhenModified_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9356 /apex-mdapi/src/classes/MetadataService.cls 13091 26 13091 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 'escalationAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9356 /apex-mdapi/src/classes/MetadataService.cls 13091 26 13091 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 'escalationAction_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9357 /apex-mdapi/src/classes/MetadataService.cls 13092 26 13092 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 'escalationStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9357 /apex-mdapi/src/classes/MetadataService.cls 13092 26 13092 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 'escalationStartTime_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9358 /apex-mdapi/src/classes/MetadataService.cls 13093 26 13093 101 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9358 /apex-mdapi/src/classes/MetadataService.cls 13093 26 13093 101 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 'formula_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9359 /apex-mdapi/src/classes/MetadataService.cls 13094 26 13094 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 'notifyCcRecipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9359 /apex-mdapi/src/classes/MetadataService.cls 13094 26 13094 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 'notifyCcRecipients_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9360 /apex-mdapi/src/classes/MetadataService.cls 13095 26 13095 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 'overrideExistingTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9360 /apex-mdapi/src/classes/MetadataService.cls 13095 26 13095 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 'overrideExistingTeams_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9361 /apex-mdapi/src/classes/MetadataService.cls 13096 26 13096 111 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 'replyToEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9361 /apex-mdapi/src/classes/MetadataService.cls 13096 26 13096 111 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 'replyToEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9362 /apex-mdapi/src/classes/MetadataService.cls 13097 26 13097 109 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 'senderEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9362 /apex-mdapi/src/classes/MetadataService.cls 13097 26 13097 109 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 'senderEmail_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9363 /apex-mdapi/src/classes/MetadataService.cls 13098 26 13098 107 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 'senderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9363 /apex-mdapi/src/classes/MetadataService.cls 13098 26 13098 107 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 'senderName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9364 /apex-mdapi/src/classes/MetadataService.cls 13099 26 13099 96 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 'team_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9364 /apex-mdapi/src/classes/MetadataService.cls 13099 26 13099 96 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 'team_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9365 /apex-mdapi/src/classes/MetadataService.cls 13100 26 13100 103 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9365 /apex-mdapi/src/classes/MetadataService.cls 13100 26 13100 103 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 'template_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9366 /apex-mdapi/src/classes/MetadataService.cls 13101 26 13101 89 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]*'
9366 /apex-mdapi/src/classes/MetadataService.cls 13101 26 13101 89 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]*'
9367 /apex-mdapi/src/classes/MetadataService.cls 13102 26 13102 351 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]*'
9367 /apex-mdapi/src/classes/MetadataService.cls 13102 26 13102 351 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]*'
9368 /apex-mdapi/src/classes/MetadataService.cls 13104 12 13111 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9368 /apex-mdapi/src/classes/MetadataService.cls 13104 12 13111 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9369 /apex-mdapi/src/classes/MetadataService.cls 13107 26 13107 107 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 'sortColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9369 /apex-mdapi/src/classes/MetadataService.cls 13107 26 13107 107 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 'sortColumn_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9370 /apex-mdapi/src/classes/MetadataService.cls 13108 26 13108 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9370 /apex-mdapi/src/classes/MetadataService.cls 13108 26 13108 105 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 'sortOrder_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9371 /apex-mdapi/src/classes/MetadataService.cls 13109 26 13109 89 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]*'
9371 /apex-mdapi/src/classes/MetadataService.cls 13109 26 13109 89 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]*'
9372 /apex-mdapi/src/classes/MetadataService.cls 13110 26 13110 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]*'
9372 /apex-mdapi/src/classes/MetadataService.cls 13110 26 13110 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]*'
9373 /apex-mdapi/src/classes/MetadataService.cls 13112 12 13147 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9373 /apex-mdapi/src/classes/MetadataService.cls 13112 12 13147 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9374 /apex-mdapi/src/classes/MetadataService.cls 13112 12 13147 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9374 /apex-mdapi/src/classes/MetadataService.cls 13112 12 13147 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9375 /apex-mdapi/src/classes/MetadataService.cls 13115 26 13115 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9375 /apex-mdapi/src/classes/MetadataService.cls 13115 26 13115 103 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 'fullName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9376 /apex-mdapi/src/classes/MetadataService.cls 13130 26 13130 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9376 /apex-mdapi/src/classes/MetadataService.cls 13130 26 13130 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 'caseValues_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9377 /apex-mdapi/src/classes/MetadataService.cls 13131 26 13131 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 'fieldSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9377 /apex-mdapi/src/classes/MetadataService.cls 13131 26 13131 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 'fieldSets_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9378 /apex-mdapi/src/classes/MetadataService.cls 13132 26 13132 100 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]*'
9378 /apex-mdapi/src/classes/MetadataService.cls 13132 26 13132 100 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]*'
9379 /apex-mdapi/src/classes/MetadataService.cls 13133 26 13133 99 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9379 /apex-mdapi/src/classes/MetadataService.cls 13133 26 13133 99 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 'gender_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9380 /apex-mdapi/src/classes/MetadataService.cls 13134 26 13134 102 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]*'
9380 /apex-mdapi/src/classes/MetadataService.cls 13134 26 13134 102 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]*'
9381 /apex-mdapi/src/classes/MetadataService.cls 13135 26 13135 115 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 'nameFieldLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9381 /apex-mdapi/src/classes/MetadataService.cls 13135 26 13135 115 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 'nameFieldLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9382 /apex-mdapi/src/classes/MetadataService.cls 13136 26 13136 112 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9382 /apex-mdapi/src/classes/MetadataService.cls 13136 26 13136 112 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 'quickActions_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9383 /apex-mdapi/src/classes/MetadataService.cls 13137 26 13137 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9383 /apex-mdapi/src/classes/MetadataService.cls 13137 26 13137 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 'recordTypes_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9384 /apex-mdapi/src/classes/MetadataService.cls 13138 26 13138 116 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9384 /apex-mdapi/src/classes/MetadataService.cls 13138 26 13138 116 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 'sharingReasons_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9385 /apex-mdapi/src/classes/MetadataService.cls 13139 26 13139 116 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 'standardFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9385 /apex-mdapi/src/classes/MetadataService.cls 13139 26 13139 116 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 'standardFields_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9386 /apex-mdapi/src/classes/MetadataService.cls 13140 26 13140 107 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9386 /apex-mdapi/src/classes/MetadataService.cls 13140 26 13140 107 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 'startsWith_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9387 /apex-mdapi/src/classes/MetadataService.cls 13141 26 13141 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9387 /apex-mdapi/src/classes/MetadataService.cls 13141 26 13141 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 'validationRules_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9388 /apex-mdapi/src/classes/MetadataService.cls 13142 26 13142 104 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9388 /apex-mdapi/src/classes/MetadataService.cls 13142 26 13142 104 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 'webLinks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9389 /apex-mdapi/src/classes/MetadataService.cls 13143 26 13143 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 'workflowTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9389 /apex-mdapi/src/classes/MetadataService.cls 13143 26 13143 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 'workflowTasks_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9390 /apex-mdapi/src/classes/MetadataService.cls 13144 26 13144 89 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]*'
9390 /apex-mdapi/src/classes/MetadataService.cls 13144 26 13144 89 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]*'
9391 /apex-mdapi/src/classes/MetadataService.cls 13145 26 13145 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9391 /apex-mdapi/src/classes/MetadataService.cls 13145 26 13145 66 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_att_info' doesn't match '[a-z][a-zA-Z0-9]*'
9392 /apex-mdapi/src/classes/MetadataService.cls 13146 26 13146 266 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]*'
9392 /apex-mdapi/src/classes/MetadataService.cls 13146 26 13146 266 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]*'
9393 /apex-mdapi/src/classes/MetadataService.cls 13148 12 13191 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9393 /apex-mdapi/src/classes/MetadataService.cls 13148 12 13191 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9394 /apex-mdapi/src/classes/MetadataService.cls 13148 12 13191 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class ForecastingTypeSettings has 20 public methods, attributes, and properties (limit: 20)
9394 /apex-mdapi/src/classes/MetadataService.cls 13148 12 13191 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class ForecastingTypeSettings has 20 public methods, attributes, and properties (limit: 20)
9395 /apex-mdapi/src/classes/MetadataService.cls 13148 12 13191 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9395 /apex-mdapi/src/classes/MetadataService.cls 13148 12 13191 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9396 /apex-mdapi/src/classes/MetadataService.cls 13169 26 13169 99 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]*'
9396 /apex-mdapi/src/classes/MetadataService.cls 13169 26 13169 99 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]*'
9397 /apex-mdapi/src/classes/MetadataService.cls 13170 26 13170 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 'adjustmentsSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9397 /apex-mdapi/src/classes/MetadataService.cls 13170 26 13170 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 'adjustmentsSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9398 /apex-mdapi/src/classes/MetadataService.cls 13171 26 13171 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 'displayedCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9398 /apex-mdapi/src/classes/MetadataService.cls 13171 26 13171 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 'displayedCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9399 /apex-mdapi/src/classes/MetadataService.cls 13172 26 13172 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 'forecastRangeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9399 /apex-mdapi/src/classes/MetadataService.cls 13172 26 13172 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 'forecastRangeSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9400 /apex-mdapi/src/classes/MetadataService.cls 13173 26 13173 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 'forecastedCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9400 /apex-mdapi/src/classes/MetadataService.cls 13173 26 13173 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 'forecastedCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9401 /apex-mdapi/src/classes/MetadataService.cls 13174 26 13174 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 'forecastingDateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9401 /apex-mdapi/src/classes/MetadataService.cls 13174 26 13174 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 'forecastingDateType_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9402 /apex-mdapi/src/classes/MetadataService.cls 13175 26 13175 119 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 'hasProductFamily_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9402 /apex-mdapi/src/classes/MetadataService.cls 13175 26 13175 119 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 'hasProductFamily_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9403 /apex-mdapi/src/classes/MetadataService.cls 13176 26 13176 103 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 'isAmount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9403 /apex-mdapi/src/classes/MetadataService.cls 13176 26 13176 103 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 'isAmount_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9404 /apex-mdapi/src/classes/MetadataService.cls 13177 26 13177 109 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 'isAvailable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9404 /apex-mdapi/src/classes/MetadataService.cls 13177 26 13177 109 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 'isAvailable_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9405 /apex-mdapi/src/classes/MetadataService.cls 13178 26 13178 107 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 'isQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9405 /apex-mdapi/src/classes/MetadataService.cls 13178 26 13178 107 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 'isQuantity_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9406 /apex-mdapi/src/classes/MetadataService.cls 13179 26 13179 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 'managerAdjustableCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9406 /apex-mdapi/src/classes/MetadataService.cls 13179 26 13179 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 'managerAdjustableCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9407 /apex-mdapi/src/classes/MetadataService.cls 13180 26 13180 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9407 /apex-mdapi/src/classes/MetadataService.cls 13180 26 13180 109 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 'masterLabel_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9408 /apex-mdapi/src/classes/MetadataService.cls 13181 26 13181 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9408 /apex-mdapi/src/classes/MetadataService.cls 13181 26 13181 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 'name_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9409 /apex-mdapi/src/classes/MetadataService.cls 13182 26 13182 156 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 'opportunityListFieldsLabelMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9409 /apex-mdapi/src/classes/MetadataService.cls 13182 26 13182 156 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 'opportunityListFieldsLabelMappings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9410 /apex-mdapi/src/classes/MetadataService.cls 13183 26 13183 161 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 'opportunityListFieldsSelectedSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9410 /apex-mdapi/src/classes/MetadataService.cls 13183 26 13183 161 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 'opportunityListFieldsSelectedSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9411 /apex-mdapi/src/classes/MetadataService.cls 13184 26 13184 165 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 'opportunityListFieldsUnselectedSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9411 /apex-mdapi/src/classes/MetadataService.cls 13184 26 13184 165 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 'opportunityListFieldsUnselectedSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9412 /apex-mdapi/src/classes/MetadataService.cls 13185 26 13185 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 'opportunitySplitName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9412 /apex-mdapi/src/classes/MetadataService.cls 13185 26 13185 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 'opportunitySplitName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9413 /apex-mdapi/src/classes/MetadataService.cls 13186 26 13186 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 'ownerAdjustableCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9413 /apex-mdapi/src/classes/MetadataService.cls 13186 26 13186 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 'ownerAdjustableCategoryApiNames_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9414 /apex-mdapi/src/classes/MetadataService.cls 13187 26 13187 115 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 'quotasSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9414 /apex-mdapi/src/classes/MetadataService.cls 13187 26 13187 115 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 'quotasSettings_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9415 /apex-mdapi/src/classes/MetadataService.cls 13188 26 13188 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 'territory2ModelName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9415 /apex-mdapi/src/classes/MetadataService.cls 13188 26 13188 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 'territory2ModelName_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9416 /apex-mdapi/src/classes/MetadataService.cls 13189 26 13189 89 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]*'
9416 /apex-mdapi/src/classes/MetadataService.cls 13189 26 13189 89 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]*'
9417 /apex-mdapi/src/classes/MetadataService.cls 13190 26 13190 526 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]*'
9417 /apex-mdapi/src/classes/MetadataService.cls 13190 26 13190 526 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]*'
9418 /apex-mdapi/src/classes/MetadataService.cls 13192 12 13534 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9418 /apex-mdapi/src/classes/MetadataService.cls 13192 12 13534 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9419 /apex-mdapi/src/classes/MetadataService.cls 13192 12 13534 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class MetadataPort has 27 public methods, attributes, and properties (limit: 20)
9419 /apex-mdapi/src/classes/MetadataService.cls 13192 12 13534 6 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class MetadataPort has 27 public methods, attributes, and properties (limit: 20)
9420 /apex-mdapi/src/classes/MetadataService.cls 13192 12 13534 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9420 /apex-mdapi/src/classes/MetadataService.cls 13192 12 13534 6 pmd TooManyFields 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#toomanyfields Too many fields
9421 /apex-mdapi/src/classes/MetadataService.cls 13193 23 13193 100 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]*'
9421 /apex-mdapi/src/classes/MetadataService.cls 13193 23 13193 100 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]*'
9422 /apex-mdapi/src/classes/MetadataService.cls 13194 35 13194 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]*'
9422 /apex-mdapi/src/classes/MetadataService.cls 13194 35 13194 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]*'
9423 /apex-mdapi/src/classes/MetadataService.cls 13195 35 13195 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]*'
9423 /apex-mdapi/src/classes/MetadataService.cls 13195 35 13195 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]*'
9424 /apex-mdapi/src/classes/MetadataService.cls 13196 23 13196 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]*'
9424 /apex-mdapi/src/classes/MetadataService.cls 13196 23 13196 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]*'
9425 /apex-mdapi/src/classes/MetadataService.cls 13197 23 13197 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]*'
9425 /apex-mdapi/src/classes/MetadataService.cls 13197 23 13197 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]*'
9426 /apex-mdapi/src/classes/MetadataService.cls 13198 23 13198 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]*'
9426 /apex-mdapi/src/classes/MetadataService.cls 13198 23 13198 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]*'
9427 /apex-mdapi/src/classes/MetadataService.cls 13199 24 13199 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]*'
9427 /apex-mdapi/src/classes/MetadataService.cls 13199 24 13199 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]*'
9428 /apex-mdapi/src/classes/MetadataService.cls 13200 54 13200 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]*'
9428 /apex-mdapi/src/classes/MetadataService.cls 13200 54 13200 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]*'
9429 /apex-mdapi/src/classes/MetadataService.cls 13201 54 13201 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 'DebuggingInfo' doesn't match '[a-z][a-zA-Z0-9]*'
9429 /apex-mdapi/src/classes/MetadataService.cls 13201 54 13201 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 'DebuggingInfo' doesn't match '[a-z][a-zA-Z0-9]*'
9430 /apex-mdapi/src/classes/MetadataService.cls 13202 56 13202 71 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 'DebuggingHeader' doesn't match '[a-z][a-zA-Z0-9]*'
9430 /apex-mdapi/src/classes/MetadataService.cls 13202 56 13202 71 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 'DebuggingHeader' doesn't match '[a-z][a-zA-Z0-9]*'
9431 /apex-mdapi/src/classes/MetadataService.cls 13203 52 13203 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]*'
9431 /apex-mdapi/src/classes/MetadataService.cls 13203 52 13203 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]*'
9432 /apex-mdapi/src/classes/MetadataService.cls 13204 56 13204 71 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 'AllOrNoneHeader' doesn't match '[a-z][a-zA-Z0-9]*'
9432 /apex-mdapi/src/classes/MetadataService.cls 13204 56 13204 71 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 'AllOrNoneHeader' doesn't match '[a-z][a-zA-Z0-9]*'
9433 /apex-mdapi/src/classes/MetadataService.cls 13205 24 13205 99 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]*'
9433 /apex-mdapi/src/classes/MetadataService.cls 13205 24 13205 99 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]*'
9434 /apex-mdapi/src/classes/MetadataService.cls 13206 24 13206 99 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 'DebuggingInfo_hns' doesn't match '[a-z][a-zA-Z0-9]*'
9434 /apex-mdapi/src/classes/MetadataService.cls 13206 24 13206 99 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 'DebuggingInfo_hns' doesn't match '[a-z][a-zA-Z0-9]*'
9435 /apex-mdapi/src/classes/MetadataService.cls 13207 24 13207 103 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 'DebuggingHeader_hns' doesn't match '[a-z][a-zA-Z0-9]*'
9435 /apex-mdapi/src/classes/MetadataService.cls 13207 24 13207 103 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 'DebuggingHeader_hns' doesn't match '[a-z][a-zA-Z0-9]*'
9436 /apex-mdapi/src/classes/MetadataService.cls 13208 24 13208 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 'CallOptions_hns' doesn't match '[a-z][a-zA-Z0-9]*'
9436 /apex-mdapi/src/classes/MetadataService.cls 13208 24 13208 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 'CallOptions_hns' doesn't match '[a-z][a-zA-Z0-9]*'
9437 /apex-mdapi/src/classes/MetadataService.cls 13209 24 13209 103 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 'AllOrNoneHeader_hns' doesn't match '[a-z][a-zA-Z0-9]*'
9437 /apex-mdapi/src/classes/MetadataService.cls 13209 24 13209 103 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 'AllOrNoneHeader_hns' doesn't match '[a-z][a-zA-Z0-9]*'
9438 /apex-mdapi/src/classes/MetadataService.cls 13210 26 13210 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 'ns_map_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9438 /apex-mdapi/src/classes/MetadataService.cls 13210 26 13210 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 'ns_map_type_info' doesn't match '[a-z][a-zA-Z0-9]*'
9439 /apex-mdapi/src/classes/MetadataService.cls 13211 16 13232 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9439 /apex-mdapi/src/classes/MetadataService.cls 13211 16 13232 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9440 /apex-mdapi/src/classes/MetadataService.cls 13211 62 13211 75 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
9440 /apex-mdapi/src/classes/MetadataService.cls 13211 62 13211 75 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
9441 /apex-mdapi/src/classes/MetadataService.cls 13212 52 13212 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]*'
9441 /apex-mdapi/src/classes/MetadataService.cls 13212 52 13212 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]*'
9442 /apex-mdapi/src/classes/MetadataService.cls 13215 60 13215 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]*'
9442 /apex-mdapi/src/classes/MetadataService.cls 13215 60 13215 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]*'
9443 /apex-mdapi/src/classes/MetadataService.cls 13216 73 13216 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]*'
9443 /apex-mdapi/src/classes/MetadataService.cls 13216 73 13216 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]*'
9444 /apex-mdapi/src/classes/MetadataService.cls 13233 16 13255 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9444 /apex-mdapi/src/classes/MetadataService.cls 13233 16 13255 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9445 /apex-mdapi/src/classes/MetadataService.cls 13233 58 13233 71 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
9445 /apex-mdapi/src/classes/MetadataService.cls 13233 58 13233 71 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
9446 /apex-mdapi/src/classes/MetadataService.cls 13234 52 13234 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]*'
9446 /apex-mdapi/src/classes/MetadataService.cls 13234 52 13234 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]*'
9447 /apex-mdapi/src/classes/MetadataService.cls 13238 60 13238 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]*'
9447 /apex-mdapi/src/classes/MetadataService.cls 13238 60 13238 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]*'
9448 /apex-mdapi/src/classes/MetadataService.cls 13239 73 13239 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]*'
9448 /apex-mdapi/src/classes/MetadataService.cls 13239 73 13239 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]*'
9449 /apex-mdapi/src/classes/MetadataService.cls 13256 16 13276 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9449 /apex-mdapi/src/classes/MetadataService.cls 13256 16 13276 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9450 /apex-mdapi/src/classes/MetadataService.cls 13257 52 13257 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]*'
9450 /apex-mdapi/src/classes/MetadataService.cls 13257 52 13257 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]*'
9451 /apex-mdapi/src/classes/MetadataService.cls 13259 60 13259 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]*'
9451 /apex-mdapi/src/classes/MetadataService.cls 13259 60 13259 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]*'
9452 /apex-mdapi/src/classes/MetadataService.cls 13260 73 13260 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]*'
9452 /apex-mdapi/src/classes/MetadataService.cls 13260 73 13260 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]*'
9453 /apex-mdapi/src/classes/MetadataService.cls 13277 16 13297 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9453 /apex-mdapi/src/classes/MetadataService.cls 13277 16 13297 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9454 /apex-mdapi/src/classes/MetadataService.cls 13278 54 13278 112 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
9454 /apex-mdapi/src/classes/MetadataService.cls 13278 54 13278 112 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'request_x' doesn't match '[a-z][a-zA-Z0-9]*'
9455 /apex-mdapi/src/classes/MetadataService.cls 13280 62 13280 72 pmd 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]*'
9455 /apex-mdapi/src/classes/MetadataService.cls 13280 62 13280 72 pmd 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]*'
9456 /apex-mdapi/src/classes/MetadataService.cls 13281 75 13281 159 pmd 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]*'
9456 /apex-mdapi/src/classes/MetadataService.cls 13281 75 13281 159 pmd 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]*'
9457 /apex-mdapi/src/classes/MetadataService.cls 13298 16 13319 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9457 /apex-mdapi/src/classes/MetadataService.cls 13298 16 13319 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9458 /apex-mdapi/src/classes/MetadataService.cls 13299 55 13299 114 pmd 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]*'
9458 /apex-mdapi/src/classes/MetadataService.cls 13299 55 13299 114 pmd 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]*'
9459 /apex-mdapi/src/classes/MetadataService.cls 13302 63 13302 73 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9459 /apex-mdapi/src/classes/MetadataService.cls 13302 63 13302 73 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9460 /apex-mdapi/src/classes/MetadataService.cls 13303 76 13303 161 pmd 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]*'
9460 /apex-mdapi/src/classes/MetadataService.cls 13303 76 13303 161 pmd 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]*'
9461 /apex-mdapi/src/classes/MetadataService.cls 13320 16 13341 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9461 /apex-mdapi/src/classes/MetadataService.cls 13320 16 13341 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9462 /apex-mdapi/src/classes/MetadataService.cls 13321 57 13321 118 pmd 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]*'
9462 /apex-mdapi/src/classes/MetadataService.cls 13321 57 13321 118 pmd 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]*'
9463 /apex-mdapi/src/classes/MetadataService.cls 13324 65 13324 75 pmd 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]*'
9463 /apex-mdapi/src/classes/MetadataService.cls 13324 65 13324 75 pmd 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]*'
9464 /apex-mdapi/src/classes/MetadataService.cls 13325 78 13325 165 pmd 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]*'
9464 /apex-mdapi/src/classes/MetadataService.cls 13325 78 13325 165 pmd 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]*'
9465 /apex-mdapi/src/classes/MetadataService.cls 13342 16 13362 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9465 /apex-mdapi/src/classes/MetadataService.cls 13342 16 13362 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9466 /apex-mdapi/src/classes/MetadataService.cls 13343 46 13343 96 pmd 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]*'
9466 /apex-mdapi/src/classes/MetadataService.cls 13343 46 13343 96 pmd 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]*'
9467 /apex-mdapi/src/classes/MetadataService.cls 13345 54 13345 64 pmd 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]*'
9467 /apex-mdapi/src/classes/MetadataService.cls 13345 54 13345 64 pmd 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]*'
9468 /apex-mdapi/src/classes/MetadataService.cls 13346 67 13346 143 pmd 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]*'
9468 /apex-mdapi/src/classes/MetadataService.cls 13346 67 13346 143 pmd 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]*'
9469 /apex-mdapi/src/classes/MetadataService.cls 13363 16 13383 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9469 /apex-mdapi/src/classes/MetadataService.cls 13363 16 13383 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9470 /apex-mdapi/src/classes/MetadataService.cls 13363 64 13363 79 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
9470 /apex-mdapi/src/classes/MetadataService.cls 13363 64 13363 79 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'String_x' doesn't match '[a-z][a-zA-Z0-9]*'
9471 /apex-mdapi/src/classes/MetadataService.cls 13364 50 13364 104 pmd 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]*'
9471 /apex-mdapi/src/classes/MetadataService.cls 13364 50 13364 104 pmd 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]*'
9472 /apex-mdapi/src/classes/MetadataService.cls 13366 58 13366 68 pmd 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]*'
9472 /apex-mdapi/src/classes/MetadataService.cls 13366 58 13366 68 pmd 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]*'
9473 /apex-mdapi/src/classes/MetadataService.cls 13367 71 13367 151 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
9473 /apex-mdapi/src/classes/MetadataService.cls 13367 71 13367 151 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
9474 /apex-mdapi/src/classes/MetadataService.cls 13384 16 13404 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9474 /apex-mdapi/src/classes/MetadataService.cls 13384 16 13404 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9475 /apex-mdapi/src/classes/MetadataService.cls 13385 60 13385 124 pmd 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]*'
9475 /apex-mdapi/src/classes/MetadataService.cls 13385 60 13385 124 pmd 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]*'
9476 /apex-mdapi/src/classes/MetadataService.cls 13387 68 13387 78 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9476 /apex-mdapi/src/classes/MetadataService.cls 13387 68 13387 78 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9477 /apex-mdapi/src/classes/MetadataService.cls 13388 81 13388 171 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
9477 /apex-mdapi/src/classes/MetadataService.cls 13388 81 13388 171 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
9478 /apex-mdapi/src/classes/MetadataService.cls 13405 16 13425 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9478 /apex-mdapi/src/classes/MetadataService.cls 13405 16 13425 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9479 /apex-mdapi/src/classes/MetadataService.cls 13405 74 13405 87 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
9479 /apex-mdapi/src/classes/MetadataService.cls 13405 74 13405 87 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
9480 /apex-mdapi/src/classes/MetadataService.cls 13406 55 13406 114 pmd 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]*'
9480 /apex-mdapi/src/classes/MetadataService.cls 13406 55 13406 114 pmd 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]*'
9481 /apex-mdapi/src/classes/MetadataService.cls 13408 63 13408 73 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9481 /apex-mdapi/src/classes/MetadataService.cls 13408 63 13408 73 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9482 /apex-mdapi/src/classes/MetadataService.cls 13409 76 13409 161 pmd 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]*'
9482 /apex-mdapi/src/classes/MetadataService.cls 13409 76 13409 161 pmd 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]*'
9483 /apex-mdapi/src/classes/MetadataService.cls 13426 16 13446 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9483 /apex-mdapi/src/classes/MetadataService.cls 13426 16 13446 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9484 /apex-mdapi/src/classes/MetadataService.cls 13427 52 13427 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]*'
9484 /apex-mdapi/src/classes/MetadataService.cls 13427 52 13427 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]*'
9485 /apex-mdapi/src/classes/MetadataService.cls 13429 60 13429 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]*'
9485 /apex-mdapi/src/classes/MetadataService.cls 13429 60 13429 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]*'
9486 /apex-mdapi/src/classes/MetadataService.cls 13430 73 13430 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]*'
9486 /apex-mdapi/src/classes/MetadataService.cls 13430 73 13430 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]*'
9487 /apex-mdapi/src/classes/MetadataService.cls 13447 16 13468 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9487 /apex-mdapi/src/classes/MetadataService.cls 13447 16 13468 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9488 /apex-mdapi/src/classes/MetadataService.cls 13447 51 13447 65 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'ZipFile' doesn't match '[a-z][a-zA-Z0-9]*'
9488 /apex-mdapi/src/classes/MetadataService.cls 13447 51 13447 65 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'ZipFile' doesn't match '[a-z][a-zA-Z0-9]*'
9489 /apex-mdapi/src/classes/MetadataService.cls 13447 66 13447 109 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'DeployOptions' doesn't match '[a-z][a-zA-Z0-9]*'
9489 /apex-mdapi/src/classes/MetadataService.cls 13447 66 13447 109 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'DeployOptions' doesn't match '[a-z][a-zA-Z0-9]*'
9490 /apex-mdapi/src/classes/MetadataService.cls 13448 44 13448 92 pmd 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]*'
9490 /apex-mdapi/src/classes/MetadataService.cls 13448 44 13448 92 pmd 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]*'
9491 /apex-mdapi/src/classes/MetadataService.cls 13451 52 13451 62 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9491 /apex-mdapi/src/classes/MetadataService.cls 13451 52 13451 62 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9492 /apex-mdapi/src/classes/MetadataService.cls 13452 65 13452 139 pmd 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]*'
9492 /apex-mdapi/src/classes/MetadataService.cls 13452 65 13452 139 pmd 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]*'
9493 /apex-mdapi/src/classes/MetadataService.cls 13469 16 13490 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9493 /apex-mdapi/src/classes/MetadataService.cls 13469 16 13490 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9494 /apex-mdapi/src/classes/MetadataService.cls 13469 57 13469 70 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
9494 /apex-mdapi/src/classes/MetadataService.cls 13469 57 13469 70 pmd FormalParameterNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#formalparameternamingconventions The method parameter name 'type_x' doesn't match '[a-z][a-zA-Z0-9]*'
9495 /apex-mdapi/src/classes/MetadataService.cls 13470 50 13470 104 pmd 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]*'
9495 /apex-mdapi/src/classes/MetadataService.cls 13470 50 13470 104 pmd 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]*'
9496 /apex-mdapi/src/classes/MetadataService.cls 13473 50 13473 60 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9496 /apex-mdapi/src/classes/MetadataService.cls 13473 50 13473 60 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_x' doesn't match '[a-z][a-zA-Z0-9]*'
9497 /apex-mdapi/src/classes/MetadataService.cls 13474 63 13474 135 pmd 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]*'
9497 /apex-mdapi/src/classes/MetadataService.cls 13474 63 13474 135 pmd 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]*'
9498 /apex-mdapi/src/classes/MetadataService.cls 13491 16 13511 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9498 /apex-mdapi/src/classes/MetadataService.cls 13491 16 13511 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9499 /apex-mdapi/src/classes/MetadataService.cls 13492 52 13492 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]*'
9499 /apex-mdapi/src/classes/MetadataService.cls 13492 52 13492 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]*'
9500 /apex-mdapi/src/classes/MetadataService.cls 13494 60 13494 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]*'
9500 /apex-mdapi/src/classes/MetadataService.cls 13494 60 13494 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]*'
9501 /apex-mdapi/src/classes/MetadataService.cls 13495 73 13495 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]*'
9501 /apex-mdapi/src/classes/MetadataService.cls 13495 73 13495 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]*'
9502 /apex-mdapi/src/classes/MetadataService.cls 13512 16 13533 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9502 /apex-mdapi/src/classes/MetadataService.cls 13512 16 13533 10 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9503 /apex-mdapi/src/classes/MetadataService.cls 13513 50 13513 104 pmd 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]*'
9503 /apex-mdapi/src/classes/MetadataService.cls 13513 50 13513 104 pmd 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]*'
9504 /apex-mdapi/src/classes/MetadataService.cls 13516 58 13516 68 pmd 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]*'
9504 /apex-mdapi/src/classes/MetadataService.cls 13516 58 13516 68 pmd 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]*'
9505 /apex-mdapi/src/classes/MetadataService.cls 13517 71 13517 151 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
9505 /apex-mdapi/src/classes/MetadataService.cls 13517 71 13517 151 pmd LocalVariableNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#localvariablenamingconventions The local variable name 'response_map_x' doesn't match '[a-z][a-zA-Z0-9]*'
9506 /apex-mdapi/src/classes/MetadataServiceExamples.cls 33 21 1716 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9506 /apex-mdapi/src/classes/MetadataServiceExamples.cls 33 21 1716 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9507 /apex-mdapi/src/classes/MetadataServiceExamples.cls 33 21 1716 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'MetadataServiceExamples' has a total cognitive complexity of 110 (highest 14), current threshold is 50
9507 /apex-mdapi/src/classes/MetadataServiceExamples.cls 33 21 1716 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'MetadataServiceExamples' has a total cognitive complexity of 110 (highest 14), current threshold is 50
9508 /apex-mdapi/src/classes/MetadataServiceExamples.cls 33 21 1716 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'MetadataServiceExamples' has a total cyclomatic complexity of 121 (highest 12).
9508 /apex-mdapi/src/classes/MetadataServiceExamples.cls 33 21 1716 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'MetadataServiceExamples' has a total cyclomatic complexity of 121 (highest 12).
9509 /apex-mdapi/src/classes/MetadataServiceExamples.cls 33 21 1716 2 pmd ExcessiveClassLength 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveclasslength Avoid really long classes.
9509 /apex-mdapi/src/classes/MetadataServiceExamples.cls 33 21 1716 2 pmd ExcessiveClassLength 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveclasslength Avoid really long classes.
9510 /apex-mdapi/src/classes/MetadataServiceExamples.cls 33 21 1716 2 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessivepubliccount The class MetadataServiceExamples has 69 public methods, attributes, and properties (limit: 20)
9510 /apex-mdapi/src/classes/MetadataServiceExamples.cls 33 21 1716 2 pmd ExcessivePublicCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessivepubliccount The class MetadataServiceExamples has 69 public methods, attributes, and properties (limit: 20)
9511 /apex-mdapi/src/classes/MetadataServiceExamples.cls 35 19 51 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9511 /apex-mdapi/src/classes/MetadataServiceExamples.cls 35 19 51 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9512 /apex-mdapi/src/classes/MetadataServiceExamples.cls 53 19 69 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9512 /apex-mdapi/src/classes/MetadataServiceExamples.cls 53 19 69 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9513 /apex-mdapi/src/classes/MetadataServiceExamples.cls 71 19 85 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9513 /apex-mdapi/src/classes/MetadataServiceExamples.cls 71 19 85 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9514 /apex-mdapi/src/classes/MetadataServiceExamples.cls 87 19 100 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9514 /apex-mdapi/src/classes/MetadataServiceExamples.cls 87 19 100 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9515 /apex-mdapi/src/classes/MetadataServiceExamples.cls 102 19 115 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9515 /apex-mdapi/src/classes/MetadataServiceExamples.cls 102 19 115 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9516 /apex-mdapi/src/classes/MetadataServiceExamples.cls 117 19 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
9516 /apex-mdapi/src/classes/MetadataServiceExamples.cls 117 19 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
9517 /apex-mdapi/src/classes/MetadataServiceExamples.cls 131 19 138 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9517 /apex-mdapi/src/classes/MetadataServiceExamples.cls 131 19 138 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9518 /apex-mdapi/src/classes/MetadataServiceExamples.cls 140 19 152 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9518 /apex-mdapi/src/classes/MetadataServiceExamples.cls 140 19 152 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9519 /apex-mdapi/src/classes/MetadataServiceExamples.cls 157 19 171 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9519 /apex-mdapi/src/classes/MetadataServiceExamples.cls 157 19 171 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9520 /apex-mdapi/src/classes/MetadataServiceExamples.cls 173 19 185 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9520 /apex-mdapi/src/classes/MetadataServiceExamples.cls 173 19 185 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9521 /apex-mdapi/src/classes/MetadataServiceExamples.cls 187 19 197 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9521 /apex-mdapi/src/classes/MetadataServiceExamples.cls 187 19 197 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9522 /apex-mdapi/src/classes/MetadataServiceExamples.cls 199 19 211 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9522 /apex-mdapi/src/classes/MetadataServiceExamples.cls 199 19 211 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9523 /apex-mdapi/src/classes/MetadataServiceExamples.cls 213 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
9523 /apex-mdapi/src/classes/MetadataServiceExamples.cls 213 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
9524 /apex-mdapi/src/classes/MetadataServiceExamples.cls 227 19 239 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9524 /apex-mdapi/src/classes/MetadataServiceExamples.cls 227 19 239 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9525 /apex-mdapi/src/classes/MetadataServiceExamples.cls 241 19 248 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9525 /apex-mdapi/src/classes/MetadataServiceExamples.cls 241 19 248 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9526 /apex-mdapi/src/classes/MetadataServiceExamples.cls 250 19 276 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9526 /apex-mdapi/src/classes/MetadataServiceExamples.cls 250 19 276 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9527 /apex-mdapi/src/classes/MetadataServiceExamples.cls 278 19 294 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9527 /apex-mdapi/src/classes/MetadataServiceExamples.cls 278 19 294 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9528 /apex-mdapi/src/classes/MetadataServiceExamples.cls 293 13 293 48 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9528 /apex-mdapi/src/classes/MetadataServiceExamples.cls 293 13 293 48 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9529 /apex-mdapi/src/classes/MetadataServiceExamples.cls 293 13 293 48 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9529 /apex-mdapi/src/classes/MetadataServiceExamples.cls 293 13 293 48 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9530 /apex-mdapi/src/classes/MetadataServiceExamples.cls 293 13 293 49 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
9530 /apex-mdapi/src/classes/MetadataServiceExamples.cls 293 13 293 49 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
9531 /apex-mdapi/src/classes/MetadataServiceExamples.cls 470 19 497 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9531 /apex-mdapi/src/classes/MetadataServiceExamples.cls 470 19 497 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9532 /apex-mdapi/src/classes/MetadataServiceExamples.cls 499 19 509 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9532 /apex-mdapi/src/classes/MetadataServiceExamples.cls 499 19 509 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9533 /apex-mdapi/src/classes/MetadataServiceExamples.cls 511 19 564 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9533 /apex-mdapi/src/classes/MetadataServiceExamples.cls 511 19 564 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9534 /apex-mdapi/src/classes/MetadataServiceExamples.cls 566 19 580 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9534 /apex-mdapi/src/classes/MetadataServiceExamples.cls 566 19 580 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9535 /apex-mdapi/src/classes/MetadataServiceExamples.cls 582 19 596 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9535 /apex-mdapi/src/classes/MetadataServiceExamples.cls 582 19 596 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9536 /apex-mdapi/src/classes/MetadataServiceExamples.cls 598 19 616 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9536 /apex-mdapi/src/classes/MetadataServiceExamples.cls 598 19 616 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9537 /apex-mdapi/src/classes/MetadataServiceExamples.cls 618 19 627 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9537 /apex-mdapi/src/classes/MetadataServiceExamples.cls 618 19 627 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9538 /apex-mdapi/src/classes/MetadataServiceExamples.cls 629 19 668 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9538 /apex-mdapi/src/classes/MetadataServiceExamples.cls 629 19 668 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9539 /apex-mdapi/src/classes/MetadataServiceExamples.cls 670 19 719 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9539 /apex-mdapi/src/classes/MetadataServiceExamples.cls 670 19 719 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9540 /apex-mdapi/src/classes/MetadataServiceExamples.cls 721 19 742 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9540 /apex-mdapi/src/classes/MetadataServiceExamples.cls 721 19 742 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9541 /apex-mdapi/src/classes/MetadataServiceExamples.cls 744 19 770 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9541 /apex-mdapi/src/classes/MetadataServiceExamples.cls 744 19 770 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9542 /apex-mdapi/src/classes/MetadataServiceExamples.cls 772 19 795 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9542 /apex-mdapi/src/classes/MetadataServiceExamples.cls 772 19 795 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9543 /apex-mdapi/src/classes/MetadataServiceExamples.cls 797 19 809 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9543 /apex-mdapi/src/classes/MetadataServiceExamples.cls 797 19 809 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9544 /apex-mdapi/src/classes/MetadataServiceExamples.cls 811 19 818 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9544 /apex-mdapi/src/classes/MetadataServiceExamples.cls 811 19 818 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9545 /apex-mdapi/src/classes/MetadataServiceExamples.cls 820 19 830 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9545 /apex-mdapi/src/classes/MetadataServiceExamples.cls 820 19 830 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9546 /apex-mdapi/src/classes/MetadataServiceExamples.cls 829 13 829 48 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9546 /apex-mdapi/src/classes/MetadataServiceExamples.cls 829 13 829 48 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9547 /apex-mdapi/src/classes/MetadataServiceExamples.cls 829 13 829 48 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9547 /apex-mdapi/src/classes/MetadataServiceExamples.cls 829 13 829 48 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9548 /apex-mdapi/src/classes/MetadataServiceExamples.cls 829 13 829 49 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
9548 /apex-mdapi/src/classes/MetadataServiceExamples.cls 829 13 829 49 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
9549 /apex-mdapi/src/classes/MetadataServiceExamples.cls 832 19 846 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9549 /apex-mdapi/src/classes/MetadataServiceExamples.cls 832 19 846 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9550 /apex-mdapi/src/classes/MetadataServiceExamples.cls 841 13 842 50 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9550 /apex-mdapi/src/classes/MetadataServiceExamples.cls 841 13 842 50 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9551 /apex-mdapi/src/classes/MetadataServiceExamples.cls 841 13 842 50 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9551 /apex-mdapi/src/classes/MetadataServiceExamples.cls 841 13 842 50 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9552 /apex-mdapi/src/classes/MetadataServiceExamples.cls 842 17 842 49 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9552 /apex-mdapi/src/classes/MetadataServiceExamples.cls 842 17 842 49 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9553 /apex-mdapi/src/classes/MetadataServiceExamples.cls 842 17 842 49 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9553 /apex-mdapi/src/classes/MetadataServiceExamples.cls 842 17 842 49 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9554 /apex-mdapi/src/classes/MetadataServiceExamples.cls 842 17 842 50 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
9554 /apex-mdapi/src/classes/MetadataServiceExamples.cls 842 17 842 50 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
9555 /apex-mdapi/src/classes/MetadataServiceExamples.cls 844 13 845 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
9555 /apex-mdapi/src/classes/MetadataServiceExamples.cls 844 13 845 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
9556 /apex-mdapi/src/classes/MetadataServiceExamples.cls 844 13 845 102 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9556 /apex-mdapi/src/classes/MetadataServiceExamples.cls 844 13 845 102 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9557 /apex-mdapi/src/classes/MetadataServiceExamples.cls 845 17 845 101 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
9557 /apex-mdapi/src/classes/MetadataServiceExamples.cls 845 17 845 101 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
9558 /apex-mdapi/src/classes/MetadataServiceExamples.cls 845 17 845 101 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.
9558 /apex-mdapi/src/classes/MetadataServiceExamples.cls 845 17 845 101 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.
9559 /apex-mdapi/src/classes/MetadataServiceExamples.cls 845 17 845 102 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
9559 /apex-mdapi/src/classes/MetadataServiceExamples.cls 845 17 845 102 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
9560 /apex-mdapi/src/classes/MetadataServiceExamples.cls 848 19 869 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9560 /apex-mdapi/src/classes/MetadataServiceExamples.cls 848 19 869 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9561 /apex-mdapi/src/classes/MetadataServiceExamples.cls 871 19 913 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9561 /apex-mdapi/src/classes/MetadataServiceExamples.cls 871 19 913 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9562 /apex-mdapi/src/classes/MetadataServiceExamples.cls 906 13 906 55 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9562 /apex-mdapi/src/classes/MetadataServiceExamples.cls 906 13 906 55 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9563 /apex-mdapi/src/classes/MetadataServiceExamples.cls 906 13 906 55 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9563 /apex-mdapi/src/classes/MetadataServiceExamples.cls 906 13 906 55 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9564 /apex-mdapi/src/classes/MetadataServiceExamples.cls 916 19 941 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9564 /apex-mdapi/src/classes/MetadataServiceExamples.cls 916 19 941 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9565 /apex-mdapi/src/classes/MetadataServiceExamples.cls 927 13 927 79 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9565 /apex-mdapi/src/classes/MetadataServiceExamples.cls 927 13 927 79 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9566 /apex-mdapi/src/classes/MetadataServiceExamples.cls 927 13 927 79 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9566 /apex-mdapi/src/classes/MetadataServiceExamples.cls 927 13 927 79 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9567 /apex-mdapi/src/classes/MetadataServiceExamples.cls 968 19 990 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9567 /apex-mdapi/src/classes/MetadataServiceExamples.cls 968 19 990 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9568 /apex-mdapi/src/classes/MetadataServiceExamples.cls 992 19 1002 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9568 /apex-mdapi/src/classes/MetadataServiceExamples.cls 992 19 1002 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9569 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1000 9 1000 55 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9569 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1000 9 1000 55 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9570 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1000 9 1000 55 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9570 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1000 9 1000 55 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9571 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1001 9 1001 60 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9571 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1001 9 1001 60 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9572 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1001 9 1001 60 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9572 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1001 9 1001 60 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9573 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1004 19 1013 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9573 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1004 19 1013 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9574 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1012 13 1012 41 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
9574 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1012 13 1012 41 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
9575 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1012 13 1012 41 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.
9575 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1012 13 1012 41 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.
9576 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1012 13 1012 42 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
9576 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1012 13 1012 42 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
9577 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1015 19 1041 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9577 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1015 19 1041 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9578 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1036 13 1036 64 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9578 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1036 13 1036 64 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9579 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1036 13 1036 64 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
9579 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1036 13 1036 64 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
9580 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1043 19 1053 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9580 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1043 19 1053 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9581 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1050 9 1050 44 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9581 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1050 9 1050 44 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9582 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1050 9 1050 44 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9582 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1050 9 1050 44 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9583 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1051 9 1051 52 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9583 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1051 9 1051 52 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9584 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1051 9 1051 52 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9584 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1051 9 1051 52 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9585 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1052 9 1052 77 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
9585 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1052 9 1052 77 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
9586 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1052 9 1052 77 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.
9586 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1052 9 1052 77 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.
9587 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1055 19 1062 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9587 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1055 19 1062 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9588 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1061 9 1061 41 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
9588 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1061 9 1061 41 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
9589 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1061 9 1061 41 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.
9589 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1061 9 1061 41 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.
9590 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1064 19 1071 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9590 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1064 19 1071 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9591 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1067 39 1069 57 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'ps' defined but not used
9591 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1067 39 1069 57 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'ps' defined but not used
9592 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1073 19 1111 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9592 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1073 19 1111 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9593 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1113 19 1120 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9593 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1113 19 1120 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9594 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1119 9 1119 78 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9594 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1119 9 1119 78 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9595 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1119 9 1119 78 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9595 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1119 9 1119 78 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9596 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1122 19 1148 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9596 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1122 19 1148 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9597 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1150 19 1162 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9597 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1150 19 1162 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9598 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1164 19 1191 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9598 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1164 19 1191 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9599 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1193 19 1227 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9599 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1193 19 1227 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9600 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1229 19 1237 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9600 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1229 19 1237 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9601 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1236 9 1236 65 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9601 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1236 9 1236 65 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9602 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1236 9 1236 65 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9602 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1236 9 1236 65 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9603 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1239 19 1247 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9603 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1239 19 1247 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9604 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1249 19 1258 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9604 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1249 19 1258 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9605 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1257 13 1257 55 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9605 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1257 13 1257 55 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9606 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1257 13 1257 55 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9606 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1257 13 1257 55 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9607 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1257 13 1257 56 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
9607 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1257 13 1257 56 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
9608 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1260 19 1267 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9608 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1260 19 1267 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9609 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1264 41 1266 73 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'approvalProcess' defined but not used
9609 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1264 41 1266 73 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'approvalProcess' defined but not used
9610 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1269 19 1300 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9610 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1269 19 1300 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9611 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1309 19 1349 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9611 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1309 19 1349 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9612 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1320 9 1320 60 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9612 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1320 9 1320 60 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9613 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1320 9 1320 60 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9613 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1320 9 1320 60 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9614 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1341 17 1341 42 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9614 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1341 17 1341 42 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9615 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1341 17 1341 42 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9615 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1341 17 1341 42 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9616 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1343 20 1343 98 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
9616 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1343 20 1343 98 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
9617 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1346 13 1346 38 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9617 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1346 13 1346 38 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9618 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1346 13 1346 38 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9618 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1346 13 1346 38 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9619 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1351 19 1375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9619 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1351 19 1375 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9620 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1377 19 1389 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9620 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1377 19 1389 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9621 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1385 9 1385 56 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9621 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1385 9 1385 56 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9622 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1385 9 1385 56 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9622 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1385 9 1385 56 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9623 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1386 9 1386 59 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9623 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1386 9 1386 59 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9624 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1386 9 1386 59 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9624 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1386 9 1386 59 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9625 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1387 9 1387 70 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9625 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1387 9 1387 70 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9626 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1387 9 1387 70 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9626 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1387 9 1387 70 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9627 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1388 9 1388 70 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9627 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1388 9 1388 70 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9628 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1388 9 1388 70 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9628 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1388 9 1388 70 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9629 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1391 19 1423 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9629 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1391 19 1423 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9630 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1425 19 1432 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9630 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1425 19 1432 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9631 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1435 19 1465 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9631 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1435 19 1465 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9632 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1467 50 1489 45 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'FLOWTYPEBYDISPLAYTYPE' should be before method declarations in its class
9632 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1467 50 1489 45 pmd FieldDeclarationsShouldBeAtStart 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#fielddeclarationsshouldbeatstart Field declaration for 'FLOWTYPEBYDISPLAYTYPE' should be before method declarations in its class
9633 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1494 19 1514 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9633 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1494 19 1514 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9634 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1494 19 1514 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
9634 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1494 19 1514 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
9635 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1511 17 1511 81 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9635 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1511 17 1511 81 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9636 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1511 17 1511 81 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9636 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1511 17 1511 81 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9637 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1516 19 1524 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9637 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1516 19 1524 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9638 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1523 9 1523 55 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9638 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1523 9 1523 55 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9639 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1523 9 1523 55 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9639 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1523 9 1523 55 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9640 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1526 19 1535 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9640 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1526 19 1535 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9641 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1534 13 1534 48 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9641 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1534 13 1534 48 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9642 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1534 13 1534 48 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9642 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1534 13 1534 48 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9643 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1534 13 1534 49 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
9643 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1534 13 1534 49 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
9644 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1545 16 1576 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9644 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1545 16 1576 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9645 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1545 16 1576 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
9645 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1545 16 1576 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing or mismatched ApexDoc @param
9646 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1545 16 1576 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
9646 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1545 16 1576 3 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
9647 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1578 19 1604 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9647 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1578 19 1604 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9648 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1586 9 1586 51 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9648 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1586 9 1586 51 pmd AvoidDebugStatements 3 Performance https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_performance.html#avoiddebugstatements Avoid debug statements since they impact on performance
9649 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1586 9 1586 51 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9649 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1586 9 1586 51 pmd DebugsShouldUseLoggingLevel 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#debugsshoulduselogginglevel Calls to System.debug should specify a logging level.
9650 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1626 12 1626 72 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9650 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1626 12 1626 72 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9651 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1628 19 1634 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9651 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1628 19 1634 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9652 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1639 19 1661 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9652 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1639 19 1661 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9653 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1639 19 1661 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
9653 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1639 19 1661 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
9654 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1639 19 1661 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'handleSaveResults(MetadataService.SaveResult)' has a cyclomatic complexity of 12.
9654 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1639 19 1661 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'handleSaveResults(MetadataService.SaveResult)' has a cyclomatic complexity of 12.
9655 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1643 13 1643 20 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9655 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1643 13 1643 20 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9656 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1643 13 1643 20 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9656 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1643 13 1643 20 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9657 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1652 17 1655 84 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
9657 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1652 17 1655 84 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
9658 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1657 17 1657 88 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9658 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1657 17 1657 88 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9659 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1657 17 1657 88 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9659 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1657 17 1657 88 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9660 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1660 13 1660 99 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9660 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1660 13 1660 99 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9661 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1660 13 1660 99 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
9661 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1660 13 1660 99 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
9662 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1666 19 1688 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9662 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1666 19 1688 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9663 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1666 19 1688 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
9663 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1666 19 1688 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
9664 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1666 19 1688 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'handleDeleteResults(MetadataService.DeleteResult)' has a cyclomatic complexity of 12.
9664 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1666 19 1688 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'handleDeleteResults(MetadataService.DeleteResult)' has a cyclomatic complexity of 12.
9665 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1670 13 1670 20 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9665 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1670 13 1670 20 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9666 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1670 13 1670 20 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9666 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1670 13 1670 20 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9667 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1679 17 1682 84 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
9667 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1679 17 1682 84 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
9668 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1684 17 1684 88 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9668 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1684 17 1684 88 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9669 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1684 17 1684 88 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9669 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1684 17 1684 88 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9670 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1687 13 1687 99 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9670 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1687 13 1687 99 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9671 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1687 13 1687 99 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
9671 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1687 13 1687 99 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
9672 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1693 19 1715 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9672 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1693 19 1715 6 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9673 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1693 19 1715 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
9673 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1693 19 1715 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
9674 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1693 19 1715 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'handleUpsertResults(MetadataService.UpsertResult)' has a cyclomatic complexity of 12.
9674 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1693 19 1715 6 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'handleUpsertResults(MetadataService.UpsertResult)' has a cyclomatic complexity of 12.
9675 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1697 13 1697 20 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9675 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1697 13 1697 20 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9676 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1697 13 1697 20 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9676 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1697 13 1697 20 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9677 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1706 17 1709 84 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
9677 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1706 17 1709 84 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
9678 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1711 17 1711 88 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9678 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1711 17 1711 88 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9679 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1711 17 1711 88 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9679 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1711 17 1711 88 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9680 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1714 13 1714 99 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9680 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1714 13 1714 99 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9681 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1714 13 1714 99 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
9681 /apex-mdapi/src/classes/MetadataServiceExamples.cls 1714 13 1714 99 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
9682 /apex-mdapi/src/classes/MetadataServicePatcher.cls 62 21 647 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9682 /apex-mdapi/src/classes/MetadataServicePatcher.cls 62 21 647 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9683 /apex-mdapi/src/classes/MetadataServicePatcher.cls 62 21 647 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'MetadataServicePatcher' has a total cognitive complexity of 171 (highest 168), current threshold is 50
9683 /apex-mdapi/src/classes/MetadataServicePatcher.cls 62 21 647 2 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The class 'MetadataServicePatcher' has a total cognitive complexity of 171 (highest 168), current threshold is 50
9684 /apex-mdapi/src/classes/MetadataServicePatcher.cls 62 21 647 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'MetadataServicePatcher' has a total cyclomatic complexity of 54 (highest 53).
9684 /apex-mdapi/src/classes/MetadataServicePatcher.cls 62 21 647 2 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The class 'MetadataServicePatcher' has a total cyclomatic complexity of 54 (highest 53).
9685 /apex-mdapi/src/classes/MetadataServicePatcher.cls 62 21 647 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'MetadataServicePatcher' has a Standard Cyclomatic Complexity of 26 (Highest = 49).
9685 /apex-mdapi/src/classes/MetadataServicePatcher.cls 62 21 647 2 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'MetadataServicePatcher' has a Standard Cyclomatic Complexity of 26 (Highest = 49).
9686 /apex-mdapi/src/classes/MetadataServicePatcher.cls 295 16 572 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9686 /apex-mdapi/src/classes/MetadataServicePatcher.cls 295 16 572 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9687 /apex-mdapi/src/classes/MetadataServicePatcher.cls 295 16 572 3 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'patch()' has a cognitive complexity of 168, current threshold is 15
9687 /apex-mdapi/src/classes/MetadataServicePatcher.cls 295 16 572 3 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'patch()' has a cognitive complexity of 168, current threshold is 15
9688 /apex-mdapi/src/classes/MetadataServicePatcher.cls 295 16 572 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'patch()' has a cyclomatic complexity of 53.
9688 /apex-mdapi/src/classes/MetadataServicePatcher.cls 295 16 572 3 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'patch()' has a cyclomatic complexity of 53.
9689 /apex-mdapi/src/classes/MetadataServicePatcher.cls 295 16 572 3 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'patch()' has an NCSS line count of 236 (limit: 40)
9689 /apex-mdapi/src/classes/MetadataServicePatcher.cls 295 16 572 3 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'patch()' has an NCSS line count of 236 (limit: 40)
9690 /apex-mdapi/src/classes/MetadataServicePatcher.cls 295 16 572 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'patch' has a Standard Cyclomatic Complexity of 49.
9690 /apex-mdapi/src/classes/MetadataServicePatcher.cls 295 16 572 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'patch' has a Standard Cyclomatic Complexity of 49.
9691 /apex-mdapi/src/classes/MetadataServicePatcher.cls 299 4 301 45 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
9691 /apex-mdapi/src/classes/MetadataServicePatcher.cls 299 4 301 45 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
9692 /apex-mdapi/src/classes/MetadataServicePatcher.cls 325 7 326 74 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
9692 /apex-mdapi/src/classes/MetadataServicePatcher.cls 325 7 326 74 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
9693 /apex-mdapi/src/classes/MetadataServicePatcher.cls 326 8 326 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
9693 /apex-mdapi/src/classes/MetadataServicePatcher.cls 326 8 326 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
9694 /apex-mdapi/src/classes/MetadataServicePatcher.cls 326 8 326 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
9694 /apex-mdapi/src/classes/MetadataServicePatcher.cls 326 8 326 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
9695 /apex-mdapi/src/classes/MetadataServicePatcher.cls 330 7 331 14 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
9695 /apex-mdapi/src/classes/MetadataServicePatcher.cls 330 7 331 14 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
9696 /apex-mdapi/src/classes/MetadataServicePatcher.cls 331 8 331 14 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9696 /apex-mdapi/src/classes/MetadataServicePatcher.cls 331 8 331 14 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9697 /apex-mdapi/src/classes/MetadataServicePatcher.cls 331 8 331 14 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
9697 /apex-mdapi/src/classes/MetadataServicePatcher.cls 331 8 331 14 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
9698 /apex-mdapi/src/classes/MetadataServicePatcher.cls 351 5 351 71 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9698 /apex-mdapi/src/classes/MetadataServicePatcher.cls 351 5 351 71 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9699 /apex-mdapi/src/classes/MetadataServicePatcher.cls 351 5 351 71 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9699 /apex-mdapi/src/classes/MetadataServicePatcher.cls 351 5 351 71 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9700 /apex-mdapi/src/classes/MetadataServicePatcher.cls 354 5 354 129 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9700 /apex-mdapi/src/classes/MetadataServicePatcher.cls 354 5 354 129 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9701 /apex-mdapi/src/classes/MetadataServicePatcher.cls 354 5 354 129 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
9701 /apex-mdapi/src/classes/MetadataServicePatcher.cls 354 5 354 129 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
9702 /apex-mdapi/src/classes/MetadataServicePatcher.cls 357 5 357 55 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9702 /apex-mdapi/src/classes/MetadataServicePatcher.cls 357 5 357 55 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9703 /apex-mdapi/src/classes/MetadataServicePatcher.cls 357 5 357 55 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9703 /apex-mdapi/src/classes/MetadataServicePatcher.cls 357 5 357 55 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9704 /apex-mdapi/src/classes/MetadataServicePatcher.cls 360 5 360 55 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9704 /apex-mdapi/src/classes/MetadataServicePatcher.cls 360 5 360 55 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9705 /apex-mdapi/src/classes/MetadataServicePatcher.cls 360 5 360 55 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9705 /apex-mdapi/src/classes/MetadataServicePatcher.cls 360 5 360 55 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9706 /apex-mdapi/src/classes/MetadataServicePatcher.cls 363 5 363 51 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9706 /apex-mdapi/src/classes/MetadataServicePatcher.cls 363 5 363 51 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9707 /apex-mdapi/src/classes/MetadataServicePatcher.cls 363 5 363 51 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9707 /apex-mdapi/src/classes/MetadataServicePatcher.cls 363 5 363 51 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9708 /apex-mdapi/src/classes/MetadataServicePatcher.cls 376 7 376 16 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9708 /apex-mdapi/src/classes/MetadataServicePatcher.cls 376 7 376 16 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9709 /apex-mdapi/src/classes/MetadataServicePatcher.cls 376 7 376 16 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
9709 /apex-mdapi/src/classes/MetadataServicePatcher.cls 376 7 376 16 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
9710 /apex-mdapi/src/classes/MetadataServicePatcher.cls 379 7 379 13 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9710 /apex-mdapi/src/classes/MetadataServicePatcher.cls 379 7 379 13 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9711 /apex-mdapi/src/classes/MetadataServicePatcher.cls 379 7 379 13 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
9711 /apex-mdapi/src/classes/MetadataServicePatcher.cls 379 7 379 13 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
9712 /apex-mdapi/src/classes/MetadataServicePatcher.cls 398 11 398 17 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9712 /apex-mdapi/src/classes/MetadataServicePatcher.cls 398 11 398 17 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9713 /apex-mdapi/src/classes/MetadataServicePatcher.cls 398 11 398 17 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
9713 /apex-mdapi/src/classes/MetadataServicePatcher.cls 398 11 398 17 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
9714 /apex-mdapi/src/classes/MetadataServicePatcher.cls 403 10 406 37 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
9714 /apex-mdapi/src/classes/MetadataServicePatcher.cls 403 10 406 37 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
9715 /apex-mdapi/src/classes/MetadataServicePatcher.cls 404 11 404 35 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9715 /apex-mdapi/src/classes/MetadataServicePatcher.cls 404 11 404 35 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9716 /apex-mdapi/src/classes/MetadataServicePatcher.cls 404 11 404 35 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
9716 /apex-mdapi/src/classes/MetadataServicePatcher.cls 404 11 404 35 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
9717 /apex-mdapi/src/classes/MetadataServicePatcher.cls 405 15 406 37 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
9717 /apex-mdapi/src/classes/MetadataServicePatcher.cls 405 15 406 37 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
9718 /apex-mdapi/src/classes/MetadataServicePatcher.cls 406 11 406 37 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9718 /apex-mdapi/src/classes/MetadataServicePatcher.cls 406 11 406 37 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9719 /apex-mdapi/src/classes/MetadataServicePatcher.cls 406 11 406 37 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9719 /apex-mdapi/src/classes/MetadataServicePatcher.cls 406 11 406 37 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9720 /apex-mdapi/src/classes/MetadataServicePatcher.cls 433 8 433 14 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9720 /apex-mdapi/src/classes/MetadataServicePatcher.cls 433 8 433 14 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9721 /apex-mdapi/src/classes/MetadataServicePatcher.cls 433 8 433 14 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
9721 /apex-mdapi/src/classes/MetadataServicePatcher.cls 433 8 433 14 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
9722 /apex-mdapi/src/classes/MetadataServicePatcher.cls 476 7 477 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
9722 /apex-mdapi/src/classes/MetadataServicePatcher.cls 476 7 477 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
9723 /apex-mdapi/src/classes/MetadataServicePatcher.cls 477 8 477 17 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9723 /apex-mdapi/src/classes/MetadataServicePatcher.cls 477 8 477 17 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9724 /apex-mdapi/src/classes/MetadataServicePatcher.cls 477 8 477 17 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
9724 /apex-mdapi/src/classes/MetadataServicePatcher.cls 477 8 477 17 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
9725 /apex-mdapi/src/classes/MetadataServicePatcher.cls 479 7 480 14 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
9725 /apex-mdapi/src/classes/MetadataServicePatcher.cls 479 7 480 14 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
9726 /apex-mdapi/src/classes/MetadataServicePatcher.cls 480 8 480 14 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9726 /apex-mdapi/src/classes/MetadataServicePatcher.cls 480 8 480 14 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9727 /apex-mdapi/src/classes/MetadataServicePatcher.cls 480 8 480 14 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
9727 /apex-mdapi/src/classes/MetadataServicePatcher.cls 480 8 480 14 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
9728 /apex-mdapi/src/classes/MetadataServicePatcher.cls 508 8 509 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
9728 /apex-mdapi/src/classes/MetadataServicePatcher.cls 508 8 509 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
9729 /apex-mdapi/src/classes/MetadataServicePatcher.cls 509 9 509 18 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9729 /apex-mdapi/src/classes/MetadataServicePatcher.cls 509 9 509 18 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9730 /apex-mdapi/src/classes/MetadataServicePatcher.cls 509 9 509 18 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
9730 /apex-mdapi/src/classes/MetadataServicePatcher.cls 509 9 509 18 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
9731 /apex-mdapi/src/classes/MetadataServicePatcher.cls 511 8 522 9 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
9731 /apex-mdapi/src/classes/MetadataServicePatcher.cls 511 8 522 9 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
9732 /apex-mdapi/src/classes/MetadataServicePatcher.cls 525 7 526 14 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
9732 /apex-mdapi/src/classes/MetadataServicePatcher.cls 525 7 526 14 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
9733 /apex-mdapi/src/classes/MetadataServicePatcher.cls 526 8 526 14 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9733 /apex-mdapi/src/classes/MetadataServicePatcher.cls 526 8 526 14 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9734 /apex-mdapi/src/classes/MetadataServicePatcher.cls 526 8 526 14 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
9734 /apex-mdapi/src/classes/MetadataServicePatcher.cls 526 8 526 14 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
9735 /apex-mdapi/src/classes/MetadataServicePatcher.cls 534 7 535 74 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
9735 /apex-mdapi/src/classes/MetadataServicePatcher.cls 534 7 535 74 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
9736 /apex-mdapi/src/classes/MetadataServicePatcher.cls 535 8 535 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
9736 /apex-mdapi/src/classes/MetadataServicePatcher.cls 535 8 535 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
9737 /apex-mdapi/src/classes/MetadataServicePatcher.cls 535 8 535 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
9737 /apex-mdapi/src/classes/MetadataServicePatcher.cls 535 8 535 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
9738 /apex-mdapi/src/classes/MetadataServicePatcher.cls 537 7 550 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
9738 /apex-mdapi/src/classes/MetadataServicePatcher.cls 537 7 550 8 pmd AvoidDeeplyNestedIfStmts 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#avoiddeeplynestedifstmts Deeply nested if..then statements are hard to read
9739 /apex-mdapi/src/classes/MetadataServicePatcher.cls 545 9 545 83 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9739 /apex-mdapi/src/classes/MetadataServicePatcher.cls 545 9 545 83 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9740 /apex-mdapi/src/classes/MetadataServicePatcher.cls 545 9 545 83 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9740 /apex-mdapi/src/classes/MetadataServicePatcher.cls 545 9 545 83 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9741 /apex-mdapi/src/classes/MetadataServicePatcher.cls 547 9 547 90 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9741 /apex-mdapi/src/classes/MetadataServicePatcher.cls 547 9 547 90 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9742 /apex-mdapi/src/classes/MetadataServicePatcher.cls 562 25 562 101 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
9742 /apex-mdapi/src/classes/MetadataServicePatcher.cls 562 25 562 101 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
9743 /apex-mdapi/src/classes/MetadataServicePatcher.cls 569 4 569 25 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
9743 /apex-mdapi/src/classes/MetadataServicePatcher.cls 569 4 569 25 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
9744 /apex-mdapi/src/classes/MetadataServicePatcher.cls 569 4 569 25 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9744 /apex-mdapi/src/classes/MetadataServicePatcher.cls 569 4 569 25 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9745 /apex-mdapi/src/classes/MetadataServicePatcher.cls 569 4 569 25 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
9745 /apex-mdapi/src/classes/MetadataServicePatcher.cls 569 4 569 25 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
9746 /apex-mdapi/src/classes/MetadataServicePatcher.cls 571 4 571 25 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
9746 /apex-mdapi/src/classes/MetadataServicePatcher.cls 571 4 571 25 pmd ApexCRUDViolation 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_security.html#apexcrudviolation Validate CRUD permission before SOQL/DML operation or enforce user mode
9747 /apex-mdapi/src/classes/MetadataServicePatcher.cls 571 4 571 25 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9747 /apex-mdapi/src/classes/MetadataServicePatcher.cls 571 4 571 25 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9748 /apex-mdapi/src/classes/MetadataServicePatcher.cls 574 9 574 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9748 /apex-mdapi/src/classes/MetadataServicePatcher.cls 574 9 574 51 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9749 /apex-mdapi/src/classes/MetadataServicePatcher.cls 579 9 617 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9749 /apex-mdapi/src/classes/MetadataServicePatcher.cls 579 9 617 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9750 /apex-mdapi/src/classes/MetadataServicePatcher.cls 582 18 582 27 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 'LF' doesn't match '[a-z][a-zA-Z0-9]*'
9750 /apex-mdapi/src/classes/MetadataServicePatcher.cls 582 18 582 27 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 'LF' doesn't match '[a-z][a-zA-Z0-9]*'
9751 /apex-mdapi/src/classes/MetadataServicePatcher.cls 586 10 589 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9751 /apex-mdapi/src/classes/MetadataServicePatcher.cls 586 10 589 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9752 /apex-mdapi/src/classes/MetadataServicePatcher.cls 591 10 594 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9752 /apex-mdapi/src/classes/MetadataServicePatcher.cls 591 10 594 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9753 /apex-mdapi/src/classes/MetadataServicePatcher.cls 596 10 611 7 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9753 /apex-mdapi/src/classes/MetadataServicePatcher.cls 596 10 611 7 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9754 /apex-mdapi/src/classes/MetadataServicePatcher.cls 613 10 616 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9754 /apex-mdapi/src/classes/MetadataServicePatcher.cls 613 10 616 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9755 /apex-mdapi/src/classes/MetadataServicePatcher.cls 613 10 616 4 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'Iterator' doesn't match '[a-z][a-zA-Z0-9]*'
9755 /apex-mdapi/src/classes/MetadataServicePatcher.cls 613 10 616 4 pmd MethodNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#methodnamingconventions The instance method name 'Iterator' doesn't match '[a-z][a-zA-Z0-9]*'
9756 /apex-mdapi/src/classes/MetadataServiceTest.cls 31 9 1359 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9756 /apex-mdapi/src/classes/MetadataServiceTest.cls 31 9 1359 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9757 /apex-mdapi/src/classes/MetadataServiceTest.cls 36 10 75 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9757 /apex-mdapi/src/classes/MetadataServiceTest.cls 36 10 75 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9758 /apex-mdapi/src/classes/MetadataServiceTest.cls 36 10 75 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'WebServiceMockImpl' has a Standard Cyclomatic Complexity of 17 (Highest = 16).
9758 /apex-mdapi/src/classes/MetadataServiceTest.cls 36 10 75 3 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The class 'WebServiceMockImpl' has a Standard Cyclomatic Complexity of 17 (Highest = 16).
9759 /apex-mdapi/src/classes/MetadataServiceTest.cls 38 10 74 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9759 /apex-mdapi/src/classes/MetadataServiceTest.cls 38 10 74 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9760 /apex-mdapi/src/classes/MetadataServiceTest.cls 38 10 74 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'doInvoke(Object, Object, Map, String, String, String, String, String, String)' has a cognitive complexity of 15, current threshold is 15
9760 /apex-mdapi/src/classes/MetadataServiceTest.cls 38 10 74 4 pmd CognitiveComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cognitivecomplexity The method 'doInvoke(Object, Object, Map, String, String, String, String, String, String)' has a cognitive complexity of 15, current threshold is 15
9761 /apex-mdapi/src/classes/MetadataServiceTest.cls 38 10 74 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'doInvoke(Object, Object, Map, String, String, String, String, String, String)' has a cyclomatic complexity of 16.
9761 /apex-mdapi/src/classes/MetadataServiceTest.cls 38 10 74 4 pmd CyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#cyclomaticcomplexity The method 'doInvoke(Object, Object, Map, String, String, String, String, String, String)' has a cyclomatic complexity of 16.
9762 /apex-mdapi/src/classes/MetadataServiceTest.cls 38 10 74 4 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
9762 /apex-mdapi/src/classes/MetadataServiceTest.cls 38 10 74 4 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
9763 /apex-mdapi/src/classes/MetadataServiceTest.cls 38 10 74 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'doInvoke' has a Standard Cyclomatic Complexity of 16.
9763 /apex-mdapi/src/classes/MetadataServiceTest.cls 38 10 74 4 pmd StdCyclomaticComplexity 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#stdcyclomaticcomplexity The method 'doInvoke' has a Standard Cyclomatic Complexity of 16.
9764 /apex-mdapi/src/classes/MetadataServiceTest.cls 44 5 44 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9764 /apex-mdapi/src/classes/MetadataServiceTest.cls 44 5 44 80 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9765 /apex-mdapi/src/classes/MetadataServiceTest.cls 44 5 44 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9765 /apex-mdapi/src/classes/MetadataServiceTest.cls 44 5 44 80 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9766 /apex-mdapi/src/classes/MetadataServiceTest.cls 46 5 46 89 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9766 /apex-mdapi/src/classes/MetadataServiceTest.cls 46 5 46 89 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9767 /apex-mdapi/src/classes/MetadataServiceTest.cls 46 5 46 89 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
9767 /apex-mdapi/src/classes/MetadataServiceTest.cls 46 5 46 89 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
9768 /apex-mdapi/src/classes/MetadataServiceTest.cls 48 5 48 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
9768 /apex-mdapi/src/classes/MetadataServiceTest.cls 48 5 48 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
9769 /apex-mdapi/src/classes/MetadataServiceTest.cls 48 5 48 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
9769 /apex-mdapi/src/classes/MetadataServiceTest.cls 48 5 48 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
9770 /apex-mdapi/src/classes/MetadataServiceTest.cls 50 5 50 91 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9770 /apex-mdapi/src/classes/MetadataServiceTest.cls 50 5 50 91 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9771 /apex-mdapi/src/classes/MetadataServiceTest.cls 50 5 50 91 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9771 /apex-mdapi/src/classes/MetadataServiceTest.cls 50 5 50 91 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9772 /apex-mdapi/src/classes/MetadataServiceTest.cls 52 5 52 88 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9772 /apex-mdapi/src/classes/MetadataServiceTest.cls 52 5 52 88 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9773 /apex-mdapi/src/classes/MetadataServiceTest.cls 52 5 52 88 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9773 /apex-mdapi/src/classes/MetadataServiceTest.cls 52 5 52 88 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9774 /apex-mdapi/src/classes/MetadataServiceTest.cls 54 5 54 78 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9774 /apex-mdapi/src/classes/MetadataServiceTest.cls 54 5 54 78 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9775 /apex-mdapi/src/classes/MetadataServiceTest.cls 54 5 54 78 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
9775 /apex-mdapi/src/classes/MetadataServiceTest.cls 54 5 54 78 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
9776 /apex-mdapi/src/classes/MetadataServiceTest.cls 56 17 56 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
9776 /apex-mdapi/src/classes/MetadataServiceTest.cls 56 17 56 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
9777 /apex-mdapi/src/classes/MetadataServiceTest.cls 56 17 56 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
9777 /apex-mdapi/src/classes/MetadataServiceTest.cls 56 17 56 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
9778 /apex-mdapi/src/classes/MetadataServiceTest.cls 58 17 58 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
9778 /apex-mdapi/src/classes/MetadataServiceTest.cls 58 17 58 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
9779 /apex-mdapi/src/classes/MetadataServiceTest.cls 58 17 58 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
9779 /apex-mdapi/src/classes/MetadataServiceTest.cls 58 17 58 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
9780 /apex-mdapi/src/classes/MetadataServiceTest.cls 60 17 60 96 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9780 /apex-mdapi/src/classes/MetadataServiceTest.cls 60 17 60 96 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9781 /apex-mdapi/src/classes/MetadataServiceTest.cls 60 17 60 96 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9781 /apex-mdapi/src/classes/MetadataServiceTest.cls 60 17 60 96 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9782 /apex-mdapi/src/classes/MetadataServiceTest.cls 62 17 62 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
9782 /apex-mdapi/src/classes/MetadataServiceTest.cls 62 17 62 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
9783 /apex-mdapi/src/classes/MetadataServiceTest.cls 62 17 62 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
9783 /apex-mdapi/src/classes/MetadataServiceTest.cls 62 17 62 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
9784 /apex-mdapi/src/classes/MetadataServiceTest.cls 64 17 64 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
9784 /apex-mdapi/src/classes/MetadataServiceTest.cls 64 17 64 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
9785 /apex-mdapi/src/classes/MetadataServiceTest.cls 64 17 64 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
9785 /apex-mdapi/src/classes/MetadataServiceTest.cls 64 17 64 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
9786 /apex-mdapi/src/classes/MetadataServiceTest.cls 66 17 66 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
9786 /apex-mdapi/src/classes/MetadataServiceTest.cls 66 17 66 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
9787 /apex-mdapi/src/classes/MetadataServiceTest.cls 66 17 66 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
9787 /apex-mdapi/src/classes/MetadataServiceTest.cls 66 17 66 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
9788 /apex-mdapi/src/classes/MetadataServiceTest.cls 68 17 68 106 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9788 /apex-mdapi/src/classes/MetadataServiceTest.cls 68 17 68 106 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9789 /apex-mdapi/src/classes/MetadataServiceTest.cls 68 17 68 106 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9789 /apex-mdapi/src/classes/MetadataServiceTest.cls 68 17 68 106 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9790 /apex-mdapi/src/classes/MetadataServiceTest.cls 70 17 70 101 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9790 /apex-mdapi/src/classes/MetadataServiceTest.cls 70 17 70 101 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9791 /apex-mdapi/src/classes/MetadataServiceTest.cls 70 17 70 101 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9791 /apex-mdapi/src/classes/MetadataServiceTest.cls 70 17 70 101 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9792 /apex-mdapi/src/classes/MetadataServiceTest.cls 72 17 72 103 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9792 /apex-mdapi/src/classes/MetadataServiceTest.cls 72 17 72 103 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9793 /apex-mdapi/src/classes/MetadataServiceTest.cls 72 17 72 103 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9793 /apex-mdapi/src/classes/MetadataServiceTest.cls 72 17 72 103 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9794 /apex-mdapi/src/classes/MetadataServiceTest.cls 78 17 88 3 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
9794 /apex-mdapi/src/classes/MetadataServiceTest.cls 78 17 88 3 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
9795 /apex-mdapi/src/classes/MetadataServiceTest.cls 83 25 83 64 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataService' defined but not used
9795 /apex-mdapi/src/classes/MetadataServiceTest.cls 83 25 83 64 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataService' defined but not used
9796 /apex-mdapi/src/classes/MetadataServiceTest.cls 86 38 86 87 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataPort' defined but not used
9796 /apex-mdapi/src/classes/MetadataServiceTest.cls 86 38 86 87 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataPort' defined but not used
9797 /apex-mdapi/src/classes/MetadataServiceTest.cls 91 20 110 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
9797 /apex-mdapi/src/classes/MetadataServiceTest.cls 91 20 110 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
9798 /apex-mdapi/src/classes/MetadataServiceTest.cls 96 25 96 64 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataService' defined but not used
9798 /apex-mdapi/src/classes/MetadataServiceTest.cls 96 25 96 64 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataService' defined but not used
9799 /apex-mdapi/src/classes/MetadataServiceTest.cls 113 20 129 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
9799 /apex-mdapi/src/classes/MetadataServiceTest.cls 113 20 129 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
9800 /apex-mdapi/src/classes/MetadataServiceTest.cls 118 25 118 64 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataService' defined but not used
9800 /apex-mdapi/src/classes/MetadataServiceTest.cls 118 25 118 64 pmd UnusedLocalVariable 5 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#unusedlocalvariable Variable 'metaDataService' defined but not used
9801 /apex-mdapi/src/classes/MetadataServiceTest.cls 132 20 991 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
9801 /apex-mdapi/src/classes/MetadataServiceTest.cls 132 20 991 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
9802 /apex-mdapi/src/classes/MetadataServiceTest.cls 994 20 1174 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
9802 /apex-mdapi/src/classes/MetadataServiceTest.cls 994 20 1174 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
9803 /apex-mdapi/src/classes/MetadataServiceTest.cls 994 20 1174 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'elfMissingGetRecordsTest()' has an NCSS line count of 180 (limit: 40)
9803 /apex-mdapi/src/classes/MetadataServiceTest.cls 994 20 1174 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'elfMissingGetRecordsTest()' has an NCSS line count of 180 (limit: 40)
9804 /apex-mdapi/src/classes/MetadataServiceTest.cls 1177 20 1358 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
9804 /apex-mdapi/src/classes/MetadataServiceTest.cls 1177 20 1358 6 pmd ApexUnitTestClassShouldHaveAsserts 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexunittestclassshouldhaveasserts Apex unit tests should System.assert() or assertEquals() or assertNotEquals()
9805 /apex-mdapi/src/classes/MetadataServiceTest.cls 1177 20 1358 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#ncssmethodcount The method 'elfMissingGetResultTest()' has an NCSS line count of 181 (limit: 40)
9805 /apex-mdapi/src/classes/MetadataServiceTest.cls 1177 20 1358 6 pmd NcssMethodCount 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#ncssmethodcount The method 'elfMissingGetResultTest()' has an NCSS line count of 181 (limit: 40)
9806 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 1 8 63 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9806 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 1 8 63 2 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9807 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 1 8 63 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
9807 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 1 8 63 2 pmd AvoidGlobalModifier 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#avoidglobalmodifier Avoid using global modifier
9808 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 3 9 3 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9808 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 3 9 3 31 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9809 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 3 16 3 20 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Host' doesn't match '[a-z][a-zA-Z0-9]*'
9809 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 3 16 3 20 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'Host' doesn't match '[a-z][a-zA-Z0-9]*'
9810 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 4 9 4 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9810 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 4 9 4 40 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9811 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 5 9 5 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9811 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 5 9 5 43 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9812 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 5 16 5 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetadataResponse' doesn't match '[a-z][a-zA-Z0-9]*'
9812 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 5 16 5 32 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetadataResponse' doesn't match '[a-z][a-zA-Z0-9]*'
9813 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 6 9 6 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9813 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 6 9 6 53 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9814 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 6 17 6 42 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetadataConnectionWarning' doesn't match '[a-z][a-zA-Z0-9]*'
9814 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 6 17 6 42 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetadataConnectionWarning' doesn't match '[a-z][a-zA-Z0-9]*'
9815 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 7 9 7 47 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9815 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 7 9 7 47 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9816 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 7 16 7 36 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetadataApiException' doesn't match '[a-z][a-zA-Z0-9]*'
9816 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 7 16 7 36 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The instance property name 'MetadataApiException' doesn't match '[a-z][a-zA-Z0-9]*'
9817 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 8 16 8 80 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9817 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 8 16 8 80 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9818 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 8 26 8 60 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#propertynamingconventions The static property name 'LastMetadataAPIConnectionException' doesn't match '[a-z][a-zA-Z0-9]*'
9818 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 8 26 8 60 pmd PropertyNamingConventions 1 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#propertynamingconventions The static property name 'LastMetadataAPIConnectionException' doesn't match '[a-z][a-zA-Z0-9]*'
9819 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 10 9 26 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9819 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 10 9 26 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9820 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 23 5 23 103 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9820 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 23 5 23 103 pmd IfElseStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifelsestmtsmustusebraces Avoid using if...else statements without curly braces
9821 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 23 5 23 103 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9821 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 23 5 23 103 pmd IfStmtsMustUseBraces 3 Code Style https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_codestyle.html#ifstmtsmustusebraces Avoid using if statements without curly braces
9822 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 28 9 43 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9822 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 28 9 43 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9823 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 45 16 62 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9823 /apex-mdapi/src/classes/RemoteSiteHelperController.cls 45 16 62 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9824 /apex-mdapi/src/classes/RemoteSiteHelperTest.cls 11 3 11 66 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9824 /apex-mdapi/src/classes/RemoteSiteHelperTest.cls 11 3 11 66 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9825 /apex-mdapi/src/classes/RemoteSiteHelperTest.cls 14 3 14 67 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9825 /apex-mdapi/src/classes/RemoteSiteHelperTest.cls 14 3 14 67 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9826 /apex-mdapi/src/classes/RemoteSiteHelperTest.cls 17 3 17 66 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9826 /apex-mdapi/src/classes/RemoteSiteHelperTest.cls 17 3 17 66 pmd ApexAssertionsShouldIncludeMessage 3 Best Practices https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_bestpractices.html#apexassertionsshouldincludemessage 'System.assertEquals' should have 3 parameters.
9827 /apex-mdapi/src/classes/RemoteSiteHelperTest.cls 23 10 32 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9827 /apex-mdapi/src/classes/RemoteSiteHelperTest.cls 23 10 32 3 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc @description
9828 /apex-mdapi/src/classes/RemoteSiteHelperTest.cls 25 10 31 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9828 /apex-mdapi/src/classes/RemoteSiteHelperTest.cls 25 10 31 4 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9829 /apex-mdapi/src/classes/RemoteSiteHelperTest.cls 25 10 31 4 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
9829 /apex-mdapi/src/classes/RemoteSiteHelperTest.cls 25 10 31 4 pmd ExcessiveParameterList 3 Design https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_design.html#excessiveparameterlist Avoid long parameter lists.
9830 /apex-mdapi/src/classes/RemoteSiteHelperTest.cls 34 9 34 50 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9830 /apex-mdapi/src/classes/RemoteSiteHelperTest.cls 34 9 34 50 pmd ApexDoc 3 Documentation https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_apex_documentation.html#apexdoc Missing ApexDoc comment
9831 /apex-mdapi/src/components/remotesitehelper.component 24 24 24 42 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
9831 /apex-mdapi/src/components/remotesitehelper.component 24 24 24 42 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
9832 /apex-mdapi/src/components/remotesitehelper.component 30 20 30 30 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
9832 /apex-mdapi/src/components/remotesitehelper.component 30 20 30 30 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
9833 /apex-mdapi/src/components/remotesitehelper.component 31 23 31 40 pmd VfUnescapeEl 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel Avoid unescaped user controlled content in EL
9833 /apex-mdapi/src/components/remotesitehelper.component 31 23 31 40 pmd VfUnescapeEl 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel Avoid unescaped user controlled content in EL
9834 /apex-mdapi/src/components/remotesitehelper.component 34 23 34 30 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
9834 /apex-mdapi/src/components/remotesitehelper.component 34 23 34 30 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
9835 /apex-mdapi/src/components/remotesitehelper.component 39 34 39 41 pmd VfUnescapeEl 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel Avoid unescaped user controlled content in EL
9835 /apex-mdapi/src/components/remotesitehelper.component 39 34 39 41 pmd VfUnescapeEl 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel Avoid unescaped user controlled content in EL
9836 /apex-mdapi/src/components/remotesitehelper.component 73 28 73 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
9836 /apex-mdapi/src/components/remotesitehelper.component 73 28 73 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
9837 /apex-mdapi/src/components/unzip.component 39 6 39 13 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
9837 /apex-mdapi/src/components/unzip.component 39 6 39 13 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
9838 /apex-mdapi/src/components/unzip.component 41 15 41 22 pmd VfUnescapeEl 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel Avoid unescaped user controlled content in EL
9838 /apex-mdapi/src/components/unzip.component 41 15 41 22 pmd VfUnescapeEl 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel Avoid unescaped user controlled content in EL
9839 /apex-mdapi/src/components/unzip.component 63 16 63 29 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
9839 /apex-mdapi/src/components/unzip.component 63 16 63 29 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
9840 /apex-mdapi/src/components/zip.component 39 12 39 19 pmd VfUnescapeEl 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel Avoid unescaped user controlled content in EL
9840 /apex-mdapi/src/components/zip.component 39 12 39 19 pmd VfUnescapeEl 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel Avoid unescaped user controlled content in EL
9841 /apex-mdapi/src/components/zip.component 43 10 43 23 pmd VfUnescapeEl 3 Security https://docs.pmd-code.org/pmd-doc-7.2.0/pmd_rules_visualforce_security.html#vfunescapeel Avoid unescaped user controlled content in EL
9841 /apex-mdapi/src/components/zip.component 43 10 43 23 pmd VfUnescapeEl 3 Security https://docs.pmd-code.org/pmd-doc-7.3.0/pmd_rules_visualforce_security.html#vfunescapeel Avoid unescaped user controlled content in EL
9842 /apex-mdapi/src/components/zipEntry.component 32 17 32 24 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
9842 /apex-mdapi/src/components/zipEntry.component 32 17 32 24 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
9843 /apex-mdapi/src/pages/metadatadata.page 28 56 28 76 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
9843 /apex-mdapi/src/pages/metadatadata.page 28 56 28 76 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
9844 /apex-mdapi/src/pages/metadataretrieve.page 28 60 28 67 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
9844 /apex-mdapi/src/pages/metadataretrieve.page 28 60 28 67 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